Tier: S (1-2 days) | Type: feature
Context. src/pages/StellarSplit.tsx accepts a CSV paste per session. Payroll-style users run the same list every cycle and want templates. Contacts from the address book should also autocomplete each row.
Scope.
- Save-as-template control on the Split page, listing saved templates on load.
- Per-row combobox that suggests entries from
contactsStore.
- Rename / delete / duplicate template actions.
- Export / import templates as JSON (round-trippable with existing address-book export).
Acceptance.
Files. src/pages/StellarSplit.tsx, src/store/splitTemplatesStore.tsx (new), src/store/contactsStore.tsx.
Tier: S (1-2 days) | Type: feature
Context.
src/pages/StellarSplit.tsxaccepts a CSV paste per session. Payroll-style users run the same list every cycle and want templates. Contacts from the address book should also autocomplete each row.Scope.
contactsStore.Acceptance.
Files.
src/pages/StellarSplit.tsx,src/store/splitTemplatesStore.tsx(new),src/store/contactsStore.tsx.