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
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
Alex Jbanca
7926d1f748
chore(SendModal): Use accountAddress to preselect the account instead of account model item
...
Updating the SendModal to receive an accountAddress to preselect the account instead of the account item model
to squash: Fix account selection. by address
2024-07-19 19:53:31 +03:00
Noelia
18e230bf91
refactor(Wallet/SendModal): Selected Recipients component review, backend dependencies cleanup
...
- Component name changed to be more precise with what it represents.
- Removed `RootStore` dependency from `Helpers.qml`.
- Removed unnecessary method `lookupAddressObject` from `RootStore`.
- Updated `SendModal` property bindings related to recipient.
- Some activity controller interaction details moved to transactions store instead of being directly in `SendModal`.
- Type enum living in `RecipientSelectorPanel` is moved to `Helpers`. Since it doesn't depends on the specific component and it's used in other global places.
Part of #15208
2024-07-11 14:05:55 +02: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
Anthony Laibe
da7f419f57
fix: repeat tx open the send modal
...
fixes #14357
2024-04-10 10:31:58 +02:00
Khushboo Mehta
5473e3b14e
chore(@desktop/wallet): Simplify the wallet networks service
...
fixes #12717
2024-03-28 11:47:33 +01:00
Stefan
b4aff67639
fix(wallet) wrong properties referenced in TransactionDetailView
...
Updates: #13663
2024-03-25 18:38:33 +01:00
Stefan
0958860bc9
fix(qml): fix etherscan links for all networks
...
Also refactor code for reusability and readability.
Closes : #13986
2024-03-19 15:14:40 +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
Anthony Laibe
aed61b68b1
feat(@wallet): sepolia default
2024-02-23 11:52:40 +01:00
Cuteivist
fae86bcb8d
feat(@wallet): Show community activity ( #13627 )
2024-02-22 15:41:19 +01:00
Sale Djenic
dbd7937d8b
feat(savedaddresses): add save receiver address to the context menu in tx details view
...
This commit handles saved addresses changes and reflect them to the history view
and tx details view. In this context it handles the same way changes coming from sync
devices.
Also fix the issue when switching network mode.
Closes : #13095
2024-02-15 10:07:48 +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
c791173c81
fix(wallet): disable "Send" button at all places when no network
...
connection
Closes : #13326
2024-02-02 14:46:40 +01: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
Anthony Laibe
18c37fbdac
feat(@wallet): Enable sepolia network
2023-10-09 15:06:52 +02:00
Cuteivist
158bb87b4a
@bug(wallet/activity): Implemented collectibles model ( #12294 )
2023-10-03 14:15:11 +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
Cuteivist
58ccb01b76
chore(@desktop/wallet): Show option for in network ( #12199 )
2023-09-22 12:03:15 +02:00
Cuteivist
fddcc3a83f
feat(@desktop/wallet): Transaction collectibles filtering ( #12162 )
2023-09-21 08:58:44 +02:00
Cuteivist
33a8ed9b9c
bug(@desktop/wallet): Unkown symbol and Gwei decimals ( #12083 )
2023-09-11 12:08:21 +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
Lukáš Tinkl
a42ac076ca
fix(shared-addresses): wrong account color and type
...
- rename `watchOnlyAccounts` to `nonWatchAccounts` to reflect what the
property returns
- some warning fixes
Fixes #12023
2023-08-30 10:30:50 +02:00
Cuteivist
faf4933262
fix(@desktop/wallet): Show networks for Bridge txs ( #11898 )
2023-08-18 10:56:57 +02:00
Cuteivist
beaca31664
fix(@desktop/activity): Fix filter layout and added recipient search ( #11883 )
2023-08-16 16:06:56 +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
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
d05d743d80
fix(@desktop/wallet): Various wallet view fixes ( #11606 )
2023-07-21 12:55:36 +02:00
Cuteivist
db363b3782
feat(@desktop/wallet): Use separate filter for each wallet account ( #11528 )
...
closes #11412
2023-07-19 16:16:45 +02:00
Cuteivist
a30678f5ec
feat(@desktop/wallet): Handle missing token metadata ( #11433 )
...
closes #11043
2023-07-18 16:05:22 +02:00
Cuteivist
9b293f9c34
feat(@desktop/wallet): Loading animation for input data decoding ( #11378 )
...
closes #11333
2023-07-10 15:36:29 +02:00
Cuteivist
7a7394628e
feat(@desktop/wallet): Handle multitransactions ( #11124 )
...
closes #11071
2023-06-30 17:07:53 +02:00
Emil Sawicki
54ae6a3154
feat(@wallet): Display parsed input data
...
fixes #10793
2023-06-19 10:43:09 +01:00
Dario Gabriel Lipicar
9fc8f66fbd
feat(@dekstop/wallet): use amounts from activity backend
...
Part of #11080
2023-06-16 11:06:23 -03: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
82dced8826
fix(@desktop/wallet): Handle testnet explorer links ( #11016 )
2023-06-12 10:39:59 +02:00