Open alex-klyuev opened 1 year ago
I am working on this
Here are few changes to the design to make it more convenient for the users:
You can see the changes here (or in Figma file)
For light mode:
For dark mode:
List item Colors:
Text Color:
@rolznz @bumi I would like to work on this issue for the hacktoberfest. Can you provide a bit more context about this issue and how to approach it on a high level. Thanks!
There was an old PR that seems like it never went anywhere https://github.com/getAlby/lightning-browser-extension/pull/2121
I think this task is quite complex and needs review/design from the Alby team before beginning. CC @reneaaron
@Rithvik-padma unfortunately I don't think this can be worked on yet, I'll remove the tag. Sorry!
There was an old PR that seems like it never went anywhere https://github.com/getAlby/lightning-browser-extension/pull/2121
- It is probably best to update the DB to include a contacts list table rather than just saving lightning address on payments
- It seems like we need UI for saving and managing contacts, unless we do it automatically for now (but allow removing entries from recent history)
I think this task is quite complex and needs review/design from the Alby team before beginning. CC @reneaaron
@Rithvik-padma unfortunately I don't think this can be worked on yet, I'll remove the tag. Sorry!
Sure got it!
Is this issue can be worked on now?
@umarluqman sorry for late replay. It isn't, If you'd like to grab it!
Alongside the recent contact list, consider adding an optional "Nostr Contact List" tab. This tab could feature either your followers or the contacts you are following and include a search bar for quick name lookup.
@JPLACLAU this can't be easily done because that would require extension to receive messages from Nostr protocol, which is a big change to current architecture.
Feature description
When sending from the view below, we can provide suggestions to existing LN addresses:
Could be done as a dropdown, with options being filtered as user types.
Describe the solution
Not sure which is desired:
For 1, would require saving LN addresses locally, as suggested here: https://github.com/getAlby/lightning-browser-extension/pull/1970