1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-20 00:08:02 +01:00
unleash.unleash/frontend/src/component
Fredrik Strand Oseberg 40f8ed771d
fix: project permissions (#3317)
This PR fixes an issue where permissions would not allow you to create
an API token in the new project API management view. In addition, it
fixes an issue where if you missed the permission to read API tokens,
you would be blocked from creating one as well.
2023-03-15 15:24:35 +01:00
..
addons
admin fix: add container for EditGroups (#3318) 2023-03-15 15:23:59 +01:00
application
archive
changeRequest feat: improve variants modal UI/UX (#3307) 2023-03-15 12:22:06 +00:00
common UI/bulk archive (#3319) 2023-03-15 14:10:16 +01: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 feat: improve variants modal UI/UX (#3307) 2023-03-15 12:22:06 +00:00
feature feat: use api instead of localStorage (#3305) 2023-03-15 16:06:25 +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 fix: project permissions (#3317) 2023-03-15 15:24:35 +01:00
providers
segments fix: assume undefined instead of null on segment project (#3304) 2023-03-13 10:25:48 +00:00
splash
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 UI/bulk select (#3267) 2023-03-14 08:56:03 +00:00
App.tsx feat: remove maintenance feature flag (#3199) 2023-02-27 15:36:56 +02:00
InitialRedirect.tsx