monlovesmango / astral

Nostr client made with Quasar
https://astral.ninja
MIT License
101 stars 39 forks source link

Error message blocks bottom navigation UI #70

Closed pseudozach closed 1 year ago

pseudozach commented 1 year ago

Thanks for making my favorite nostr client!

Here's my issue: When using as a mobile app on android, bunch of error messages pop up on the bottom of the screen and it blocks the navigation UI so I can't click away.

Plus errors are inactionable and I couldn't find a easy way to close them or swipe them away.

Screenshot_20221221-234108

leesalminen commented 1 year ago

Submitted a PR to resolve this issue by presenting users with a "Close" button in error messages.

vishalxl commented 1 year ago

Same pic for desktop, just for reference, on chrome/windows.

2022-12-23 (7)
monlovesmango commented 1 year ago

done. notifications for relays have been removed for now and close button has been added to all other notifications.

will be adding a relay status component to display these notifications.