* Fix value parsing to avoid errors and display reset correctly
* Add color preview
* Add color contrast checker
* Run formatter
* Satisfy checks
* Small fixes
* Update wording
* Re-order combinations
* Add translation keys
* Use clsx for pass/fail
* Use table elements
* Remove wrapper element
* Use single decimal for contrast
* Move description into popover
* Update css vars to accept preview colors
* Update colors input
* Remove reloadDocument
* Wrap in details summary
* Update popover text
This broke after upgrading deps and couldn't figure it out with a quick look.
It just makes it a bit more convenient when adding new pages & debugging
but not really that necessary so decided to delete it for now.
* Chat initial component
* Connect to websocket
* Chat render actual messages
* Chat keep scrolled to bottom
* Pending messages
* Pass rooms as arg
* Chat with tabs
* Message max length
* Looking tabs initial
* Fixes
* Chat on looking page w/ unread messages count
* Add reconnecting websocket
* Patron custom color
* Change ChatMessage data model
* Fix mobile layout
* Add clean up to useEffect
* Chat codes
* FF + clear messages on group morph
* Hide messages when user leaves etc.
* Fix match page layout when chat missing
* New tabs
* Tabs for mobile
* Add TODOs
* Switch to own group tab when roster changes
* Chat styling
* Redesign group cards
* Bring back manager buttons
* Remove flipped
* Remove unused code
* Align better
* Link to user profile
* Better room pass + highlighted
* Fix view when group expired
* Fix MemberAdder (missing input + overflow)
* Chat stay connected in looking
* Remove filters for now
* Fix chat number align
* Fix chat unseen messages
* Hide chat when alone
* Remove rest todos