#nostrdesign I need some help again. I'm trying to overhaul the whole relay system in noStrudel to add better support for inbox / outbox relays and relay sets.
I'm running into a few UX issues that I don't know how to fix and I need some ideas.
My goal is to make the users inbox / outbox relays completely separate from the apps relays and call them "Mailboxes"
So going forward the app will store its current relays in local storage instead of nip-65. this will allow the user to change relays on the fly while keeping the inbox / outbox relays the same.
The part I'm stuck on is I cant figure out what the UX should be around managing the users "mailboxes"
I want to separate the concept of setting up your "mailboxes" from configuring the app relays so they have to be on a different view then the apps relay config.
A few ideas I'm looking for:
- Whats the best way to visually distinguish a users Inbox relay from a users Outbox relay beside using an icon?
- What (if any) relay recommendations should I show on the "mailboxes" view when the user is setting or changing their mailboxes
- How should it show a warning if one of the users current inbox or outbox relays is offline / rejecting events?