1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-10 17:53:36 +02:00
unleash.unleash/frontend/src/component
Simon Hornby 9521c452c5
chore: move google auth ui behind flag (#3606)
Moves the access tab for Google Auth behind a flag. The elements
are still accessible but hidden by default so this is a soft change.
This is a deprecated feature and is on its way out.
2023-04-26 10:55:55 +02:00
..
addons feat: revive features (#3344) 2023-03-17 18:21:13 +00:00
admin chore: move google auth ui behind flag (#3606) 2023-04-26 10:55:55 +02:00
application feat: dark theme v1 (#3298) 2023-03-22 16:37:40 +02:00
archive feat: deletion confirmation spelling (#3548) 2023-04-18 17:10:34 +02:00
changeRequest feat: search cr by title (#3610) 2023-04-25 08:36:27 +02:00
common feat: edit change requests (#3573) 2023-04-24 15:32:19 +02:00
context feat: dark theme v1 (#3298) 2023-03-22 16:37:40 +02:00
demo feat: update the user-specific topic (#3608) 2023-04-24 13:02:06 +01:00
environments refactor: light theme colors (#3252) 2023-03-06 12:58:36 +02:00
events feat: dark theme v1 (#3298) 2023-03-22 16:37:40 +02:00
feature fix: add segment to strategy payload (#3611) 2023-04-25 10:57:53 +02:00
feedback fix: media query issue in feedback modal (#3470) 2023-04-07 11:10:14 +02:00
layout feat: dark theme v1 (#3298) 2023-03-22 16:37:40 +02:00
loginHistory refactor: rename sign-on log to login history (#3245) 2023-03-02 13:49:50 +00:00
maintenance feat: dark theme v1 (#3298) 2023-03-22 16:37:40 +02:00
menu feat: enable dark mode for all (#3614) 2023-04-25 10:13:06 +02:00
playground/Playground feat: dark theme v1 (#3298) 2023-03-22 16:37:40 +02:00
project chore: GA project specific segments (#3583) 2023-04-21 10:25:40 +02:00
providers feat: enable dark mode for all (#3614) 2023-04-25 10:13:06 +02:00
segments chore: GA project specific segments (#3583) 2023-04-21 10:25:40 +02:00
splash feat: dark theme v1 (#3298) 2023-03-22 16:37:40 +02:00
strategies chore: remove deprecated strategies and allow deprecate default (#3575) 2023-04-21 11:42:36 +02:00
tags feat: enable dark mode for all (#3614) 2023-04-25 10:13:06 +02:00
user feat: authorization middleware (#3464) 2023-04-06 11:46:54 +02:00
App.tsx feat: implement demo guide steps logic (#3528) 2023-04-18 10:56:15 +01:00
InitialRedirect.tsx