RMI-PACTA / pacta-dashboard-svelte

This is a demonstrative project, showing what a PACTA dashboard in Svelte might look like.
https://rmi-pacta.github.io/pacta-dashboard-svelte/
0 stars 0 forks source link

feat: remove light/dark mode #32

Open jdhoffa opened 2 months ago

jdhoffa commented 2 months ago

This dashboard will eventually be served within the PACTA WebApp.

As far as I can tell, there will be no light/dark mode in this WebApp, so I think it doesn't make so much sense to have it in the dashboard (will probably be a bit awkward). Also having two styles would make it much trickier to align the WebApp and Dashboard style.

AlexAxthelm commented 2 months ago

Alternately, we could add darkmode to the interactive report 🤷

jdhoffa commented 2 months ago

WebApp**

Although... I guess if clicking on "view dashboard" spins up an entirely new page, it may not be the end of the world if the theme is a bit different?