React: DayNight toggle

Vote Up Down

React: DayNight toggle

Body
We currently have 'light', 'dark' theme and it's a toggle on/off. I need it to be a multi-selector that you click to go to the next one. Add two more themes: light pink (call it "dawn"), and dark green (call it "dusk"). The selector needs to listen to event "click" and switch states: 0 -> 1 -> 2 -> 3 -> 0. In the pic above: 1. There needs to be a custom illustration of the "wheel" selector. It needs 4 pictures: top: sun, left: sunset, bottom: moon, right: sunride. 2. This wheel selector will *replace* day/night toggle on every LocationsShowDesktop page. Sun dial / watch wheel references: https://piousbox.com/2021/11/time-wheel-sundial-references/ What's currently there: