1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-19 17:52:45 +02:00
unleash.unleash/frontend/src/component/admin/users
Nuno Góis 1d1219a055
Use new useConditionallyHiddenColumns hook (#2695)
https://linear.app/unleash/issue/2-515/adapt-tables-to-use-the-new-useconditionallyhiddencolumns-hook

Uses the new `useConditionallyHiddenColumns` hook, like mentioned here:
https://github.com/Unleash/unleash/pull/2691
Also includes small fixes for things I caught along the way. See
comments below.
2022-12-16 10:46:04 +01:00
..
ConfirmUserAdded Update dialogue design (#2342) 2022-12-14 15:16:58 +00:00
CreateUser refactor: move docs into new structure / fix links for SEO (#2416) 2022-11-22 09:05:30 +00:00
EditUser refactor: move docs into new structure / fix links for SEO (#2416) 2022-11-22 09:05:30 +00:00
hooks refactor: remove UI bootstrap endpoint (#1212) 2022-08-09 15:37:26 +02:00
InviteLink Update dialogue design (#2342) 2022-12-14 15:16:58 +00:00
InviteLinkBar linter fixes (#2561) 2022-11-30 10:52:13 +01:00
LinkField Update dialogue design (#2342) 2022-12-14 15:16:58 +00:00
UserForm Shaswat: Remove usage of useStyles from UserForm (#2619) 2022-12-09 12:10:30 +00:00
UsersList Use new useConditionallyHiddenColumns hook (#2695) 2022-12-16 10:46:04 +01:00
UsersAdmin.tsx refactor: remove public signup link feature flag (#2423) 2022-11-15 10:03:20 +01:00
util.ts