-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Labels
blockedThis is currently on holdThis is currently on holdenhancementNew feature or requestNew feature or requestneeds-specThis issue needs a clear specification before it can be picked upThis issue needs a clear specification before it can be picked up
Description
Features
- Save bookmarks for addresses
- Show these addresses in the Send screen
Warn when interacting with new wallets-> out of scope, separate issue is Keep track of addresses we sent to #323 when Create atransactiontable to store transactions we sent #366 lands
To do
- finalize data model
- Create
bookmarkAccountentity, table, etc - Proposed schema
bookmarkAccount-
id/createdAt/updatedAt(base fields) -
address:SolanaAddressSchema -
label: stringoptional label provided by the user, default to empty string.
-
- helper functions
-
bookmarkAccountCreate -
bookmarkAccountDelete -
bookmarkAccountToggle(combination of the create and delete) -
bookmarkAccountUpdate(to change the label) -
bookmarkAccountFindByAddress -
bookmarkAccountFindMany
-
- ux (in
/explorer/address/<address>):- add a bookmark icon. click to bookmark address
- if bookmarked, show a pencil icon to update the label.
- follow up issues
- show a list of all bookmarks
-
favorite: booleanif you want it to stand out among the others - add option to group bookmarks
- show bookmarked addresses in the Send screen
Metadata
Metadata
Assignees
Labels
blockedThis is currently on holdThis is currently on holdenhancementNew feature or requestNew feature or requestneeds-specThis issue needs a clear specification before it can be picked upThis issue needs a clear specification before it can be picked up
Type
Projects
Status
Backlog