This repository was archived by the owner on Nov 10, 2023. It is now read-only.
Commit 8e4d2a0
authored
Refactor: overwrite the queue instead of merging + use txId for deep links (#3751)
* Refactor: overwrite the queue instead of merging
* Fix: when only "next" txns are in queue
* Update tests
* PR comments (thanks Aaron)
* Search for a specific Queued label instead of last label
* More PR comments
* Fix: never add singular txns to History
* Display pending txns as history
* Use tx id for deep links
* Cache fetchTxDetails
* Move fallback to hook1 parent 5fb1540 commit 8e4d2a0
File tree
13 files changed
+133
-765
lines changed- src
- logic/safe
- store
- actions
- reducer
- __tests__
- transactions/api
- routes
- safe/components/Transactions/TxList
- hooks
- utils/__tests__
13 files changed
+133
-765
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
| 142 | + | |
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| |||
0 commit comments