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
Khushboo Mehta
bb0908021e
feat(@desktop/wallet): New Send Sign Modal
...
fixes #16708
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
Dario Gabriel Lipicar
b3ecaba755
fix: integrate alchemy token env vars for Base
2025-01-21 10:20:57 -03:00
Alex Jbanca
bddb1ff8c7
fix: Allow watch addresses on release
2025-01-16 15:01:55 +01:00
Lukáš Tinkl
3495e2d413
chore(StatusTab[Bar,Button]): UI updates
...
- fixup margins and padding according to latest Figma designs
- make a difference between a disabled and inactive tab by using opacity
- provide smooth color transitions
- add a dedicated StoryBook page
2025-01-14 10:31:58 +01: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
3670e352f1
feat(@desktop/wallet): Implements the Send Modal Footer required for simple send
...
fixes #16918
2024-12-24 12:09:06 +05:30
Khushboo Mehta
8c615289cc
feat(@desktop/wallet): Add a temporary recipient selector so that we can quickly unblock other peoples work
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
Michał Cieślak
7f05a4093a
chore(@desktop/wallet): Reduced number of global calls related to send modal
2024-12-04 21:34:12 +01:00
Khushboo Mehta
0c2674e7cb
chore(@desktop/wallet): Chnage the send modal mechanism to follow new architecture guidelines.
...
After this change there is not need to pass sendModal instance from AppMain to other parts of app.
Then SendModal should be launched simply by calling Global.openSendModal(....)
2024-12-04 21:34:12 +01:00
Alex Jbanca
9490dbb57e
refactoring(dapps): Move WC and BC popups in the global scope
...
closes #16831
Moving the dapp popups to the global scope in order for them to be triggered on any view.
There are a few changes required for this:
1. DAppsWorkflow has been split. Previously all popups were declared in the `DappsComboBox`. Now the DAppsWorkflow inherits the QObject instead and the `DappsComboBox` is used as is in the wallet header.
2. The DAppsWorkflow has been moved to AppMain. The DAppsWorkflow will be constructed in the scope of DAppsService and connected directly to the service signals
3. Updated tests and storybook with the new structure
4. Removed the `dAppsService` from `Global`. There's no reason to keep the `dAppsService` instance in the `Global` singleton.
2024-12-03 09:52:28 +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
Dario Gabriel Lipicar
338f1f6f47
chore: fixed pr comments
2024-11-25 18:48:45 -03:00
Dario Gabriel Lipicar
33e4d39e9a
feat(activity): temporarily hide activity tab from collectibles details view
2024-11-25 18:48:45 -03:00
Dario Gabriel Lipicar
96883c39e4
feat(activity): temporarily hide filter from Activity tab
2024-11-25 18:48:45 -03:00
Dario Gabriel Lipicar
15f047f0c0
feat(activity): reworked activity context menu
2024-11-25 18:48:45 -03: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
Dario Gabriel Lipicar
a53eb6001f
feat(activity): remove activity details screen
2024-11-08 17:09:14 -03:00
Anastasiya Semenkevich
4409c20264
chore(@e2e): change object name for AccountListItem
2024-10-29 21:16:40 +03:00
Sale Djenic
f6055946d4
chore: usage of goerli removed
2024-10-29 15:46:09 +01:00
Cuteivist
c47f42eb39
fix: Show only selected networks ( #16588 )
2024-10-28 13:10:30 +01:00
Michał Cieślak
c9ba0a9aa7
Components for storing chart data renamed and moved
...
ChartStoreBase -> ChartDataBase
TokenBalanceHistoryStore -> TokenBalanceHistoryData
TokenMarketValuesStore -> TokenMarketValuesData
Those components store data without any interaction with the backend.
Therefore they are not stores.
Closes : #16295
2024-10-23 14:36:21 +02:00
Michał Cieślak
ee5fb50c29
chore: TokenMarketValuesStore removed from shared/RootStore
2024-10-23 14:36:21 +02: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
Cuteivist
5d12440562
fix; Update default sorting for assets and collectibles ( #16552 )
2024-10-21 12:26:14 +02:00
Khushboo Mehta
7003ba73e2
feat(@desktop/wallet): Remove network prefixes in saved addresses and ReceiveModal
2024-10-11 18:48:37 +02:00
Khushboo Mehta
95369bca11
feat(@desktop/wallet): Remove network prefixes from main wallet accounts list
2024-10-11 18:48:37 +02:00
Lukáš Tinkl
63fb79abd6
fix(CurrencyStore): fix passing the CurrencyStore around
...
- now that we no longer have them as singletons, just pass the one and
only instance down from AppMain
2024-10-07 12:09:23 +02:00
Anastasiya Semenkevich
ffc5da3805
tests: add better condition when waiting for status change
2024-10-04 12:07:40 +03:00
Michał Cieślak
2af0d6668b
stores: access shared/RootStore via explicit property instead of singleton
2024-10-03 20:08:32 +02:00
Michał Cieślak
1b3a4cf955
stores: walletSection usages moved from shared/RootStore to wallet/RootStore
2024-10-02 13:38:22 +02:00
Michał Cieślak
3c6ea3be43
HistoryView: wallet root store taken as an explicit dependency
2024-10-02 13:38:22 +02:00
Michał Cieślak
26b588cc40
shared/RootStore: token related content moved to TokensStore
2024-10-02 13:38:22 +02:00
Michał Cieślak
47f75c1ae2
TransactionDetailView: RootStore and CurrenciesStore decoupled
2024-10-02 00:08:20 +02:00
Michał Cieślak
afe1cd59c0
shared/RootStore: remove duplicated methods of CurrenciesStore
2024-10-02 00:08:20 +02:00
Michał Cieślak
0686552bc3
TransactionDetailView: refactored to take root store as a dependency
2024-10-02 00:08:20 +02:00
Michał Cieślak
c3a234908d
CurrenciesStore: static model removed from store
2024-10-02 00:08:20 +02:00
Lukáš Tinkl
2e249f9941
fix[WalletConnect] Incorrect authentication method icon on sign modal
...
- `loginType` was not propagated correctly, also due to a wrong
RootStore
- plus an evil typo: `account.migragedToKeycard` :)
Fixes #16089
2024-09-29 11:01:35 +02:00
Anastasiya Semenkevich
a7eb8d9c77
chore: fix test for sending transaction
2024-09-24 15:15:38 +03:00
Michał Cieślak
9f40251588
Old version of TokenSelector removed
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
2b4c3afd57
TokenSelector: TokenSelectorSectionDelegate excluded to separate component
2024-09-23 12:30:50 +02:00
Cuteivist
69605f5965
fix: Use prefixes for address copy ( #16230 )
2024-09-13 14:19:26 +02:00
Anastasiya Semenkevich
9050459ee8
chore: add object name for collectibles delegates
2024-09-12 09:53:42 +03:00
Cuteivist
ff9f272295
fix: Apply custom asset / collectible order ( #16227 )
2024-09-11 14:00:25 +02:00
Cuteivist
f1904d9ef8
fix: Reset collectible details after exiting details page ( #16231 )
2024-09-04 06:29:31 +02:00