status-desktop/ui/app/AppLayouts
Jonathan Rainville 30f1529471
fix(notifs): only fetch notification exemptions when going to the page (#16166)
Fixes #16165

All the logs about `settings_notificationsGetExPersonalMentions` are only to populate the model in the Notifications settings view, so it was pointless to load them on app start.
Now we lazy load them on loading that page.

An additional improvement that could be done later is to make it async and/or create a new API that gets all the DB info in one shot, because calling 4 APIs for each chat and community is a bit useless.
2024-08-22 14:48:04 -04:00
..
Chat fix(chat): Button to go to the latest message is barely visible on dark theme 2024-08-12 09:46:30 +02:00
Communities fix: fixed issue with no fees when minting community token 2024-08-22 12:19:16 +02:00
Node chore: change order of rpc text input 2024-06-13 21:33:44 -04:00
Onboarding chore: new parameters for local pairing (#15943) 2024-08-15 18:36:32 +01:00
Profile fix(notifs): only fetch notification exemptions when going to the page (#16166) 2024-08-22 14:48:04 -04:00
Wallet fix(wallet): Fill bridge tx type (#16162) 2024-08-21 14:49:12 +02:00
stores chore(Global): Remove FeatureFlags access via Global singleton 2024-08-12 20:00:31 +02:00