status-desktop/ui/app/AppLayouts/Profile
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
..
controls chore: use the "next" icon consistently 2023-04-25 13:24:17 +02:00
panels test(suite_settings/tst_userIdentity): Fix test on display name, bio and social links (#10226) 2023-04-24 11:39:07 +02:00
popups 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
views fix(Settings/LanguageView): do not change language on the fly 2023-04-27 16:12:33 +02:00
ProfileLayout.qml feat: implement ProfileShowcase settings 2023-04-12 11:39:37 +02:00
qmldir feat(onboarding): Added SplashScreen 2022-03-08 14:02:24 -05:00