1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/frontend/src/component/admin
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
..
apiToken feat: dark theme v1 (#3298) 2023-03-22 16:37:40 +02:00
auth feat: dark theme v1 (#3298) 2023-03-22 16:37:40 +02:00
billing refactor: light theme colors (#3252) 2023-03-06 12:58:36 +02:00
cors
groups feat: dark theme v1 (#3298) 2023-03-22 16:37:40 +02:00
instance-admin feat: Instance stats for export/import (#3121) 2023-02-15 14:39:16 +02:00
invoice feat: dark theme v1 (#3298) 2023-03-22 16:37:40 +02:00
maintenance refactor: light theme colors (#3252) 2023-03-06 12:58:36 +02:00
menu feat: remove maintenance feature flag (#3199) 2023-02-27 15:36:56 +02:00
network fix: properly escaping app names (#3368) 2023-03-22 10:40:22 +01:00
projectRoles fix: remove all warnings (#3055) 2023-02-07 11:20:44 +01:00
serviceAccounts UI/bulk select (#3267) 2023-03-14 08:56:03 +00:00
users feat: dark theme v1 (#3298) 2023-03-22 16:37:40 +02:00
Admin.tsx fix: add container for EditGroups (#3318) 2023-03-15 15:23:59 +01:00
AdminRedirect.tsx Refactor/lazy load (#2842) 2023-01-12 11:34:45 +01:00
LazyAdmin.tsx
LazyAdminExport.tsx Refactor/lazy load (#2842) 2023-01-12 11:34:45 +01:00