blackmassgroup / v_exchange

A scalable web app features LiveView authentication, user roles and permission system, and secure S3/Wasabi uploads. It calculates file hashes with Erlang crypto library and uses Oban for all most API requests for automated retries.Has CI/CD setup and is deployed on Fly.io.
https://virus.exchange
82 stars 7 forks source link

Light Mode Glitch #6

Closed BradleyVX closed 11 months ago

BradleyVX commented 1 year ago

When switching between pages, light mode becomes disabled, aka switches to dark mode.

yassirlaaouissi commented 1 year ago

@BradleyVX it seems like the state of the dark mode toggle is not persistently stored in the user's session. Causing some inconsistent behavior (switch being on dark mode while screen is light mode). I attached a video of the behavior:

https://github.com/blackmassgroup/vx_underground/assets/59022605/6c1ab57e-cd2b-4fde-9279-c39d27b726f2

guessthepw commented 11 months ago

No more lightmode