status-desktop/ui/app/AppLayouts/Profile/views
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 feat(storybook): add browser settings in the storybook 2022-10-25 14:27:50 -04:00
keycard fix: reduce Image cache 2023-04-27 13:56:39 +02:00
profile feat(@wallet): remove usage of wallet section current 2023-04-27 11:58:27 +02:00
wallet chore: use the "next" icon consistently 2023-04-25 13:24:17 +02:00
AboutView.qml fix: reduce Image cache 2023-04-27 13:56:39 +02:00
AdvancedView.qml feat(@desktop/wallet): enable wallet by default 2023-03-22 10:39:59 +03:00
AppearanceView.qml fix(statusApp): resolving qml errors/warnings pt2 2023-01-31 18:45:18 +02:00
BrowserView.qml feat(storybook): add browser settings in the storybook 2022-10-25 14:27:50 -04:00
CommunitiesView.qml fix: reduce Image cache 2023-04-27 13:56:39 +02:00
ContactsView.qml fix(ActivityCenter): Use ContactRequestId for accpeting and declining CRs from AC 2023-04-25 16:16:32 +04:00
EnsAddedView.qml chore(translations): transform `qsTrId` to `qsTr` 2022-07-06 19:09:50 +02:00
EnsConnectedView.qml chore(translations): transform `qsTrId` to `qsTr` 2022-07-06 19:09:50 +02:00
EnsDetailsView.qml feat(@wallet): remove usage of wallet section current 2023-04-27 11:58:27 +02:00
EnsListView.qml chore: use the "next" icon consistently 2023-04-25 13:24:17 +02:00
EnsRegisteredView.qml chore(translations): transform `qsTrId` to `qsTr` 2022-07-06 19:09:50 +02:00
EnsReleasedView.qml chore(translations): transform `qsTrId` to `qsTr` 2022-07-06 19:09:50 +02:00
EnsSearchView.qml feat(@wallet): remove usage of wallet section current 2023-04-27 11:58:27 +02:00
EnsTermsAndConditionsView.qml fix: reduce Image cache 2023-04-27 13:56:39 +02:00
EnsView.qml fix(@desktop/wallet): Handle errors in ENS and stickers views. Disbale action and show tooltip. 2023-04-05 19:05:54 +02:00
EnsWelcomeView.qml fix: reduce Image cache 2023-04-27 13:56:39 +02:00
KeycardView.qml chore(keycard): sync keycard with the current app state updated 2023-02-27 17:02:47 +01:00
LanguageView.qml fix(Settings/LanguageView): do not change language on the fly 2023-04-27 16:12:33 +02:00
LeftTabView.qml feat: implement ProfileShowcase settings 2023-04-12 11:39:37 +02:00
MessagingView.qml chore: use the "next" icon consistently 2023-04-25 13:24:17 +02:00
MyProfileView.qml feat: Profile Showcase: Proof of concept for own Profile Dialog 2023-03-08 18:45:27 +01:00
NotificationsView.qml fix: Remove syncing header from ‘Notifications and Sounds’ 2023-04-04 19:00:32 +02:00
SettingsContentBase.qml feat: implement ProfileShowcase settings 2023-04-12 11:39:37 +02:00
SyncingView.qml fix(Syncing): Fixed synced devices list UI bugs (#9929) 2023-03-21 16:10:06 +11:00
WalletView.qml feat:(@wallet): create wallet section in profile 2023-04-20 09:40:54 +02:00
qmldir feat(storybook): add browser settings in the storybook 2022-10-25 14:27:50 -04:00