Commit c432f57
committed
Add layout content tracking and enhance transaction creation UI
- Introduced LayoutContentTracker component to monitor layout changes based on route and query parameters, improving user experience during navigation.
- Updated PageNewTransaction to accept an optional onSuccess prop, enhancing flexibility for transaction success handling.
- Refactored CardBalance to integrate NewTransactionDialog, streamlining the process of creating new transactions directly from the balance card.
- Improved UI consistency and responsiveness across transaction components, ensuring a better user experience when managing transactions.1 parent 8b0d6c5 commit c432f57
File tree
4 files changed
+863
-502
lines changed- src/components
- common/overall-layout
- pages/wallet
- new-transaction
- transactions
4 files changed
+863
-502
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
79 | 129 | | |
80 | 130 | | |
81 | 131 | | |
| |||
631 | 681 | | |
632 | 682 | | |
633 | 683 | | |
634 | | - | |
| 684 | + | |
| 685 | + | |
| 686 | + | |
635 | 687 | | |
636 | 688 | | |
637 | 689 | | |
| |||
0 commit comments