status-desktop/ui/app/AppLayouts/Communities
Jonathan Rainville 3f8dfee3cd
refactor(community_tokens): only fetch holders when going to the page (#16308)
* refactor(community_tokens): only fetch holders when going to the page

Fixes #16307

Instead of fetching community token holders each time members change, we fetch when the page for the token is opened.
It shows a small loading text then the resulting holders.
If the list is already available (fetched previously, we show it directly).
There is still the timer to refresh the list if you stay on the page.

* add loading property to storybook
2024-09-19 16:32:38 -04:00
..
controls chore(StatusMemberListItem): refactor to use ItemDelegate 2024-09-12 15:04:22 +02:00
helpers refactor(community_tokens): only fetch holders when going to the page (#16308) 2024-09-19 16:32:38 -04:00
layouts feat: Update Edit community settings based on new design 2023-07-06 09:47:46 +03:00
models feat(CreateChannelPopup): inherit the channel color from community color 2024-05-09 12:06:43 +02:00
panels refactor(community_tokens): only fetch holders when going to the page (#16308) 2024-09-19 16:32:38 -04:00
popups chore(StatusMemberListItem): refactor to use ItemDelegate 2024-09-12 15:04:22 +02:00
stores Remove importCommunity from QML and Nim code (#14814) 2024-05-16 17:30:32 -04:00
views refactor(community_tokens): only fetch holders when going to the page (#16308) 2024-09-19 16:32:38 -04:00
CommunitiesPortalLayout.qml fix(Stored): Make stores typed 2024-08-27 10:52:18 +02:00
qmldir