Lukáš Tinkl
263ed2a822
feat: Add Advanced settings in new Advanced Tab
...
... under Settings/Wallet/Manage Tokens
- rename Tokens List tab to Advanced tab
- introduce a new `CurrencyAmountInput` component, backed by
`FormattedDoubleProperty` C++ class (plus the respective SB page)
- use `FastExpressionFoo` for the collectibles views as well
Fixes #12611
Fixes #13040
2024-01-11 14:52:52 +01:00
Anastasiya Semenkevich
68a67a7513
chore: object names for new settings items in wallet settings
...
Added object names for new settings items in `ui/app/AppLayouts/Profile/views/wallet/MainView.qml`
2024-01-10 15:53:39 +03:00
Sale Djenic
7983c97f7b
feat(savedaddresses): saved address added to wallet settings section
...
Part 2 of #13088
2024-01-04 17:45:57 +01:00
Sale Djenic
bc2642c5e8
fix(@desktop/wallet): display short address form in the wallet settings account order page
2024-01-04 13:57:13 +01:00
Lukáš Tinkl
fe3b442155
(wallet) implement sorting for assets/collectibles views
...
- add the sort combobox to assets/collectibles main wallet view pages
- preserve the current view settings
- add the possibility to navigate/drill down into wallet settings
(sub)subsection
- some other minor changes/fixes
Note: currently assets can't be sorted by "1W change" and collectibles
by "Date added" due to missing backend for these
Fixes #12517
Fixes #12518
2023-12-18 10:52:48 +01:00
Anthony Laibe
5a8966f550
feat(@wallet): delete account new design
...
fixes #12538
2023-12-12 13:25:39 +01:00
Anthony Laibe
f1c090a765
fix(@wallet): Rename edit watch address
...
fixes #12623
2023-12-09 10:11:09 +01:00
Lukáš Tinkl
3b60506460
feat(token mgmt): update main wallet view layout with community assets
...
- update the AssetsView.qml view and delegates according to the latest
design
- add AssetsView to Storybook
- add new section for Community Assets
- (re)use the community badge with tooltip and link action to take the
user to the respective community
- add Community Assets info icon + popup
- create context menu for token delegates with actions
(Send/Receive/Manage tokens/Hide)
- add confirmation popups when hiding a single or all community tokens
- emit a toast bubble after hiding the token(s)
- plus related controller/backend methods for handling the
settings-related actions
- some smaller fixes/cleanups
Fixes #12369
Fixes #12372
2023-11-29 16:13:08 +01:00
Lukáš Tinkl
8791d028e6
feat: Integrate the new manage assets/collectibles panels into Settings
...
- display a customized floating bubble to save/apply the settings
- display a toast message on Apply with an action to jump to Wallet main
page
- add home/end/pgup/pgdown keyboard shortcuts to StatusScrollView to be
able to navigate more easily in long list views
- some smaller fixes and cleanups in wallet and settings related views
Fixes https://github.com/status-im/status-desktop/issues/12762
2023-11-22 18:29:31 +01:00
Khushboo Mehta
961babc65a
fix(@desktop/wallet): Wallet TEST_MODE: account ordering is buggy when in test mode
...
fixes #12777
2023-11-20 19:41:22 +01:00
Anastasiya Semenkevich
c5e37382cd
chore(@AccountView.qml): object name to interact with toggle
2023-11-09 14:29:58 +03:00
Anthony Laibe
8cf2c3047b
fix(@wallet): hide store section for watch only accounts
...
fixes #12582
2023-11-03 11:33:59 +01:00
Noelia
e0179bb2b5
feat(WalletSettings): Display token list as well as popup to see each token in it
...
- It creates new component `SupportedTokensListsPanel`.
- It updates tokens list tab content with the expected one.
- It creates new component `TokenListPopup`.
- It adds support to new created components in `storybook`.
Closes #12374
2023-11-01 10:58:21 +01:00
Noelia
d302bf4782
feat(WalletSettings): Add `Manage tokens` entry in wallet settings
...
Closes #12376
2023-11-01 10:58:21 +01:00
Anastasiya Semenkevich
113810e31a
chore(@AccountView.qml): add object name for confirmation popup
2023-10-27 14:56:40 +03:00
Anastasiya Semenkevich
74cede573d
chore(@AccountView.qml): adding object names for testing purposes
2023-10-20 13:57:20 +03:00
Khushboo Mehta
bc85bc8cd3
feat(@desktop/wallet): Include watch only per account
...
fixes #12305
2023-10-13 12:11:36 +02:00
Khushboo Mehta
b5723db3c9
fix(@desktop/wallet): Wallet settings - various small enhancements identified via mobile wallet settings work
...
fixes #11675
2023-10-09 18:46:57 +02:00
Khushboo Mehta
601be63774
feat(@desktop/wallet): Wallet Setting: New designs for edit network settings
...
fixes #11751
2023-10-09 18:01:01 +02:00
Anthony Laibe
18c37fbdac
feat(@wallet): Enable sepolia network
2023-10-09 15:06:52 +02:00
Anastasiya Semenkevich
a227db592d
chore(@EditNetworkForm.qml): add object names to main input objects
2023-10-04 18:27:01 +06:00
Anastasiya Semenkevich
6b0e541bf1
chore(@EditNetworkView.qml): adding object name for loader
2023-10-03 16:21:03 +06:00
Anastasiya Semenkevich
4d3d13a3f5
Update EditNetworkView.qml
2023-10-03 13:18:31 +06:00
Anastasiya Semenkevich
bf223ce83c
chore(@EditNetwork): added object names
2023-10-02 16:27:48 +03:00
Anastasiya Semenkevich
38c4295242
chore(@NetworksView.qml): added object name property for network items
2023-09-27 11:28:44 +03:00
Anthony Laibe
4767c705df
fix(@wallet): toggle network
...
fixes #12247
2023-09-26 15:48:13 +02:00
Lukáš Tinkl
b4958689bd
fix: fixup left margin in settings to be 64px
...
as intended in Figma; also fix the icon size to be 24px
2023-09-25 14:09:45 +02:00
Anthony Laibe
3e985e62e1
fix(@wallet): update network form
2023-09-21 10:45:04 +02:00
Anthony Laibe
5b3b673eca
feat(@wallet): empty fallback url
2023-09-18 13:00:56 +02:00
Khushboo Mehta
1d99d8ae97
chire(@desktop/wallet): Streamline send modal folder structure
...
fixes #12140
2023-09-15 13:43:59 +02:00
Khushboo Mehta
a8cb40809c
fix(@desktop/wallet): Edit Networks: Add warning when failover and main rpc are the same
...
closes #11551
2023-09-05 16:56:27 +02:00
Sale Djenic
c59f6d72d8
feat(@desktop/wallet): account interaction - stop using a keycard for non profile keypair
...
Part 2 of: #11737
2023-09-01 09:20:54 +02:00
Sale Djenic
c81dfdc7c7
feat(@desktop/wallet): account Interaction - move keypair to a keycard
...
Part 1 of: #11737
2023-08-30 16:50:33 +02:00
Sale Djenic
aec5dc62c9
fix(@desktop/wallet): importing keypairs at the account level (navigating into an account page in Wallet) (point 9)
...
Point 9 of #11968
2023-08-25 13:31:42 +02:00
Sale Djenic
fadad5f4f6
fix(@desktop/wallet): importing keypairs at the account level (navigating into an account page in Wallet settings) (point 8)
...
Point 8 of #11968
2023-08-25 13:31:42 +02:00
Sale Djenic
c469cb32d3
fix(@desktop/wallet): log warnings for a `null` keypair fixed
2023-08-24 10:07:31 +02:00
Sale Djenic
a1bf7bed19
feat(@desktop/syncing): make a not operable account fully operable, part 3
...
Closes the third part of #11779
2023-08-22 12:22:32 +02:00
Anthony Laibe
678f751121
feat(@wallet): mask api keys
2023-08-18 14:30:44 +02:00
Sale Djenic
4c6af4f1ad
feat(@desktop/syncing): make a not operable account fully operable, part 2
...
- handles import keypairs (without syncing via qr)
Closes the second part of #11779
2023-08-11 17:22:27 +02:00
Sale Djenic
23fa2f5df3
feat(@desktop/syncing): make a not operable account fully operable, part 1
...
- handles recovered keypairs
Closes the first part of #11779
2023-08-11 09:48:34 +02:00
Khushboo Mehta
11820d0400
feat(@desktop/wallet): Wallet settings - Notification after each action
...
fixes #11719
2023-08-09 11:53:28 +02:00
Sale Djenic
6e5469f5aa
chore(@desktop/wallet): sorting out keypair/account menu
2023-08-04 15:43:03 +02:00
Khushboo Mehta
ea91cd605f
feat(@desktop/wallet): Account View Setting Actions
...
fixes #11689
2023-08-02 15:22:48 +02:00
Sale Djenic
2e1b60ab06
feat(@desktop/wallet): account Interaction - remove master key and accounts
...
Closes : #11707
2023-08-01 14:27:23 +02:00
Khushboo Mehta
6c5c36584a
feat(@desktop/wallet): Account view - Prefered network
...
fixes #11578
2023-08-01 09:51:33 +02:00
Khushboo Mehta
9800dad3ba
feat(@desktop/wallet): Account view - New Account view UI
...
fixes #11537
2023-07-21 15:37:30 +02:00
Sale Djenic
9b17a66935
fix(@desktop/wallet): `Wallet -> Settings -> Account order` - drag and drop accounts in account list is not smooth
...
Fixes : #11508
2023-07-20 18:01:14 +02:00
Sale Djenic
c47a432bae
fix(@desktop/wallet): `Wallet -> Settings -> Account order` - watch-only accounts and keycard accounts should have appropriate icon
...
Fixes : #11513
2023-07-20 18:01:14 +02:00
Sale Djenic
32cac8a8cc
fix(@desktop/wallet): `Wallet -> Settings -> Account order` - wrong copy when having single account
...
Fixes : #11512
2023-07-20 18:01:14 +02:00
Anthony Laibe
0cc91fb315
feat(@wallet): check for url not being a url
2023-07-20 15:32:35 +02:00