1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-28 17:55:15 +02:00
unleash.unleash/frontend/src/component/project/ProjectAccess
Nuno Góis db7b39af2d
fix: upgrades useHiddenColumns hook to fix related issues (#2691)
https://linear.app/unleash/issue/2-514/fix-issues-with-conditionally-hidden-table-columns

This upgrades the old `useHiddenColumns` to a new
`useConditionallyHiddenColumns`. This implementation covers some issues
and edge cases, and should hopefully be the standard way of achieving
responsive visibility for table columns from now on.

Some of these issues included incorrectly showing/hiding table columns,
whether when resizing the window or at page load, even when the proper
conditions were met to toggle their visibility.

This PR adapts the tables that were already using `useHiddenColumns` to
use the new approach.
I'll create a new PR after this one to adapt our other existing tables
to use this new approach as well.
2022-12-14 15:22:38 +00:00
..
ProjectAccessAssign Fix pro project role descriptions (#2612) 2022-12-07 10:22:42 +00:00
ProjectAccessCreate fix: group project access inconsistencies (#1178) 2022-08-04 12:57:25 +01:00
ProjectAccessEditGroup fix: group project access inconsistencies (#1178) 2022-08-04 12:57:25 +01:00
ProjectAccessEditUser fix: group project access inconsistencies (#1178) 2022-08-04 12:57:25 +01:00
ProjectAccessTable fix: upgrades useHiddenColumns hook to fix related issues (#2691) 2022-12-14 15:22:38 +00:00
ProjectGroupView fix: upgrades useHiddenColumns hook to fix related issues (#2691) 2022-12-14 15:22:38 +00:00
ProjectAccess.styles.ts Feat: Contexts and Project access tables (#1028) 2022-05-26 10:37:33 +02:00
ProjectAccess.tsx Add unique trackable URLs for Pro/Enterprise feature lead generation (#2684) 2022-12-13 14:35:07 +02:00