Files
wallet/apps
Hanzo AI 00ecfdb35a feat(web/store): send-flow state machine (idle → preview → broadcasting → done|error)
Six-phase state machine driven by zustand. Reset on /send mount keeps stale
form state from leaking across sessions. Pure data slice — async lives in
the useSend hook so the store stays mockable.

Tests: 3 covering initial state, setter updates, reset semantics.
2026-04-30 13:15:34 -07:00
..