status-desktop/ui/app/AppLayouts
Lukáš Tinkl c548a96a2a fix(Settings/LanguageView): do not change language on the fly
disable retranslation, display a confirmation dialog and apply the
language change after app restart

rationale: the way the retranslation works internally is that it force
reevaluation of _all_ QML bindings which:
- might lead to crashes (immediately or later)
- lots of warnings printed to console, some bindings can get broken as a result
- not all UI is correctly retranslated on the fly (we have lots of places
where we assign the text imperatively via JS code), so these wouldn't
appear translated before app restart anyway

Fixes #7823
2023-04-27 16:12:33 +02:00
..
Browser fix: reduce Image cache 2023-04-27 13:56:39 +02:00
Chat feat(CommunityPermissionsRow): Created new component 2023-04-27 16:10:20 +02:00
CommunitiesPortal feat(CommunityPortal/StatusCommunityCard): Prepared `StatusCommunityCard` to display permissions row 2023-04-27 16:10:20 +02:00
Node feat(ActivityCenter): Add indication for visited/unvisited AC state 2023-02-17 16:13:43 +04:00
Onboarding fix: reduce Image cache 2023-04-27 13:56:39 +02:00
Profile fix(Settings/LanguageView): do not change language on the fly 2023-04-27 16:12:33 +02:00
UIComponents refactor(desktop) Made shared a QML module 2021-10-27 18:05:45 -04:00
Wallet fix: reduce Image cache 2023-04-27 13:56:39 +02:00
stores feat(@wallet): remove usage of wallet section current 2023-04-27 11:58:27 +02:00