1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-06-27 01:19:00 +02:00
unleash.unleash/frontend/src
NicolaeUnleash 705462f0cf
feat: dark theme v1 (#3298)
## About the changes

Creating the first version of the Dark theme

Refactor: colors variables
Refactor: use theme variable instead 
- this change will help us to use MuiCssBaseline, and we can use classes
directly for easy customization when we can't identify MUI classes

Refactor: adjusting some files components
- i’ve touched also the structure of some files, not only the colors
variables (but only to adjust the style, not functionality)

Fix: dark mode persistence on refresh (by Nuno)

Feat: dark mode sees light logos, and light mode sees dark logos (by
Nuno)

---------

Co-authored-by: Nuno Góis <github@nunogois.com>
2023-03-22 16:37:40 +02:00
..
__mocks__
assets feat: dark theme v1 (#3298) 2023-03-22 16:37:40 +02:00
component feat: dark theme v1 (#3298) 2023-03-22 16:37:40 +02:00
constants refactor: remove old components after variants per env (#3110) 2023-02-14 16:03:53 +00:00
contexts
hooks feat: dark theme v1 (#3298) 2023-03-22 16:37:40 +02:00
interfaces feat: project mode (#3334) 2023-03-16 15:29:52 +01:00
openapi refactor: not used cleanup (#3347) 2023-03-21 11:10:07 +02:00
themes feat: dark theme v1 (#3298) 2023-03-22 16:37:40 +02:00
types
utils feat: Project scoped stickiness (#3289) 2023-03-10 12:28:02 +02:00
index.tsx feat: message banner (#2726) 2022-12-22 15:16:51 +00:00
setupTests.ts
vite-env.d.ts