nonnorm
nonnorm
Do you think this would be best in the config file, or somewhere else in the webpage. I can probably fairly easily implement a "minimalist" white/black theme.
Sorry, I meant for themes. A dark mode trigger is actually much easier than you think, Tailwind/WindiCSS has a built-in setting for that.
Dark mode trigger added with https://github.com/ravenclaw900/DietPi-Dashboard/commit/38bbd3a63b846a647912c0cd4b5d4ae31dddd342.
Also, a different visual change, but instead of changing pages instantly and showing "Getting Data", the page will now blur until the websocket message is received, and then change. How...
It's because the data doesn't come immediately. This works for most pages because it's not trying to iterate over `undefined`, however where it does you get the error (actual non-production...
Alright, the library I was planning to use isn't going to work (see below). There's a [request in windicss for multiple themes](https://github.com/windicss/windicss/issues/366), but not much work has been done on...
Hi, The "multiple nodes" feature (https://github.com/ravenclaw900/DietPi-Dashboard/pull/66) looks useful for you. I think it would be best to show the IP (probably optionally) if you were using this feature with multiple...
Hmm, the box shouldn't disappear. Are either of those frontend nodes? Those currently aren't supported for viewing from other pages. The named syntax hasn't been implemented yet, so it won't...
That's odd... Did you have to reinstall the dashboard on any of them?
The crate that I'm currently using to read CPU, RAM, etc has a function for that: https://docs.rs/heim/0.1.0-rc.1/heim/sensors/fn.temperatures.html.