1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-19 17:52:45 +02:00
unleash.unleash/frontend/src/component
Gastón Fournier ab4a6f5c92
chore: GA project specific segments (#3583)
## About the changes
General availability of project-specific segments 

Now new permissions can be assigned to non-admin users to allow them to
create segments specifically bounded to a project (note that unique
naming restriction applies across projects, this limitation can be
lifted later).

![image](https://user-images.githubusercontent.com/455064/233579161-40ab25c5-a306-4fbc-82e5-8d09b3cb6a5f.png)

This enables a section in the project configuration to add
project-specific segments

![image](https://user-images.githubusercontent.com/455064/233578924-7056c626-ff1f-4dad-b00c-7fbd851158a6.png)
2023-04-21 10:25:40 +02:00
..
addons feat: revive features (#3344) 2023-03-17 18:21:13 +00:00
admin feat: root roles from groups (#3559) 2023-04-20 12:29:30 +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: list affected features (#3534) 2023-04-17 16:03:59 +03:00
common feat: implement demo guide steps (#3569) 2023-04-19 19:40:29 +01:00
context feat: dark theme v1 (#3298) 2023-03-22 16:37:40 +02:00
demo feat: add demo guide welcome dialog (#3574) 2023-04-20 16:32:26 +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 feat: implement demo guide steps (#3569) 2023-04-19 19:40:29 +01: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 fix: update route modes (#3412) 2023-03-28 20:14:57 +01: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: skip change request in UI (#3495) 2023-04-11 14:47:54 +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 feat: dark theme v1 (#3298) 2023-03-22 16:37:40 +02:00
tags E2E test - batch updates (#3392) 2023-03-29 14:47:12 +03: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