Join our community: https://t.me/+DOylgFv1jyJlNzM0
Description
The dashboard has a templates array (salary, subscription, grant) with handleApplyTemplate, but the StreamCreationWizard has no template picker. Users must fill every field from scratch for common use cases.
What Needs to Happen
- Add a template selection step at the start of the wizard
- Built-in templates: Monthly Salary, Weekly Subscription, One-time Grant, Custom
- Selecting a template pre-fills amount, duration, token, and a description tag
- User can still modify any pre-filled value
- Custom templates saved to localStorage
Files
frontend/components/stream-creation/StreamCreationWizard.tsx
frontend/components/stream-creation/TemplateStep.tsx (create)
Acceptance Criteria
Description
The dashboard has a
templatesarray (salary, subscription, grant) withhandleApplyTemplate, but theStreamCreationWizardhas no template picker. Users must fill every field from scratch for common use cases.What Needs to Happen
Files
frontend/components/stream-creation/StreamCreationWizard.tsxfrontend/components/stream-creation/TemplateStep.tsx(create)Acceptance Criteria