Sale Djenic
69fc5bec5e
refactor(@desktop/settings-ens-usernames): ens usernames module added and corresponding ui updated
2022-02-01 11:50:14 +01:00
Sale Djenic
9b1e794e8f
refactor(@desktop/settings-pivacy-security): privacy and security section updated
2022-02-01 11:47:43 +01:00
Sale Djenic
b4df87b7a6
refactor(@desktop/settings-language): language settings added
2022-02-01 11:47:18 +01:00
Sale Djenic
46869afa5f
refactor(@desktop/settings-notifications): notifications settings added
2022-02-01 11:47:18 +01:00
Boris Melnik
390ad7bbd0
fix(ChangePasswordSuccessModal): Add Theme usage to modal
...
Closes : #4174
2022-02-01 11:46:39 +01:00
Sale Djenic
63b4397670
refactor(@desktop/profile-advance): adding custom networks
2022-02-01 11:45:47 +01:00
Sale Djenic
c7d53a31e0
refactor(@desktop/profile-advance): profile advance module introduced
...
New advanced module added as submodule of the profile section module.
Advanced store introduced on the qml side and qml part updated accordingly.
2022-02-01 11:45:32 +01:00
Khushboo Mehta
1977420db2
refactor: remove dynamic scoping from profile module
...
closes #4247
2022-02-01 11:43:27 +01:00
Sale Djenic
b3f8af8e06
refactor(@desktop/general): qml code referring to the old code base commented out
...
Qml code referring to the old code base commented out, but not deleted,
due to easier refactoring the rest of the app.
2022-02-01 11:42:42 +01:00
Sale Djenic
e5a414a927
refactor(@desktop/chat-communities): qml part handles messages from refactored backend
...
- `chatType` added to `Constants` to group chat type related values
- `messageContentType` added to `Constants` to group message content type related
values
- `MessageStore` maintained per message list now
- added new `ChatContentView` component used to display chat/channel content
- components updated to display messages from the new backend
- `StatusChatToolBar` appropriately updated
- mute/unmute feature added to chat/channel list as well as to `StatusChatToolBar`
2022-02-01 11:41:22 +01:00
Alexandra Betouni
f0b39ce4f6
Refactor: Moved openPopup function to Global
...
The openPopup function was declared in AppMain
and used via dynamic scoping in many places in the
application. Moved function to Global component
and updated all places to call it via Global instead.
Closes #4267
2022-02-01 11:38:46 +01:00
Patryk Osmaczko
7ca3766def
fix(@desktop/settings): ensure new password is confirmed
...
The task status-im/StatusQ#393 should remove code duplication from here.
Fixes : #4375
Fixes : #4376
2022-01-17 13:09:15 +01:00
Jonathan Rainville
499d99a185
fix(settings): fix whitelist setting that starts null
2021-11-05 15:38:36 -04:00
Jonathan Rainville
cd428678f7
fix(profile): fix profile pic change and move it to new architecture
...
Fixes #3997
2021-11-05 11:02:45 -04:00
Iuri Matias
7be5572ede
add privacy module
2021-11-05 11:02:45 -04:00
Iuri Matias
7c8f3f5923
add mnemonic module
2021-11-05 11:02:45 -04:00
Richard Ramos
50a3e5f346
refactor: dapps and permissions
2021-11-05 11:02:45 -04:00
Sale Djenic
3f6bb66536
refactor(@desktop/general): `globalSettings` moved to Nim
2021-11-05 11:02:45 -04:00
Sale Djenic
f0b2ed6cca
refactor(@desktop/general): `appSettings` moved to Nim
2021-11-05 11:02:45 -04:00
Sale Djenic
162ced9c38
Local account settings is not part of the `local_settings` service any more,
...
cause it logically doesn't belong there as it is not a service. It is a global
instance, exposed to the UI (qml) part. Since it represents QSettings it should
be maintained from the single point.
2021-11-05 11:02:45 -04:00
Sale Djenic
48a39e4569
keychain feature refactored
2021-11-05 11:02:45 -04:00
Alexandra Betouni
426c116bac
refactor(desktop) Made shared a QML module
...
Use it as import shared 1.0, import shared.controls 1.0
etc instead of import "../../../shared"
Closes #3934
2021-10-27 18:05:45 -04:00
Pascal Precht
a12d047d77
refactor: replace StatusRadioButtonRow with RadioButtonSelector
...
This does a couple of things:
- It remove StatusRadioButton row from ui/shared/status
- Introduces RadioButtonSelector in ui/shared/controls instead
- That component is then built with StatusQ
2021-10-27 11:47:27 -04:00
Khushboo Mehta
7114240e72
refactor: Replace and remove StatusRoundButton under ui/shared/status
...
closes #3898
2021-10-26 18:58:16 +02:00
Pascal Precht
2db77fa31c
refactor: replace StatusIcon and StatusLoadingIndicator with StatusQ components
2021-10-26 10:47:47 -04:00
Khushboo Mehta
173943f1be
refactor: replace StatusIdenticon with StatusSmartIdenticon
...
closes #3882
2021-10-26 09:30:18 -04:00
Pascal Precht
a8adc668e2
fix(ConfirmAppRestartModal): correct button type
2021-10-21 09:22:35 -04:00
Pascal Precht
44e43350f1
refactor(@desktop/profile): use StatusQ StatusButton
2021-10-21 09:22:35 -04:00
Pascal Precht
61ccf9c757
refactor: move `StyledText` to ui/shared/panels
2021-10-14 12:51:27 -04:00
Pascal Precht
322a071aa3
refactor: move `SVGImage` to ui/shared/panels
2021-10-14 12:51:27 -04:00
Pascal Precht
4003f30d68
refactor: move `RoundedImage to ui/shared/panels
2021-10-14 12:51:27 -04:00
Pascal Precht
cbfe90947e
refactor: move `ModalPopup` to ui/shared/popups
2021-10-14 12:51:27 -04:00
Pascal Precht
bdc7c799d2
refactor: move `Input` to ui/shared/controls
2021-10-14 12:51:27 -04:00
Pascal Precht
c74e00379d
refactor: move `ImageCropperModal` to ui/shared/popups
2021-10-14 12:51:27 -04:00
Pascal Precht
ae31f7e1cb
refactor: move `ConfirmationDialog` to ui/shared/popups
2021-10-14 12:51:27 -04:00
Pascal Precht
4e8f2303e6
refactor(@desktop/profile): introduce new QML and store structure in profile section
...
Closes #3712
2021-10-14 09:29:05 -04:00