jam/src
Parth 5123f7361b
feat(sweep): make v2 Sweep fully functional with modular UX + validations (#1093)
* feat(sweep): add schedule utility helpers

* test(sweep): add schedule utility tests

* feat(sweep): add sweep precondition evaluator

* test(sweep): add precondition evaluator tests

* feat(sweep): add destination address validation helpers

* test(sweep): add destination validation tests

* feat(sweep): add destination inputs component

* feat(sweep): add start confirmation dialog

* feat(sweep): add precondition alert component

* feat(sweep): add schedule progress component

* feat(sweep): implement functional v2 sweep page

* fix(sweep): render scheduler progress translations correctly

* fix(sweep): handle missing taker schedule endpoint without console error

* Update src/components/sweep/SweepPage.tsx

Co-authored-by: Thebora Kompanioni <theborakompanioni@users.noreply.github.com>

---------

Co-authored-by: Thebora Kompanioni <theborakompanioni@users.noreply.github.com>
Co-authored-by: Saurabh Singh <saurabhsraghuvanshi@gmail.com>
2026-04-09 20:30:53 +02:00
..
components feat(sweep): make v2 Sweep fully functional with modular UX + validations (#1093) 2026-04-09 20:30:53 +02:00
constants V2 import wallet (#1069) 2026-04-09 20:30:50 +02:00
context chore: use max jar balance for offer min size validation (#1077) 2026-04-09 20:30:53 +02:00
hooks fix: stale fee config reactivity (#1055) 2026-04-09 20:30:50 +02:00
i18n Add tooltips to UTXO status badges (#1110) 2026-04-09 20:30:52 +02:00
lib refactor(api): normalize app errors and simplify ui error reason handling (#1102) 2026-04-09 20:30:52 +02:00
store fix: stale fee config reactivity (#1055) 2026-04-09 20:30:50 +02:00
stories chore: highlight significant digits in Balance 2026-04-09 20:30:48 +02:00
styles refactor: externalize sonner styles to own file 2026-04-09 20:30:11 +02:00
types chore: add BranchEntryTable 2026-04-09 20:30:24 +02:00
App.tsx V2 import wallet (#1069) 2026-04-09 20:30:50 +02:00
index.css refactor: externalize sonner styles to own file 2026-04-09 20:30:11 +02:00
main.tsx chore(lint): enforce more eslint-plugin-unicorn rules 2026-04-09 20:30:38 +02:00
vite-env.d.ts initialize Jam V2 2026-04-09 20:29:28 +02:00