status-desktop/ui/app/mainui
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
..
activitycenter ActivityNotificationMessage/Chat.RootStore: remove dependency on nim model's onItemChanged signal 2024-11-14 15:13:24 +01:00
adaptors fix: Optimize ContactsView & MembersTabPanel settings pages 2024-12-20 13:27:10 +01:00
panels [Style] remove legacy Style and its themes 2024-10-22 15:54:31 +02:00
AppMain.qml fix: Optimize ContactsView & MembersTabPanel settings pages 2024-12-20 13:27:10 +01:00
AppSearch.qml UtilsStore creaed, isChatKey method moved 2024-10-28 23:16:31 +01:00
Popups.qml fix: No toast on removal of untrusted mark 2024-12-18 11:26:21 +01:00
SendModalHandler.qml feat(@desktop/wallet): Adding feature flag for Simple Send until it is ready for release 2024-12-04 21:34:12 +01:00
SplashScreen.qml [Style] remove legacy Style and its themes 2024-10-22 15:54:31 +02:00
StatusTrayIcon.qml [Style] remove legacy Style and its themes 2024-10-22 15:54:31 +02:00
ToastsManager.qml fix: No toast on removal of untrusted mark 2024-12-18 11:26:21 +01:00
qmldir chore(@desktop/wallet): Chnage the send modal mechanism to follow new architecture guidelines. 2024-12-04 21:34:12 +01:00