Extra labels: feature, ux
Tier: M (2-4 days) | Type: feature
Context. Users paste the same meta-address for the same recipient over and over. Labeled contact list stored client-side eliminates the friction.
Scope.
/contacts page: list, add, edit, delete, search.
- Contact =
{ label, metaAddress, chain, note?, addedAt }.
- Send-page autocomplete pulls from address book.
- Round-trippable JSON export / import.
Acceptance.
Files. src/pages/Contacts.tsx (new), src/store/contactsStore.ts (new), src/components/StellarSend.tsx.
Extra labels:
feature,uxTier: M (2-4 days) | Type: feature
Context. Users paste the same meta-address for the same recipient over and over. Labeled contact list stored client-side eliminates the friction.
Scope.
/contactspage: list, add, edit, delete, search.{ label, metaAddress, chain, note?, addedAt }.Acceptance.
Files.
src/pages/Contacts.tsx(new),src/store/contactsStore.ts(new),src/components/StellarSend.tsx.