status-desktop/ui/app/AppLayouts
Alex Jbanca 942482fe99 performance(ChannelsSelectionModel): Use LeftJoinModel for ChannelsSelectionModel.qml
Motivation:
ChannelsSelectionModel.qml is freezing the app when used with a live channel that's being edited because on each channel change the selection model is re-created.

The fix for this is to use the LeftJoinModel to unify the channels selection (a light model containing only keys) and the full channels model containing the channels data. On top of this, the SortFilterProxyModel is added to decorate the model with the roles expected in the UI. Another improvement is by replacing the ExpressionRole with the FastExpressionRole.
2024-01-19 15:07:19 +02:00
..
Browser feat(savedaddresses): make save addresses list as per design (without search logic) 2024-01-04 17:45:57 +01:00
Chat chore(general): a simplification of fetching active app chain 2024-01-09 15:48:48 +01:00
Communities performance(ChannelsSelectionModel): Use LeftJoinModel for ChannelsSelectionModel.qml 2024-01-19 15:07:19 +02:00
Node feat(ActivityCenter): Add indication for visited/unvisited AC state 2023-02-17 16:13:43 +04:00
Onboarding chore: add object name for usernameText property 2024-01-11 18:43:54 +03:00
Profile feat(@desktop/wallet): implement allCollectibles module 2024-01-18 13:57:04 -03:00
Wallet feat(@desktop/wallet): implement allCollectibles module 2024-01-18 13:57:04 -03:00
stores fix(@desktop/chat): Message reactions popup shouldn't revoke reactions (#13003) 2023-12-18 14:34:10 -08:00