1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/frontend/src/component
Nuno Góis e0d2536d6f
feat: dark mode switch (#3370)
https://linear.app/unleash/issue/1-802/replace-the-dark-mode-switch

<img width="221" alt="image"
src="https://user-images.githubusercontent.com/14320932/226900284-642f5f0d-5f10-47a5-92cc-080bddbcbfc1.png">
<img width="159" alt="image"
src="https://user-images.githubusercontent.com/14320932/226900684-13a044a3-4a18-41fc-bc76-f4f34a911a53.png">

**Note**: The second screenshot does not show the dark theme because
that's part of https://github.com/Unleash/unleash/pull/3298

Improves the dark mode switch to be a simple IconButton that acts as a
flip switch.
2023-03-22 14:39:02 +00:00
..
addons feat: revive features (#3344) 2023-03-17 18:21:13 +00:00
admin feat: dark theme v1 (#3298) 2023-03-22 16:37:40 +02:00
application feat: dark theme v1 (#3298) 2023-03-22 16:37:40 +02:00
archive Sticky batch actions bar (#3366) 2023-03-22 13:15:53 +01:00
changeRequest feat: dark theme v1 (#3298) 2023-03-22 16:37:40 +02:00
common feat: dark theme v1 (#3298) 2023-03-22 16:37:40 +02:00
context feat: dark theme v1 (#3298) 2023-03-22 16:37:40 +02:00
environments
events feat: dark theme v1 (#3298) 2023-03-22 16:37:40 +02:00
feature feat: dark theme v1 (#3298) 2023-03-22 16:37:40 +02:00
feedback feat: dark theme v1 (#3298) 2023-03-22 16:37:40 +02:00
layout feat: dark theme v1 (#3298) 2023-03-22 16:37:40 +02:00
loginHistory
maintenance feat: dark theme v1 (#3298) 2023-03-22 16:37:40 +02:00
menu feat: dark mode switch (#3370) 2023-03-22 14:39:02 +00:00
playground/Playground feat: dark theme v1 (#3298) 2023-03-22 16:37:40 +02:00
project feat: dark theme v1 (#3298) 2023-03-22 16:37:40 +02:00
providers Feat project segments permissions (#3346) 2023-03-17 17:43:48 +00:00
segments Feat segments project safeguards (#3359) 2023-03-21 20:28:43 +00:00
splash feat: dark theme v1 (#3298) 2023-03-22 16:37:40 +02:00
strategies feat: dark theme v1 (#3298) 2023-03-22 16:37:40 +02:00
tags feat: dark theme v1 (#3298) 2023-03-22 16:37:40 +02:00
user feat: dark theme v1 (#3298) 2023-03-22 16:37:40 +02:00
App.tsx
InitialRedirect.tsx