Cuteivist
73103120a2
Feat/new network adjustments 17201 ( #17296 )
...
* feat: Add status gradient
* feat: Rename gradient component
2025-02-17 06:56:47 +01:00
Cuteivist
ac4a36b081
feat(wallet): New chain icon ( #17263 )
2025-02-13 14:04:30 +01:00
Khushboo-dev-cpp
b6fd97d36b
feat(@desktop/wallet): Enable simple send by default
2025-02-12 17:07:22 +01:00
Cuteivist
d01ab02a5a
feat: Update interactive states in simple send modal ( #17253 )
2025-02-11 19:44:23 +01:00
Cuteivist
79432938b2
feat(wallet): Update recipient data in send sign modal ( #17164 )
2025-02-06 10:08:54 +01:00
Khushboo-dev-cpp
19c6e910d8
feat(@desktop/wallet): Wrtie Unit tests for SimpleSendModal, SimpleTransactionFees and SendModalFooter
...
fixes #17123
2025-02-03 16:20:13 +01:00
Khushboo-dev-cpp
1668fd384c
feat(@desktop/wallet): Add option to not show Popular section in TokenSelectorViewAdaptor.qml
...
fixes #17148
2025-02-03 11:10:37 +01:00
Cuteivist
ea33f151db
chore(wallet): Update token selector misalignment ( #17133 )
2025-02-02 07:21:53 +01:00
Dario Gabriel Lipicar
55e96bbd05
chore: extract rpcProviders as independent model
2025-01-31 12:11:35 -03:00
Cuteivist
28690379e1
feat: Simple send modal recipient view ( #17096 )
...
* feat: Simple send modal recipient view
* feat: Handle duplicate entries in recent recipient view
2025-01-27 17:35:59 +01:00
Khushboo Mehta
5793204e01
feat(@desktop/wallet): Integrates the new sign model into the simple send
...
fixes #17060
2025-01-24 13:51:59 +01:00
Alex Jbanca
b6bc5d1e29
feat(dapps): Adding dapp metrics
...
closes #16912
Sending the dapps events to mixpanel
| Event Name | Properties | Possible Values | Notes |
| --- | --- | --- | --- |
| dapps-health | state | - wc_available
- wc_unavailable
- chains_down
- network_down
- pair_error
- connection_error
- sign_error | |
| | error | | string description |
| dapps-navigation | flow | - dapps_list_opened
- connect_initiated
- disconnect_initiated
- pair_initiated | |
| | connector | - wallet_connect
- browser_connect | |
| dapps-connection | flow | - proposal_received
- proposal_accepted
- proposal_rejected
- connected
- disconnected | |
| | networks | networks[string] - array of networks | Array of proposed or connected networks |
| | methods | methods[string] - array of methods | Array of proposed methods |
| | dapp | dapp uri | |
| | connector | - wallet_connect
- browser_connect | |
| | isSiwe | boolean | |
| dapps-sign | flow | - sign_received
- sign_accepted
- sign_rejected | |
| | connector | - wallet_connect
- browser_connect | |
| | method | - personal_sign
- eth_sign
- eth_signTypedData_v4
- eth_signTypedData
- eth_signTransaction
- eth_sendTransaction | |
| | dapp | string - dapp uri | |
| | chainId | int - chain id | |
2025-01-22 11:40:00 +02:00
Khushboo Mehta
2394def19b
feat(@desktop/wallet): New Error component defined for simple send
...
fixes #16707
2025-01-07 18:14:14 +05:30
Khushboo Mehta
b5ba168463
feat(@desktop/wallet): fixing some issues in UI alignments
2024-12-24 12:09:06 +05:30
Khushboo Mehta
889f46b392
feat(@desktop/wallet): Adding features of Account, Network and Token Selection to the popup
...
fixes #16820 , #16835 , #16878
2024-12-24 12:09:06 +05:30
Khushboo Mehta
a10ca6490b
feat(@desktop/wallet): Adds enabled state for the token selector needed when Simple send is scrolling
2024-12-24 12:09:06 +05:30
Khushboo Mehta
44b5272c5f
feat(@desktop/wallet): This commit is focussed on testing and adding dialog resizing for simple send
...
fixes #16836
2024-12-24 12:09:06 +05:30
Alex Jbanca
c0aeae5ea5
fix(dapps): Fixing the dApps disabled state if the dapps service is not online
...
closes #16883 #16882
1. connect the dapps service online state to the enabled state for the dapps button
2. Fix the connect modal primary action button
3. Align DappsComboBox disabled color with the refresh button disabled color
(cherry picked from commit 2c4f6b5da3d484b8e36f2ec572ba738e490cda40)
2024-12-12 15:42:47 +02:00
Khushboo Mehta
dc716ad1b0
feat(@desktop/wallet): Adapt Token Selector
...
fixes #16702
2024-11-27 16:40:41 +01:00
Alex Jbanca
fa4755ce9e
feat(WalletFirst): Integrate the BuyReceiveBanner in the app
...
+ store the card state in user settings
+ amend the BannerCard close button state. It needs to change color on hover and to become visible only when the card is hovered.
2024-11-27 16:50:58 +02:00
Alex Jbanca
5e6db4d2ff
feat(WalletFirst): Creating the wallet banner UI component
...
Banner items are created as per design.
Banner items support customizable close button.
Banner items have hove state as per design.
Banner items are added to storybook with all possible configurations.
Banner items have a close animation including fade-out and the remaining item occupy the empty space.
QML tests are added.
2024-11-22 12:47:18 +02:00
Alex Jbanca
7e1e827148
feat(WC): Enable Wallet Connect feature by default
...
+ Update the dialog where the user choses the connection to enable or disable the connection option based on flags
+ Separating the walletConnect flag and browserConnect flag usage so that either one can be disabled without affecting the other feature
+ Update qml test
2024-11-20 18:10:29 +02:00
Anthony
22c4bb2846
feat: hide mercuryo
...
fix #16757
fix #16765
2024-11-19 11:16:16 +01:00
Sale Djenic
f6055946d4
chore: usage of goerli removed
2024-10-29 15:46:09 +01:00
Lukáš Tinkl
d9d6d90dc9
[Style] remove legacy Style and its themes
...
- legacy Style and ThemePalette removed
- moved and deduplicated font definitions into `Theme` (unrelated to a
color palette)
- `Style.current.foo` -> `Theme.foo`
- `Style.current.fooColor` -> `Theme.palette.fooColor`
- upgrade the imports to 5.15
- removed some mode dead components
Fixes #16514
2024-10-22 15:54:31 +02:00
Khushboo Mehta
3f55e6c9c5
feat(@desktop/wallet): Remove preferred chains from wallet accounts all over the app
2024-10-11 18:48:37 +02:00
Khushboo Mehta
7003ba73e2
feat(@desktop/wallet): Remove network prefixes in saved addresses and ReceiveModal
2024-10-11 18:48:37 +02:00
Michał Cieślak
00fe754c0d
Token/Asset selectors fixes
...
- clear search on close (AssetSelectorCompact)
- sectionProperty removed
- highlighting fixed in TokenSelectorPanel
- setCustom renamed to setSelection
- test data moved into Component object
2024-09-23 12:30:50 +02:00
Michał Cieślak
25164cc45a
TokenSelectorNew renamed to TokenSelector
2024-09-23 12:30:50 +02:00
Michał Cieślak
9f40251588
Old version of TokenSelector removed
2024-09-23 12:30:50 +02:00
Michał Cieślak
c8b8d1ee9d
AssetSelector covered with unit tests
2024-09-23 12:30:50 +02:00
Michał Cieślak
8c2d2115b0
TokenSelectorAssetDelegate simplified
...
Moreover:
- reset search box for AssetSelector on close
- fix highlight when Asset/Token selector reset
- storybook pages/tests adjusted
2024-09-23 12:30:50 +02:00
Michał Cieślak
79fe79884b
SwapInputPanel using AssetSelector instead of TokenSelector
...
Closes : #16220
Closes : #16025
2024-09-23 12:30:50 +02:00
Michał Cieślak
125946a60a
AssetSelectorCompact added
2024-09-23 12:30:50 +02:00
Lukáš Tinkl
e58ae2c213
feat: Add external link to download extension plugin
...
- add a local popup with selection between "Status Connector" (external
link to Chrome Store) or "Wallet Connect" (the old flow involving
inputting the WC URI)
- simplify DAppsListPopup to use StatusDropdown to reduce code
duplication
- adjust SB and QML tests
Fixes #16111
2024-09-05 11:22:52 +02:00
Michał Cieślak
204d72cd40
TokenSelectorNew: workaround for QTBUG-62411, minor sizing fixes
2024-09-05 08:55:15 +02:00
Michał Cieślak
d82499fd7b
AssetSelector added
...
This component is simpler version of TokenSelector, composed of the same
basic componets, useful when only assets are subject of selection.
Closes : #16234
2024-09-05 08:55:15 +02:00
Michał Cieślak
01a24e1b19
TokenSelectorNew decomposed into smaller, reusable subcomponents
2024-09-05 08:55:15 +02:00
Michał Cieślak
afd16d6f6c
TokenSelectorButton excluded from TokensSelector, sizing issues fixed
2024-09-05 08:55:15 +02:00
Anastasiya Semenkevich
9598e9a44c
qml: new object names for token selector panel
2024-09-04 16:16:10 +03:00
Cuteivist
70421a0454
fix: Correctly display manage tokens icons ( #16228 )
2024-09-03 06:07:03 +02:00
Khushboo Mehta
b8f41e35c4
feat(@desktop/wallet): Buy Mercuryo flow - Improvements
...
fixes #16041
2024-09-02 16:51:16 +02:00
Michał Cieślak
a8940a71f5
Using ClipboardUtils.setText instead of nim's copyToClipboard
2024-08-29 15:46:17 +02:00
Seitseman
2275fe4f1f
fix(Stored): Make stores typed
...
Adding types instead of var for stores used in qml components
Closes : #14801
2024-08-27 10:52:18 +02:00
Lukáš Tinkl
f59ce285a9
fix(StatusBaseButton): correct radius and icon size for isRoundIcon
mode
...
- this fixes 2 small regressions, namely in how we calculate the
background corner radius and icon size when in the mode of `isRoundIcon`
- the "Saved addresses" button in wallet's left view is very special on
its own; overall we have only 2 instances of this "round" icon buttons
in the whole app
Fixes #16156
2024-08-20 22:08:19 +02:00
Cuteivist
224dd5e58d
fix(wallet): Filter collectibles filter options ( #16125 )
2024-08-20 06:02:14 +02:00
Khushboo Mehta
03e75e9532
fix(@desktop/wallet): Creating the UI flow needed to select params for making a purchase via Mercuryo
2024-08-12 11:25:00 -03:00
Khushboo Mehta
ada348486e
feat(@desktop/wallet): Swap:: Added text that links to Paraswaps terms and conditions page
2024-08-08 18:34:43 +02:00
Michał Cieślak
bb05c068fa
fix(Wallet/SendModal): Using community assets in SendModal unblocked
...
Closes : #15766
2024-08-08 15:40:18 +02:00
Lukáš Tinkl
6159f53839
fix: Add additional information to the Beta tags
...
- display additional beta information as a tooltip
- don't overlap the Beta badge with the unread msg indicator
- some minor cleanups & fixes
Fixes #15795
Fixes #15929
2024-08-05 15:39:51 +02:00