-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Notifications System #891
Comments
Or instead of recreating a notification system, we just use Electron's support for OS notifications. This would also relate directly to #808, a voyager daemon. I know that @faboweb is against using electron-related features, but if we decided to go with browser-based Voyager later, we can port the notifications over the browser using https://developer.mozilla.org/en-US/docs/Web/API/notification |
Why not directly use web notifications? It should work from within Electron. But I am not sure if there is a default web notification history for Windows/Linux. (https://electronjs.org/docs/tutorial/notifications) |
this sounds great.
i would prefer if this was a notifications page instead of a modal. this, like the tx history is something we would want people to be able to visit and use as a historical reference. modals tend to be more fleeting / don't imply the type of persistence i would hope for.
hmm. maybe we need to define the types of notifications we're talking about here...
i think there is a difference between cosmos specific notifications like "one of the validators you've bonded too is no longer a validator" and console errors. should we consider cosmos-notifications being included in the tx history somehow?
i would assume that notifications would appear "on the notifications page / menu" instantly - with this kind of page perhaps we don't need the error-modals at all. |
Would this overload the tx history? If we overload it too much, users might get information blindness and miss critical information. This is why I tend more to a dashboard of some kind, which shows data more structured. |
that's a fair point. i think we need a list of tx types, cosmos-notifications, and types of errors that appear in the current error modals. then we can see what the best design would be. |
UI Version: 0.7.0
Description: It would be useful to have a toggleable notifications slide-out menu, so users can close notifications without losing them forever.
The text was updated successfully, but these errors were encountered: