1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-06 00:07:44 +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 chore: rename toggle to flag #7 (#7125) 2024-05-23 13:19:49 +03:00
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 chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
feature feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
featureTypes chore: rename toggle to flag #2 (#7097) 2024-05-22 08:20:11 +03:00
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 chore: rename toggle to flag #7 (#7125) 2024-05-23 13:19:49 +03:00
layout feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
loginHistory task: upgraded semver dependency (and biome) (#7272) 2024-06-04 15:01:43 +02:00
maintenance
menu fix: footer overflow (#7203) 2024-05-29 11:11:36 +02:00
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 chore: call signal endpoint example (#6611) 2024-03-19 15:53:41 +00:00
splash chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
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 feat: project level outdated sdks, project level banner (#7083) 2024-05-20 14:15:39 +03:00
InitialRedirect.tsx