Anthony Laibe
20a636d912
refactor(@desktop/wallet): Init collectible service
2021-11-05 11:02:45 -04:00
Anthony Laibe
8203643f86
refactor(@desktop/wallet): Init transaction service
2021-11-05 11:02:45 -04:00
Anthony Laibe
27d92f32f9
refactor(@desktop/wallet): Add getToken and controller
2021-11-05 11:02:45 -04:00
Anthony Laibe
d9b6153ed0
refactor(@desktop/wallet): add token service
2021-11-05 11:02:45 -04:00
Anthony Laibe
32cfe03880
refactor(@desktop/wallet): Add transaction model/item
2021-11-05 11:02:45 -04:00
Anthony Laibe
1088669a6e
refactor(@desktop/wallet): Add account tokens model/item
2021-11-05 11:02:45 -04:00
Anthony Laibe
9e6a1bdf57
refactor(@desktop/wallet): Add token view/model/item
2021-11-05 11:02:45 -04:00
Anthony Laibe
ad7b6f7087
refactor(@desktop/wallet): init boilerplate code for wallet section
2021-11-05 11:02:45 -04:00
Sale Djenic
7a37c50958
refactor(@desktop/general): connection to undefined prop fixed
...
An error `ReferenceError: mainModule is not defined` is fixed.
That started to happen when we moved registered context properties
from constructors to `load` proc, because of lazy context property
inatialization (after we ensure that a user is logged in), but main.qml is
loaded when the app start, when we don't have `mainModule` registered yet.
2021-11-05 11:02:45 -04:00
Sale Djenic
b2f2801d3d
Missed "loginCompleted" signal added.
...
It will be removed at the end of refactoring phase, when everything is done,
but now we need it to init all parts of the app correctly.
2021-11-05 11:02:45 -04:00
Sale Djenic
c084a56e60
Displaying icons in app nav bar qml component updated.
2021-11-05 11:02:45 -04:00
Sale Djenic
07f1510dd3
Fixed issues after rebase to the `refactoring/base` branch.
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
37e9150021
Cleaning up the code, and removing leftovers
2021-11-05 11:02:45 -04:00
Sale Djenic
72197f86f5
Accounts service is cleared if on NodeStopped signal
2021-11-05 11:02:45 -04:00
Sale Djenic
11cdd608f3
Log out the app on NodeStopped signal
2021-11-05 11:02:45 -04:00
Sale Djenic
48a39e4569
keychain feature refactored
2021-11-05 11:02:45 -04:00
Sale Djenic
44ba3f43f7
Local account settings exposed to the UI
2021-11-05 11:02:45 -04:00
Sale Djenic
08e7fef491
keychain feature partly refactored
2021-11-05 11:02:45 -04:00
Sale Djenic
3e0d312fee
Events class is forwarded instead of whole AppService
2021-11-05 11:02:45 -04:00
Sale Djenic
c3a374c36a
Local settings service moved to AppController.
...
Old ProfileController and related props moved to AppController in order
to have an usable app during refactoring of onboarding/login modules.
2021-11-05 11:02:45 -04:00
Sale Djenic
7568880f26
quick fix for `production is not defined` error
2021-11-05 11:02:45 -04:00
Sale Djenic
4f3ca4eb78
login process refactored
2021-11-05 11:02:45 -04:00
Sale Djenic
8974a8db5e
selecting among multiple accounts on login added
2021-11-05 11:02:45 -04:00
Sale Djenic
30f11c06d4
onboarding process updated, import account feature handled
2021-11-05 11:02:45 -04:00
Sale Djenic
e9bb9b256e
Onboarding creating new account process updated.
2021-11-05 11:02:45 -04:00
Sale Djenic
a945275d3f
Registering context property moved from constructor to the load method for each module.
2021-11-05 11:02:45 -04:00
Sale Djenic
cc20c234e0
Community section as an identified module's type is removed since community
...
section is nothing else but the special kind of chat section module type. The
rest of the code is updated accordingly.
2021-11-05 11:02:45 -04:00
Sale Djenic
05705f219d
Module organization change due to Nim limitations.
...
Parent modules are exposed to submodules using their base class instead of
concepts, since using concepts is not possible to create a second level nested
modules.
2021-11-05 11:02:45 -04:00
Sale Djenic
9f4eeffdea
A base structure for new architecture added
...
Initial structure for MainModule containing ChatSectionModule and
CommunitySectionModule is added, as well as initial structure for
StartupModule containing OnboardingModule and LoginModule.
Order of execution is updated and adapted to the current app state.
Main module gets loaded once a user is successfully logged in.
2021-11-05 11:02:45 -04:00
Anastasiya S
69656cfef5
chore(GenKeyModal.qml): added object name for tests
2021-11-02 15:12:55 -04:00
Pascal Precht
b91a423801
refactor: replace StatusWalletColor components with StatusQ components
2021-10-28 11:31:21 +02: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
ac365ce139
fix(GroupChatPopup): supply popup with missing store
2021-10-27 11:50:35 -04:00
Pascal Precht
5fd317a6e1
fix(GroupChatPopup): fix ui elements
...
This corrects the call to action button in the modal footer
as well as the "no friends" rectangle, which was wrongly rendered.
2021-10-27 11:50:26 -04:00
Pascal Precht
8617c70742
refactor: remove AccountSelector and replace with StatusAccountSelector
2021-10-27 11:48:43 -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
Pascal Precht
4bf23b3048
refactor: replace `StatusCategoryButton` with StatusQ component
2021-10-27 11:29:02 -04:00
Iuri Matias
184e88d44f
bump status-lib
2021-10-27 11:26:41 -04:00
Pascal Precht
92320ffb1c
refactor(StatusChatCommandsPopup): use StatusQ StatusChatCommandButton
2021-10-27 11:26:41 -04:00
Pascal Precht
72b46c3b94
refactor: remove/replace StatusContextMenuButton with StatusQ components
2021-10-27 09:52:40 -04:00
Alexandra Betouni
056f84c301
refactor(desktop/chat) Cleaning up popups
2021-10-26 16:22:49 -04:00
Alexandra Betouni
23811dc7e4
refactor(desktop/chat) Cleaning up views
2021-10-26 16:20:31 -04:00
Alexandra Betouni
22429689e3
refactor(desktop/chat) Cleaning up panels
2021-10-26 16:16:37 -04:00
Khushboo Mehta
be7a56cc27
refactor: replace all the StatusImageIdenticon with StatusQ's StatusSmartIdenticon
...
closes #3848
2021-10-26 19:23:33 +02: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
Pascal Precht
cbbbedcc79
cleanup: remove legacy `StatusCheckbox`
2021-10-26 10:47:16 -04:00
Anastasiya S
05e7701ae2
chore(BeforeGetStartedModal.qml): added object names for tests
2021-10-26 10:45:21 -04:00
Pascal Precht
f3f5826c51
refactor(ui/shared): replace legacy StatusButton with StatusQ button
2021-10-26 16:07:56 +02:00