sdss / zora

Web app for SDSS-V
1 stars 0 forks source link

Adds option for theme toggling #42

Closed havok2063 closed 1 month ago

havok2063 commented 2 months ago

This PR closes #33. It adds a new theme toggle button to the appbar. It now stores the theme in the persistent store, so page loads into new tabs preserve the theme. It moves the common theme mount to a new composable function, useTheme.

It also pushes the theme into the Solara apps through an iframe postMessage, where it applies the theme change.