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
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
Lukáš Tinkl
a0112f063e
fix(TransactionDelegate): fix `transactionType`
...
- the `addressesEqual` was forgotten in the TransactionDelegate but it's
referenced by `transactionType` function inside the store
2024-09-29 11:01:35 +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
Cuteivist
67cf522f0a
fix(wallet): Fill bridge tx type ( #16162 )
2024-08-21 14:49:12 +02:00
Cuteivist
20620e04cf
fix(wallet): Repeat transaction updates ( #15571 )
2024-07-31 13:58:05 +02:00
Cuteivist
408073c7d2
fix(wallet): Show amount for mint activity ( #15611 )
2024-07-24 21:19:51 +02:00
Ivan Belyakov
20f6ed3374
fix(wallet): network name in transaction details header
...
Closes #15725
2024-07-23 15:18:04 +03:00
Dario Gabriel Lipicar
9d441fcff9
feat(@desktop/wallet): add support for approve and swap activity entries
...
Fixes #14836
2024-07-22 21:12:38 -03:00
Ivan Belyakov
e45961232b
fix(wallet): cross chain send transaction is detected now as send not
...
bridge
2024-07-08 15:18:57 +02:00
Cuteivist
afcf84f705
fix(wallet): Load activity details ( #14516 )
2024-04-25 12:01:26 +02: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
Cuteivist
fae86bcb8d
feat(@wallet): Show community activity ( #13627 )
2024-02-22 15:41:19 +01:00
Sale Djenic
34f801231c
feat(savedaddresses): saved address details popup implementation
...
Within this commit a new popup is introduced with the requested UI effect.
Closes #13096
2024-02-22 11:03:10 +01: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
Ivan Belyakov
49adcd9b59
fix(wallet): fix qml warnings and errors in Wallet
2024-02-01 09:39:00 +01:00
Alexandra Betouni
7e3ae8dd7a
[Wallet - Token management] Extend transactions UI component
...
Backend #13241
Closes #12375
2024-01-22 11:49:55 +02:00
Cuteivist
0b26070833
chore(@desktop/wallet): Show wallet activity ( #12946 )
2023-12-06 11:59:32 +01:00
Cuteivist
e552a01d2b
fix(@desktop/wallet): Use second chain activity details data ( #12705 )
2023-12-01 15:31:47 +01:00
Cuteivist
b1a8fd6260
fix(@desktop/wallet): Prevent nil conversion to qvariant ( #12546 )
2023-10-26 10:01:52 +02:00
Lukáš Tinkl
7171094f01
fix(storybook): fix broken pages
...
It was mostly some missing or non-existing properties or the component
got moved somewhere else
Fixes #12285
2023-10-06 14:59:02 +02:00
Cuteivist
fddcc3a83f
feat(@desktop/wallet): Transaction collectibles filtering ( #12162 )
2023-09-21 08:58:44 +02:00
Cuteivist
63eacf0817
feat(@desktop/wallet): Use estimated latest block for details ( #12092 )
2023-09-11 10:08:53 +02:00
Stefan
8138e5edcf
chore(wallet) remove requesting detailed transaction info for activity
...
Closes #11598
2023-09-04 22:07:24 +02:00
Stefan
6b56bbe01f
chore(wallet) move totalFees to details
...
Updates #11597
2023-09-04 14:33:19 +02:00
Cuteivist
722a9022e2
feat(@desktop/wallet): Extended activity progress block ( #12013 )
2023-09-04 12:19:02 +02:00
Cuteivist
db350dc36e
feat(@desktop/wallet): Fetch multi tx details ( #12002 )
...
closes #11897
2023-08-30 14:10:59 +02:00
Cuteivist
faf4933262
fix(@desktop/wallet): Show networks for Bridge txs ( #11898 )
2023-08-18 10:56:57 +02:00
Cuteivist
b5a81badaa
feat(@desktop/wallet): Handle collectible minting ( #11796 )
2023-08-04 12:47:45 +02:00
Cuteivist
cdcfe811f5
fix(@desktop/wallet): Update transaction status UI ( #11681 )
...
fixes #11534
2023-08-02 06:36:54 +02:00
Cuteivist
dea0e99bbb
fix(@desktop/wallet): Update activity delegates subtitle ( #11645 )
2023-07-26 13:50:27 +02:00
Cuteivist
9b8340b695
feat(@desktop/wallet): Handle contract deployment ( #11570 )
...
closes #9047
2023-07-24 13:18:42 +02:00
Cuteivist
a30678f5ec
feat(@desktop/wallet): Handle missing token metadata ( #11433 )
...
closes #11043
2023-07-18 16:05:22 +02:00
Cuteivist
7a7394628e
feat(@desktop/wallet): Handle multitransactions ( #11124 )
...
closes #11071
2023-06-30 17:07:53 +02:00
Cuteivist
bade10c5e0
feat(@desktop/wallet): Add loading state for activity feed ( #11326 )
...
closes #11072
2023-06-30 15:50:06 +02:00
Lukáš Tinkl
fe9bb7d398
chore: Update StatusBaseButton content item layout
...
- introduce StatusButton storybook page with controls to play around
with the its options and variants
- StatusBaseButton: make the content item horizontally centered by
default
- StatusBaseButton: remove `textAlignment` and fix `textFillWidth` for
the intended usage
- fixup usage of the 2 above options which were introduced merely as a
workaround, mostly in wallet + corresponding storybook pages
Fixes #10903
2023-06-20 14:10:35 +02:00
Cuteivist
5d7a4723bf
chore(@desktop/wallet): Use transparent background and add scroll shadow ( #11118 )
2023-06-16 11:37:17 +02:00
Cuteivist
10e5c714a2
feat(@desktop/wallet): Use new activity model for HistoryView ( #11075 )
...
closes #11019
2023-06-15 15:09:35 +02:00
Cuteivist
a4731517d6
feat(@desktop/wallet): Add copy details and repeat transaction buttons ( #10904 )
...
closes #10776
2023-06-13 10:18:53 +02:00
Cuteivist
31f59a2e81
chore(@desktop/wallet): Unify transaction enums ( #11034 )
2023-06-12 15:04:39 +02:00
Cuteivist
a0146014d1
fix(@desktop/keycard/wallet): Small fixes ( #10949 )
2023-06-07 10:38:44 +02:00
Cuteivist
7caa89b050
feat(@desktop/wallet): Transaction activity summary ( #10809 )
...
closes #10751
2023-05-31 11:25:16 +02:00
Cuteivist
f7e75208a5
feat(@desktop/wallet): Added transaction address component ( #10665 )
...
closes #10583
2023-05-19 11:51:47 +02:00
Khushboo Mehta
3ac9edbe96
feat(@desktop/wallet): Activity Details Progress bar
...
fixes #10639
2023-05-18 09:26:37 -04: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
Khushboo Mehta
2e68c97c8e
fix(@desktop/wallet): Wallet: user can click on dummy loading items from activity-history and open an empty transaction view
...
fixes #10083
2023-04-17 15:47:56 +02:00
Ivan Belyakov
056dad2ce2
fix(@desktop/wallet): fix first section in activity to be displayed as loading
...
Fix balance in loading state to use loading component instead of 0
Fix width of some components in loading state.
Remove property modelDataValid in favor of existing isModelDataValid.
Fix loading items not always properly removed before adding new
transactions.
Fixes #9617
2023-04-10 18:07:15 +04:00