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
Cuteivist
ee770257c5
chore: Disable clicking on Betatag ( #16207 )
2024-08-30 12:19:42 +02:00
Michał Cieślak
a8940a71f5
Using ClipboardUtils.setText instead of nim's copyToClipboard
2024-08-29 15:46:17 +02:00
Cuteivist
658fe2a5b4
fix(wallet): Update collectibles media management ( #16080 )
2024-08-28 15:58:33 +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
Anastasiya Semenkevich
ea31d1115f
qml: change object name for account actions
2024-08-26 11:52:39 +02:00
Cuteivist
67cf522f0a
fix(wallet): Fill bridge tx type ( #16162 )
2024-08-21 14:49:12 +02:00
Cuteivist
224dd5e58d
fix(wallet): Filter collectibles filter options ( #16125 )
2024-08-20 06:02:14 +02:00
Lukáš Tinkl
a7e74f3e00
chore(Global): Remove FeatureFlags access via Global singleton
...
- rationale: do not save global state in a singleton, gather and
propagate the values via FeatureFlagsStore
Fixes #14697
2024-08-12 20:00:31 +02:00
Cuteivist
86e054a328
fix(wallet): Don't reset wallet view after filter change ( #15997 )
2024-08-09 15:04:15 +02:00
Michał Cieślak
a0a688c3e4
Wallet: swap/bridge buttons visibility adjusted
...
Closes : #15952
Closes : #15931
2024-08-08 17:29:29 +02:00
Michał Cieślak
8f21c71f69
fix(CollectiblesView): Workaround for crash when hiding collectibles
...
In some rare cases hiding collectibles was causing segfault, related to
checking if all timestamps are available. Combination of 2 SFPMs with
the same source and Aggregator working on those models. Additionally
filters/sorters were depending on the Aggregator value. The minimal
crashing sample has been isolated to be investigated in a separate
ticket. In this commit aggregator's value is applied in a deferred way
via Qt.callLater, fixing the issue.
Closes : #15775
2024-08-08 17:20:28 +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
Alex Jbanca
6a7b0c0289
fix: Remove possibility to add watch accounts on release
...
(cherry picked from commit 566a954935
)
2024-08-07 19:17:16 +03:00
Lukáš Tinkl
24dd67e6dd
fix(Wallet): Hiding assets from wallet's main view doesn't work
...
- partially reuse the already available Global/Popups methods to hide
assets (which also emit proper notifications); those are needed as
anotehr shared modal from Popups uses it too (may come from outside of
Wallet)
- some warnings cleanup in the controller
Fixes #15777
2024-08-01 12:12:48 +02:00