Jonathan Rainville
a6adb9eddb
fix(gifs): fix call to setGifUnfurlingEnabled using a bad store ( #16622 )
...
Fixes #16598
The gif popup was using the global RootStore, but it didn't work and it's also not a good practice.
I moved the function to enable to the GifStore which is accessible as a reference instead.
2024-10-25 14:12:37 -04:00
Michał Cieślak
ee5fb50c29
chore: TokenMarketValuesStore removed from shared/RootStore
2024-10-23 14:36:21 +02:00
Michał Cieślak
c4828a094b
Access to user profile encapsulated in profile store
2024-10-16 23:02:02 +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
Michał Cieślak
05f73ebf78
stores: shared/RootStore made not singleton
...
Closes : #16247
2024-10-03 20:08:32 +02:00
Michał Cieślak
9acf8d8709
stores: remove isWalletEnabled from shared/RootStore
...
Closes : #16254
2024-10-02 13:38:22 +02:00
Michał Cieślak
a46f3b0864
stores: flatNetworks removed from shared/RootStore
2024-10-02 13:38:22 +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
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
77fd4e78eb
GifStore excluded from shared root store, StatusChatInput made indepedent from singeton stores
...
Closes : #16253
2024-09-11 11:26:30 +02:00
Michał Cieślak
9f94940a70
getSelectedTextWithFormationChars moved from store to utils and deduplicated
2024-09-11 11:26:30 +02:00
Michał Cieślak
3f4715ccdd
Unused hex2Dec, hex2Eth and hex2Gwei removed from shared RootStore
2024-09-11 11:26:30 +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
Ivan Belyakov
6ba0cdfafa
feat(wallet): removed allAddresses flag as redundant
2024-04-12 15:18:19 +02:00
Igor Sirotin
795b999ad8
chore: extract move gifs module ( #14315 )
2024-04-09 19:01:24 +01:00
Khushboo Mehta
5473e3b14e
chore(@desktop/wallet): Simplify the wallet networks service
...
fixes #12717
2024-03-28 11:47:33 +01:00
Stefan
9202cce3f5
feat(activity): add incremental updates to current activity filter
...
Switch the activity filter to use the new session-based API that
deliver incremental updates to the current filter.
Drop the old quick win listening for individual change events and
use the unified API instead.
The new transactions (on-top) trigger the old "new transactions" buttons
that trigger reset of the current filter and the top new transacitons
highlighted.
Highlight mixed changes (not new on top) as they come in
Highlight new changes on filter reset
Closes #12120
2024-03-11 11:39:59 +01:00
Dario Gabriel Lipicar
96d9acf1f0
feat(@desktop/wallet): implement jump to activity details screen from collectible details activity tab
...
Fixes #13721
2024-03-05 07:41:20 -03:00
Khushboo Mehta
8c939ad3a3
fix(@desktop/wallet): Replace existing model used in Community / Permissions and do the needed cleanups
...
fixes #12513
2024-02-12 14:26:13 +01:00
Khushboo Mehta
ff951f624a
fix(@deaktop/wallet): Remove old tokens_service under accounts service and only keep new one.
...
fixes #13142
2024-01-30 10:56:51 +01:00
Sale Djenic
ff9062a1b0
feat(savedaddresses): update adding saved address popup to match new design
...
Implemented:
- adding selection color section
- all input field validations
- interactions within the popup
- an ephemeral notification when adding an address
Closes #13089
2024-01-04 17:45:57 +01:00
Sale Djenic
3ac13a7678
chore(savedaddresses): preparing saved address for reuse in wallet settings section
...
Part 1 of #13088
2024-01-04 17:45:57 +01:00
Cuteivist
8e0db2e666
fix(@desktop/wallet): Display balance for all accounts ( #12632 )
2023-11-29 12:19:59 +01:00
Khushboo Mehta
bcdb37b0c5
fix(@desktop/wallet): Use LeftJoinodel to link networks with chainId in various models such collectibles model, assets models.
...
fixes #8923
2023-11-01 20:11:43 +01:00
Igor Sirotin
e5b68e8823
fix: messaging settings and url unfurling fixes ( #12457 )
...
* remove browser selection setting
* remove main whitelist settings. replace tenorGif setting with gifUnfurlingEnabled
* remove old unfurling
* move history nodes section
* disable outdated e2e tests step
* remove isGifWidgetEnabled setting
* fix: StatusMessage height when gif unfurling disabled
---------
Co-authored-by: Anastasiya Semenkevich <anastasija.ig@gmail.com>
2023-10-18 10:03:32 +01:00
Cuteivist
58ccb01b76
chore(@desktop/wallet): Show option for in network ( #12199 )
2023-09-22 12:03:15 +02:00
Cuteivist
33a8ed9b9c
bug(@desktop/wallet): Unkown symbol and Gwei decimals ( #12083 )
2023-09-11 12:08:21 +02:00
Stefan
8138e5edcf
chore(wallet) remove requesting detailed transaction info for activity
...
Closes #11598
2023-09-04 22:07:24 +02:00
Cuteivist
db350dc36e
feat(@desktop/wallet): Fetch multi tx details ( #12002 )
...
closes #11897
2023-08-30 14:10:59 +02:00
Cuteivist
cdcfe811f5
fix(@desktop/wallet): Update transaction status UI ( #11681 )
...
fixes #11534
2023-08-02 06:36:54 +02:00
Dario Gabriel Lipicar
bf4af3d7d4
chore(wallet) remove transactions module
...
Bump Status GO to support session based activity requests
Transaction module was replaced by activity module,
this change removes the old code.
Details:
- Remove transaction.Item and use the DTO directly
- Replace the still using missing functionality
- Remove old way of fetching transactions in response to the history event
- Use activity filter to provide history for "recents" in Send.
Closes #11339
2023-07-31 19:01:33 +02:00
Cuteivist
d05d743d80
fix(@desktop/wallet): Various wallet view fixes ( #11606 )
2023-07-21 12:55:36 +02:00
Cuteivist
00eee836ae
feat(@desktop/wallet): Fetch txs only when opening activity tab ( #11360 )
...
closses #11356
2023-07-07 12:00:19 +02:00
Stefan
7a9c76966d
feat(wallet) reload on new transaction downloaded quick win
...
Show a reload hint button for user to refresh the filter
Updates #11233
2023-07-05 23:45:34 +02:00
Stefan
d17f2c70f1
chore(wallet) extract responsibilities from activity.Controller
...
Extract processing of Events and Status keeping responsibilities from
activity.Controller
Updates #11233
2023-07-05 23:45:34 +02:00
Cuteivist
bade10c5e0
feat(@desktop/wallet): Add loading state for activity feed ( #11326 )
...
closes #11072
2023-06-30 15:50:06 +02:00
Stefan
eb0406b556
feat(wallet) api to retrieve last activity timestamp
...
Bumps status-go to include the new API endpoint.
Integrate the new API endpoint with the ActivityFilterPanel.
Closes #11169
2023-06-22 15:53:11 +02:00
Cuteivist
10e5c714a2
feat(@desktop/wallet): Use new activity model for HistoryView ( #11075 )
...
closes #11019
2023-06-15 15:09:35 +02:00
Anthony Laibe
1e5fee981e
feat(@wallet): calculate progress for activity tx
...
fixes #10762
2023-05-24 13:41:00 +02:00
Cuteivist
ec04b8668f
Feat/10473 Updated activity list delegate and activity details header ( #10580 )
...
closes #10473
closes #10542
fixes #10408
2023-05-10 13:54:06 +02:00
Anthony Laibe
542e5fdb6c
feat(@wallet): remove usage of wallet section current
2023-04-27 11:58:27 +02:00
Khushboo Mehta
5b3a115f55
fix(@desktop/wallet): Loading screen after adding account
...
1. Removing logic for loading to nim
2. Handling error state for asset view also on the nim side
fixes #9648
2023-03-24 17:09:09 +01:00
Jonathan Rainville
2f3f8f4e03
refactor(gifs): lazy load tenor api key + make search async
...
Fixes #9949
Only calls `setTenorAPIKey` once we need it (when doing a search or getting trending).
Also caches the trending gifs so that they are only fetched once.
Makes the search and trending calls async by create an async tenor query async task.
2023-03-23 13:20:07 -04:00
Ivan Belyakov
36940cc81e
fix(@desktop/wallet): update tests to remove wallet activation
2023-03-22 10:39:59 +03:00
Ivan Belyakov
02ebc8744c
feat(@desktop/wallet): remove isWalletEnabled from local settings and
...
use ENABLE_WALLET env instead
2023-03-22 10:39:59 +03:00
Ivan Belyakov
e27f2ec667
feat(@desktop/wallet): update saved addresses list
...
Fixes #8599
2023-03-07 15:00:46 +03:00
Dario Gabriel Lipicar
ed1a0d04a0
fix(@desktop/wallet): avoid storing CurrencyAmount objects in QML
2023-02-27 08:22:41 -03:00