#2 - For the ui i went with shadcn but not the default one, im using the coss ui variant which has nicer colors and the components feel more polished. the buttons and inputs have this subtle shadow thing that looks clean in dark mode.
for state management im keeping it simple, just storing the address and recovery key in localStorage. on first load if theres nothing in storage it auto creates a mailbox. the key is needed for every request so without it you cant read any messages. when you delete the mailbox it clears storage and resets everything.
right now the ui has a header with refresh and delete buttons, an input group showing the address with a copy button. gonna add the inbox next…
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.