Dario Gabriel Lipicar
a6afdb5266
fix(@desktop): use system locale across the application
2023-01-17 16:39:56 -03:00
Dario Gabriel Lipicar
d11017f7b3
feat(@desktop/wallet): implement unified currency formatting in send/bridge modal
...
Fixes #8934
2023-01-17 16:39:56 -03:00
Sale Djenic
cae2a5bea3
feature(@desktop/keycard): sync a Keycard state on every usage
...
Closes : #8759
2023-01-13 21:02:36 +01:00
Dario Gabriel Lipicar
7c4022e4ac
feat(@desktop/wallet): implement unified currency formatting
...
Fixes #8640
2023-01-12 15:21:27 -03:00
Noelia
579075d6cc
fix(StatusQ/StatusListItemTag): Changed API and added test elide property when a specific width is forced
...
- Changed `StatusListItemTag` API. Now it is based on `Control` component.
- Updated needed qml files to fit with the new `StatusListItemTag` API.
- Added `elide` property in `Text` component to better visualise the content when a specific width is forced.
2022-12-21 18:42:16 +01:00
Anthony Laibe
9b0d9cf478
feat(@wallet): Display ens name in account view
...
fixes #8607
2022-12-14 16:04:58 +01:00
Anthony Laibe
a7884cf04f
feat(@wallet): re-org wallet footer
...
fixes #8600
2022-12-14 09:56:08 +01:00
Igor Sirotin
e3bfdc0f09
fix(StatusPopupMenu): Refactoring
2022-12-02 10:30:50 +03:00
Khushboo Mehta
9ded9d4ffa
feat(@deaktop/wallet): Add bridge view
...
fixes #8236
2022-12-01 17:15:55 +01:00
Sale Djenic
2c03146309
fix(@desktop/keycard): can't create accounts if the main account was restored in using an existing keycard account
...
`I already use Status` -> `Login with Keycard` flow is enabled.
Fixes : #7867
2022-10-28 20:43:09 +02:00
Stefan
057d0c565e
fix(Wallet): fix import seed in account creation
...
Remove the workaround, to the approach of using the complete last word event,
for three letters seed-words. The three letters condition introduced
another side effect when completing the "sentence" and made the
_internal.mnemonicInput contain an extra duplicate word.
Unify the event `doneInsertingWord` generation for the internal purpose
with the external. This will trigger a secondary for some usage but
I see no problem with even in other usages.
Fix corner case when user enters a correct seed word that is not singular
and uses the mouse to jump. In that case the doneInsertingWord is not triggered
Fixes : #7715
2022-10-14 14:20:35 +02:00
Alexandra Betouni
fc3daa1451
(StatusSectionLayout): removed big space between header and content
...
Closes 7312
2022-09-28 15:37:52 +03:00
Sale Djenic
db1bbef0e1
fix(@desktop/wallet): validation of a seed phrase if it contains a word of length 3 fixed
2022-09-27 20:15:34 +02:00
Sale Djenic
64f167a32d
fix(@desktop/wallet): pasting seed phrase fixed
2022-09-27 20:15:34 +02:00
Sale Djenic
4bff0b14ed
fix(@desktop/wallet): crash adding an account via seed phrase fixed
2022-09-27 20:15:34 +02:00
Michał Cieślak
f900e7c00e
fix(general): buttons font fixed, font loading refactored
...
Fixes : #7389
2022-09-19 22:10:25 +02:00
Lukáš Tinkl
f4a78a1f10
fix: port to StatusButton changes in master
...
and pull in changes from StatusQ master
2022-09-14 09:16:58 +02:00
Jonathan Rainville
aba2a42c6f
test(@wallet): allow to use ganache with goerli
2022-09-13 11:56:42 +02:00
Sale Djenic
07a0cdc680
fix(@desktop/keycard): additional updates
...
- `Setup a new Keycard with an existing account` flow improved
- code review comments applied
- Qml part updated due to the latest `StatusListItem` changes in `StatusQ`
2022-09-06 15:06:13 +02:00
Alexandra Betouni
e1c548696f
feat(Desktop)!: Updating desktop app due to IconSettings refactor
...
As part of https://github.com/status-im/StatusQ/issues/781
2022-09-02 18:41:21 +03:00
Alexandra Betouni
b6ff7b9ded
feat(desktop): Made activity button be visible everywhere
...
Closes #6635
2022-09-02 10:29:23 +03:00
Stefan
b499942eea
fix(Wallet/AddAccountModal): fix status-go error messages
...
Remove the unneeded native error dialog showing internal status-go
error strings. Instead redirect the error message for wrong private key
as specific error message.
Fixes : #6984
2022-08-30 19:05:06 +02:00
Anthony Laibe
e020466362
fix(@wallet): paste seed phrase
2022-08-30 14:17:33 +02:00
Stefan
2398b67bc1
fix(wallet): bring back copy wallet address
...
Depends on StatusQ's StatusAddressPanel generic control
Fixes : #6659
2022-08-05 17:05:02 +02:00
Anthony Laibe
03b3b0c6f5
test(@wallet): send transaction
2022-08-03 09:45:55 +02:00
Alexandra Betouni
84522bd7fe
fix(CommunitiesPortal): fixed status input as per design
...
Closes #https://github.com/status-im/status-desktop/issues/6358
2022-07-25 15:07:27 +03:00
Anthony Laibe
499b9bd09e
feat(@test): Add test for watch only account
2022-07-22 09:20:55 +02:00
MishkaRogachev
9aa1a1073e
fix(@desktop): Fix scrolling in chat components, wallet fixes
2022-07-21 18:44:30 +03:00
MishkaRogachev
667db7038a
fix(@desktop): StatusScrollView fixes for wallet
2022-07-21 18:44:30 +03:00
MishkaRogachev
0d3aed0611
fix(@desktop): Fix scrolling twitches using ScrollView amd Flickable items
...
Close #5781
2022-07-21 18:44:30 +03:00
Lukáš Tinkl
81cda65b20
chore(i18n): add some missing i18n()
...
+ remove one last qsTrId()
2022-07-20 11:31:15 +02:00
Lukáš Tinkl
7e243da180
fix(WalletHeader): align wallet section header with design
...
Closes #6484 : Account header is different from design
Closes #6485 : Account layout needs margins adjusted to match design
2022-07-20 10:22:51 +02:00
Khushboo Mehta
5d6f2df145
fix(@desktop/wallet): Fix visual issues in add account modal
...
1. Alignment of the Inputs
2. Background color of the derived address panel
There is another issue pening which is already reported separately as https://github.com/status-im/status-desktop/issues/6315
fixes #6257
2022-07-12 15:14:35 +02:00
Alexandra Betouni
353110d4ae
fix(AddAccountPopup): layout issues
...
Closes #6315
2022-07-08 14:41:28 +03:00
Patryk Osmaczko
e0a5afebee
chore(translations): transform `qsTrId` to `qsTr`
...
issue: #4544
2022-07-06 19:09:50 +02:00
Anthony Laibe
ce7340b9a5
feat(@wallet): multi network history
2022-07-04 09:58:39 +02:00
Sale Djenic
4403fde4ca
fix(@desktop/wallet): 18 words seed option is missing when adding an account in wallet
...
Fixes #5445
2022-06-03 20:00:30 +02:00
Michal Iskierko
eb12d9f7cd
fix(@desktop/wallet): not remove seed phrases when changing number of words in wallet section
...
Fix #5613
2022-05-25 17:42:36 -04:00
Boris Melnik
aa1dae9e20
fix(@desktop/warnings): Fix bunc of qml/nim warnings
...
Closes : #5162
2022-05-25 14:27:25 -04:00
Khushboo Mehta
86cfbec8f9
feat(@desktop/wallet): Add support for custom derivations path
...
Make getDerivedAddresses call async
Show pending and error states when gettting the derived addresses
fixes #5700 , #5699
2022-05-18 14:16:57 +02:00
Khushboo Mehta
0ee0c8ddd4
feat(@desktop/wallet): Add has activity to the derived addresses in wallet
...
fix #5655
2022-05-18 13:42:00 +02:00
Sale Djenic
c47f3f2692
feat(@desktop/wallet): redesigned wallet addresses are missing checksum
...
Fixes #5473
2022-05-17 16:04:59 +02:00
Khushboo Mehta
1cf701a758
feat(@desktop/wallet): greying out already imported/derived addresses in address list and also choosing next available as default one
...
fixes #5539
2022-05-13 09:23:47 +02:00
Jonathan Rainville
4db64841eb
fix(wallet): improve wallet seed phrase import form
...
Fixes #5652
2022-05-12 15:29:30 -04:00
Noelia
59631cad8f
feat(Language & Currency): Currency settings screen
...
Added currency picker into `LanguageView.qml`.
Added `category` and `imageSource` property to existing `CurrenciesStore.qml`. Renamed `code` to `shortName`.
Added `currenciesModel` property to `WalletStore.qml`.
Added wallet store into `LanguageView.qml` in order to link to the currencies model.
Added some tokens in the currencies store.
Made wallet and any currency related UI code that uses current currency use the new Display Currency value.
Removed no longer used wallet/settings related files.
Closes #5385
2022-05-04 16:16:59 +02:00
Khushboo Mehta
feaa91d062
feat(@desktop/wallet): Add derivation path to wallet account generation
...
fixes #5074
2022-04-13 11:17:53 +02:00
Khushboo Mehta
d054ea58f2
fix(@desktop/wallet): In the dark mode, the menu of networks in wallet looks incorrect
...
fixes #5123
2022-03-30 15:32:09 -04:00
Khushboo Mehta
2852d70731
feat(@desktop/Wallet): Add acccounts Modal as per new design
...
fixes #5073
2022-03-29 17:20:15 -04:00
Anthony Laibe
63cec38916
feat(@wallet): account settings in now in settings section
2022-03-28 15:05:31 -04:00
Khushboo Mehta
0903fa6ce2
feat(@desktop/wallet): Adapt to new SendModal Design
...
fixes #5040
2022-03-28 13:08:56 -04:00