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
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
Alexandra Betouni
336f90a60f
feat(desktop/wallet) Removed dynamic scoping from wallet
...
Removed all dynamic scoping parts in wallet section plus
- Renamed Config to Global and added more functions there
- Moved changeAppSectionBySectionType function to Global
and updated all places where is used to call it from
Global instead
- Moved openLink function to Global and updated all places
where is used to call it from Global instead
- Moved errorSound to Global, introduced playErrorSound
function and updated all places where is used to call
this function from Global instead
Closes #4245
2022-02-01 11:38:27 +01:00
Iuri Matias
7c8f3f5923
add mnemonic module
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
37e9150021
Cleaning up the code, and removing leftovers
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
30f11c06d4
onboarding process updated, import account feature handled
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
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
Pascal Precht
e91a003806
chore: remove unused `CollectibleModal`
...
This one doesn't exist in Wallet v2 anymore
2021-10-21 09:22:35 -04:00
Pascal Precht
78414b9c15
refactor(@desktop/walletv2): clean up account related modals
2021-10-18 14:01:33 -04:00
Pascal Precht
6b5db40c47
refactor(@desktop/walletv2): make sign phrase modal a StatusModal
...
This originated as part of the refactor being done for https://github.com/status-im/status-desktop/issues/3831
2021-10-18 14:01:05 -04:00
Pascal Precht
87ea584b62
refactor: move `Timer` to ui/shared/controls
2021-10-14 12:51:27 -04:00
Pascal Precht
e6df5c8b12
refactor: move `StyledTextEdit` to ui/shared/controls
2021-10-14 12:51:27 -04:00
Pascal Precht
61ccf9c757
refactor: move `StyledText` to ui/shared/panels
2021-10-14 12:51:27 -04:00
Pascal Precht
ed73651db8
refactor: move `SplitViewHandle` and `StatusTabButton` to ui/shared/panels|controls respectively
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
fa3adb30e4
refactor: move `PopupMenu` to ui/shared/popups
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
4e8f2303e6
refactor(@desktop/profile): introduce new QML and store structure in profile section
...
Closes #3712
2021-10-14 09:29:05 -04:00
Alexandra Betouni
4ee21ada05
feat(desktop) Added image function in Style
...
Introduced Style.svg() Style.png() Style.emoji() and
Style.icon() in Style.qml. Those should be used to
set the source in Images instead of using relative
paths. Usage:
Image {
source: Style.svg("check)
....
Also moved all Singletons inside a new "utils"
folder and made it a QML module, to use
import utils 1.0 instead of relative paths
Closes #3678
2021-09-28 15:28:00 -04:00
Anthony Laibe
1cea69b331
feat(@desktop/wallet2): Toggle network
2021-09-28 15:20:43 -04:00
Alexandra Betouni
efbc8073e1
feat(wallet2) Implementing new architecture proposal
...
Introducing stores, panels, views and controls in
order to implement the new architecture proposal in
WalletV2
Closes #3479
2021-09-22 13:48:39 -04:00
Eric Mastro
9854a49a44
feat(wallet2): introduce saved addresses
...
Closes #3307 .
WalletV2 view can be toggled between normal wallet view and the SavedAddresses view.
Users can load, add, edit, and delete saved addresses.
Favouriting a saved address is out of scope, as is sending to a saved addresses, drilling down in to a saved address, and supporting multiple networks.
Updates components that utilised the StatusMinLengthValidator component to support the changes made to StatusQ.
### Notes
1. Depends on status-go PR https://github.com/status-im/status-go/pull/2356
2. Depends on StatusQ PR https://github.com/status-im/StatusQ/pull/394 .
# Conflicts:
# src/app/wallet/v2/view.nim
# ui/app/AppLayouts/WalletV2/WalletV2Layout.qml
2021-09-20 08:32:56 -04:00
Alexandra Betouni
c030879c18
feat(desktop/wallet2) Adding token view
...
Initial commit adding token detailed view
as per new design
2021-09-17 12:53:29 -04:00
Anthony Laibe
974e53f3cb
feat(@desktop/wallet2): Add network select
2021-09-16 17:35:58 -04:00
Khushboo Mehta
b9073919cb
feat(@desktop/wallet2): Added traits for the opensea Assets
...
fixes #3435
2021-09-16 15:39:10 -04:00
Khushboo Mehta
06d7dbed95
feat(@desktop/wallet2): Added new Tab to display Collectibles
...
New features added :
1. Tab which displays the collection
2. Page which display the details of the NFT
fixes #3306
2021-09-16 15:39:10 -04:00
Alexandra Betouni
24b704f398
feat(desktop/wallet2) Add account with seed modal
...
Added adding account with seed phrase feature
Closes #3311
2021-09-16 11:43:49 -04:00
Khushboo Mehta
35e15f7ed0
feat(desktop/wallet): Adding Setttings tab in wallet 2
...
Added nim api's to get the account signing phrase
fixes #3303
2021-09-10 14:27:33 -04:00
Alexandra Betouni
4272d0bf19
feat(@desktop/wallet2) Updates in AddAccount modal
...
based on the new concept
* Updates include only adding account with private key,
seed phrase to be done in a seperate PR
Closes #3310
2021-09-07 14:23:50 -04:00
Iuri Matias
a1254606fa
add missing comment close
2021-09-07 14:21:09 -04:00
Sale Djenic
7973679926
chore(@desktop/wallet2): added wallet's footer
...
Removed send/receive/settings buttons from the header.
Wallet's footer and buttons required by the new design are added.
2021-09-07 14:18:14 -04:00
Khushboo Mehta
f02d7faa41
feat(@desktop/wallet2): Added Share Modal
...
Added new popup to share wallet account details
To-do's:
1. Rounded corners in the QR code
2. Emoji's for the account
fixes #3304
2021-09-06 14:46:22 -04:00
Anthony Laibe
98943f6d72
feat(@desktop/wallet2): New collectibles API
2021-08-20 16:17:19 -04:00
Richard Ramos
50b6b59abf
feat: add wallet v2 tab
2021-08-16 09:45:06 -04:00