1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-09 00:18:00 +01:00
unleash.unleash/frontend/src/component
Thomas Heartman cfcf13980e
chore: use HTML (custom) tooltip for permission switches (#7355)
This PR changes the environment permission switch to use the HTML
tooltip instead of the default MUI tooltip. This aligns with how we've
been doing tooltips recently.

The main driver behind this change was that the project flag table used
two different tooltips. This makes it so that they all look the same,
but it also impacts other places that use the same switch.

In feature flag table:

![image](https://github.com/Unleash/unleash/assets/17786332/4d411285-c00e-41ec-95f9-9e6855d46661)

On flag page:

![image](https://github.com/Unleash/unleash/assets/17786332/11de1daf-7d0f-4214-8dc7-10b11631ce58)

In project env table:


![image](https://github.com/Unleash/unleash/assets/17786332/cc7a3a99-e48c-4989-9a14-2d5d4035a3cb)
2024-06-11 14:03:35 +02:00
..
accessOverview
admin feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
application feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
archive
banners feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
changeRequest feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
common chore: use HTML (custom) tooltip for permission switches (#7355) 2024-06-11 14:03:35 +02:00
context feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
demo feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
environments feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
events
feature feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
featureTypes
feedback feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
feedbackNew feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
filter feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
insights feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
integrations
layout feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
loginHistory
maintenance
menu
playground/Playground feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
project feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
providers feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
segments feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
signals
splash
strategies feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
tags feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
user feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
App.tsx
InitialRedirect.tsx