29 commits in all time
Dec 17, 2025 21:26 – Mar 17, 2026 21:26 UTC
perf(aesthetics): decrease size of icon of back button on txn-presets page
c12d0360
main
1/3 ++ 3 --
perf(aesthetics): add more spacing around the "No transactions" message on compose-group page
112c48e9
main
1/1 ++ 1 --
docs(grp_compose): correct the description of GroupComposePage
f7cbe9e2
main
1/1 ++ 1 --
perf(usability): increase size of sign-group button on compose-group page
The sign-group button being the largest button on the page makes the next step more clear to the user
e1410d54
main
1/1 ++ 1 --
fix(grp_compose): enable button to sign-group page when there are no empty slots
Fixes the issue where deleting an empty slot does not enable the sign-group button when there are no empty slots after the deletion
1acbddfa
main
1/2 ++ 7 --
perf(usability): change text of compose-transaction submit button when editing group transaction
74b58a9c
main
3/8 ++ 1 --
refactor(txn_presets): move NoPresetLinkPlaceholder & add back button
6f8c092d
main
5/49 ++ 25 --
fix(compose_txn): specify 0 as minimum for fee number field
The fee number field in the compose-transaction form allowed for a negative number, which would never be a valid fee amount
568d4347
main
1/1 ++ 0 --
fix(txn_preset): include URL query parameters in link to skip preset
Fixes the issue where clicking on the "Skip" button removes query parameters that may also be needed on the compose-transaction page
6a167188
main
4/61 ++ 13 --
chore(i18n): disable I18Next support message
The support message appears multiple times when running unit tests
711c83ce
main
2/4 ++ 1 --
refactor(app): use more descriptive Tailwind class names
2a67ca86
main
11/18 ++ 18 --
chore(upgrade dependencies): eslint not upgraded to v10 because current plugins did not work with it
36a7b679
main
2/860 ++ 977 --
fix(app): use `undefined` instead of `false` when asset close address is not given
8e51b9f9
main
1/1 ++ 1 --
fix(app): use `global.sessionStorage` for storing transaction data
71ea880f
main
1/1 ++ 1 --
fix(compose_txn): correct grammatical error in label for closing asset
b1125b75
main
1/1 ++ 1 --
feat(grp_compose): display each transaction in group according to type
How each transaction is displayed in a transaction group list is determined by the preset used or the transaction type.
8c7dafbc
main
7/774 ++ 132 --