Join our community: https://t.me/+DOylgFv1jyJlNzM0
Why this matters
frontend/src/app/streams/create/create-stream-content.tsx hosts a multi-step stream creation wizard. If the browser reloads (accidental refresh, crash) mid-flow, all entered recipient/amount/schedule data is lost and the user has to start over, which is especially painful for a multi-step form.
Acceptance criteria
Files to touch
frontend/src/app/streams/create/create-stream-content.tsx
Out of scope
- Cross-device draft sync
- Multiple concurrent drafts
Why this matters
frontend/src/app/streams/create/create-stream-content.tsxhosts a multi-step stream creation wizard. If the browser reloads (accidental refresh, crash) mid-flow, all entered recipient/amount/schedule data is lost and the user has to start over, which is especially painful for a multi-step form.Acceptance criteria
sessionStoragekeyed per sessionFiles to touch
frontend/src/app/streams/create/create-stream-content.tsxOut of scope