status-desktop/ui/app/AppLayouts/Communities
Lukáš Tinkl 77975e9039
fix: Optimize ContactsView & MembersTabPanel settings pages
- removed nested ListViews inside StackLayouts, in order to reduce the
memory footprint and improve performance, and also to be able to better
manage the scrolling
- no more unrolled multiple listviews, which again hurt the performance;
now the views instantiate the delegates dynamically on the fly
- the tab bar and the search fields now stick to the top of the page,
with the users list view scrolling independently
- both views now uniformly use the common `ContactListItemDelegate`
- the received/sent CRs are now combined into one `pendingContacts`
model
- factored out common search/filter criteria into a new, separate SFPM
`UserFilterContainer` component
- fix an issue where StatusContactVerificationIcons wasn't properly
displaying the "blocked" state/icon
- fix documentation comments, removed relative imports, and updated some

Fixes #16612
Fixes #16958
2024-12-20 13:27:10 +01:00
..
controls compressedPubKey exposed via backend models, usages of Utils.getCompressedPk removed, SB pages simplified 2024-10-31 11:11:30 +01:00
helpers fix(airdrop): fix wording of the error when selecting the wrong account (#16632) 2024-10-30 11:45:20 -04:00
layouts fix: Optimize ContactsView & MembersTabPanel settings pages 2024-12-20 13:27:10 +01:00
models perf(admin): speed up admin tabs significantly (#16363) 2024-09-27 13:28:27 -04:00
panels fix: Optimize ContactsView & MembersTabPanel settings pages 2024-12-20 13:27:10 +01:00
popups fix: Optimize ContactsView & MembersTabPanel settings pages 2024-12-20 13:27:10 +01:00
stores fix: improve image type detection 2024-11-04 10:29:01 +01:00
views chore(@desktop/wallet): Chnage the send modal mechanism to follow new architecture guidelines. 2024-12-04 21:34:12 +01:00
CommunitiesPortalLayout.qml [Style] remove legacy Style and its themes 2024-10-22 15:54:31 +02:00
qmldir feat(Communities): Communities folder reorganization 2023-06-28 14:28:47 +02:00