-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
feat(frontend): allow managing multiple nodes on one page #66
Conversation
Also switch to `toml` crate, instead of using nanoserde parser
Well, the viewing of different nodes works, but, for instance, the update message pushes the node selection box out of the way, which pushes the light/dark mode button out. How should we go about fixing this? I'm thinking something like a "messages" icon, which will reveal the update and any other messages, and maybe a "settings" icon for the node selection box, and possibly themes once those get implemented. |
A notification button/icon seems a good idea. In theory, it could be also shown conditionally, i.e. either if there are multiple notifications or when not everything fits into the viewport with a single notification expanded. |
Alright, notification button added. If that looks good, I'm going to merge and release. |
I'll do some testing later today, many thanks for implementing 👍. |
At least the build shouldn't have included it
No description provided.