1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-19 17:52:45 +02:00
unleash.unleash/frontend/src/component
Nuno Góis fe1e3566ee
fix: assume undefined instead of null on segment project (#3304)
Assume `undefined` instead of `null` for project in terms of interfacing
with segments: If the `project` field is not present, that means that it
is not set, which means we're dealing with a "global" segment. If we
want to unset `project` and make a segment global, we simply don't send
the `project` property on our PUT method.
2023-03-13 10:25:48 +00:00
..
addons Feat/project api token permissions (#3065) 2023-02-17 12:15:36 +02:00
admin refactor: light theme colors (#3252) 2023-03-06 12:58:36 +02:00
application
archive fix: disable autoResetHiddenColumns when useConditionallyHiddenColumns (#2851) 2023-01-10 08:15:12 +00:00
changeRequest refactor: light theme colors (#3252) 2023-03-06 12:58:36 +02:00
common Feat/notifications cypress (#3244) 2023-03-08 12:47:42 +02:00
context refactor: light theme colors (#3252) 2023-03-06 12:58:36 +02:00
environments refactor: light theme colors (#3252) 2023-03-06 12:58:36 +02:00
events refactor: light theme colors (#3252) 2023-03-06 12:58:36 +02:00
feature feat: Project scoped stickiness (#3289) 2023-03-10 12:28:02 +02:00
feedback refactor: light theme colors (#3252) 2023-03-06 12:58:36 +02:00
layout refactor: light theme colors (#3252) 2023-03-06 12:58:36 +02:00
loginHistory refactor: rename sign-on log to login history (#3245) 2023-03-02 13:49:50 +00:00
maintenance
menu refactor: light theme colors (#3252) 2023-03-06 12:58:36 +02:00
playground/Playground refactor: light theme colors (#3252) 2023-03-06 12:58:36 +02:00
project feat: Project scoped stickiness (#3289) 2023-03-10 12:28:02 +02:00
providers Feat/project api token permissions (#3065) 2023-02-17 12:15:36 +02:00
segments fix: assume undefined instead of null on segment project (#3304) 2023-03-13 10:25:48 +00:00
splash Makestyles refactor #7/1 (#2805) 2023-01-03 16:30:59 +02:00
strategies fix: strategy access tooltip (#3228) 2023-03-01 13:17:31 +01:00
tags refactor: light theme colors (#3252) 2023-03-06 12:58:36 +02:00
user fix: hide change password when simple auth is disabled (#3282) 2023-03-09 14:13:40 +01:00
App.tsx feat: remove maintenance feature flag (#3199) 2023-02-27 15:36:56 +02:00
InitialRedirect.tsx clear warnings (#3053) 2023-02-07 08:41:23 +01:00