Sale Djenic
e115d5e7ce
refactor(wallet): show qr popup updated to meet new ui requirements
...
Show Qr popup is partially refactored because of the two things:
- to meet new UI requirements (introduced in the new saved addresses design)
- to make usage of that popup more generic, that it can be easily used from different places
2024-01-16 18:36:30 +01:00
Michal Iskierko
d2b2aae000
fix(@desktop/communities): Add toasts to send owner token process
...
Fix transfer ownership button.
Set correct data in SendModal.
Issue #12656
2023-12-12 16:06:04 +01:00
Anthony Laibe
f0484a59fb
fix(@wallet): prevent max amount to be ellipsed
...
fixes #12801
2023-12-07 10:27:13 +01:00
Khushboo Mehta
26f29a4fe6
chore(@desktop/wallet): Unifying the various "TokensTypes" across the app
...
fixes #12501
2023-11-21 13:02:26 +01:00
Lukáš Tinkl
81d99c44e9
fix: workaround to crash on startup with Qt 5.15.11
...
the most recent Qt upstream version introduced a regression that causes
our app to crash right on startup when a grouped property is assigned to
inside a `PropertyChanges` handler
upstream issue: https://bugreports.qt.io/browse/QTBUG-107795
Upstream fix will be released with Qt 5.15.12, code being at
https://codereview.qt-project.org/c/qt/qtdeclarative/+/424702
2023-11-14 18:11:42 +01:00
Anthony Laibe
3521d0a3ae
feat(@wallet): Add buffer to max input
...
fixes #12215
2023-11-13 13:59:03 +01:00
Sale Djenic
930d9ef9b7
fix(@desktop/general): buying ens usernames/stickers fixed
2023-11-09 11:17:38 +01:00
Sale Djenic
94953bb925
fix(@desktop/wallet): send modal not working with bridge hop (mainnet to optimism)
...
Fixes #12615
2023-11-06 21:39:04 +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
Cuteivist
7de6eaa787
fix(@desktop/sendModel): Use tab to focus to next field ( #12571 )
2023-10-30 10:34:07 +01:00
Anthony Laibe
0ba9ce9c8e
fix(@wallet): token not always visible
...
fixes #12508
2023-10-23 16:05:19 +02:00
Khushboo Mehta
e5166c11d3
fix(@desktop/wallet): SendModal broken when token symbol is very long
...
fixes #12336
2023-10-05 17:19:13 +02:00
Khushboo Mehta
8252baf846
fix(@desktop/wallet): Selecting other than the mainnet doesn't display all tokens in the send popup
...
fixes #12255
2023-10-05 17:19:00 +02:00
Khushboo Mehta
d19e95cb5b
chore(@desktop/wallet): SendModal: complete storybook flow
...
closes #12244
2023-10-02 12:27:15 +02:00
Khushboo Mehta
bcfabd3998
fix(@deaktop/wallet): fixes below issues in sendModal:
...
1. A dropdown arrow should not be visible in the context of selecting token
2. Unnecessary padding added when expanding balances in the send modal popup
fixes #12254,#12256
2023-09-29 15:49:33 +02:00
Khushboo Mehta
91de960e08
fix(@desktop/wallet): Wallet: Send a multi tx, the notification for the 2nd transfer is not visible
...
fixes #12242
2023-09-29 14:43:45 +02:00
Stefan
e805a9bf26
feat(wallet) user can repeat a Send transaction from activity view
...
Enable user action to repeat a Send transaction from the activity view
(HistoryView) and details view (TransactionDetailView).
Extend AppMain send modal entry and SendModal API to allow for selecting
all the required parameters for repeating a transaction.
Optimize update of start timestamp for activity filter only when user
attempts to open the filter panel.
Closes #12122
2023-09-29 14:34:16 +02:00
Khushboo Mehta
29629a3d6d
fix(@desktop/wallet): Send Modal Improvements & missing features
...
fixes #12243
2023-09-26 12:58:28 +02:00
Noelia
89a559745b
feat(Wallet/Collectibles): Added special format for owner and tmaster community tokens
...
- Updated `CollectibleDetailsView` to show owner and tMaster token collectible types with the correct design.
- Updated `CollectiblesView` to show owner and tMaster token collectible types with the correct design.
- Modified send footer option if collectible selected is an owner token.
- Added logic to wallet rootstore to handle selected collectible data.
- Reverted changes on property selectAccount in sendModal
Closes #12172
2023-09-26 12:44:15 +02:00
Khushboo Mehta
76615b0bf7
fix(@desktop/wallet): Move selected recipient and send type to nim
...
fixes #12206
2023-09-21 15:34:00 +02:00
Khushboo Mehta
c8c9c706d9
fix(@desktop/wallet): SendModal: Move logic to nim Part 2, parsing recipient address string to separate the chain prefixes
...
fixes #12149
2023-09-21 13:54:04 +02:00
Michał Cieślak
fb48e7be0b
feat: Refactor AmountToSend to use exact amounts for transactions
...
Closes : #12168
2023-09-20 15:15:29 +02:00
Khushboo Mehta
1f85ec1bd6
fix(@desktop/wallet): Fixing bugs found during demo
2023-09-19 13:59:46 +02:00
Stefan
7e5ed80847
chore(wallet) remove activity filter dependency on accounts
...
Bumps status-go and pass the all addresses selected to the API
Close #11980
2023-09-19 10:59:02 +02:00
Khushboo Mehta
1d99d8ae97
chire(@desktop/wallet): Streamline send modal folder structure
...
fixes #12140
2023-09-15 13:43:59 +02:00