1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-10-27 11:02:16 +01:00
unleash.unleash/frontend/src/component/common/ApiTokenTable
Thomas Heartman c5fdaeabd9
feat: UI limit for API tokens (#7532)
This PR activates the limit for API token creation in both the global
API token window and in the project-level API token tab.

Because the same button is used in two places, I encapsulated the
fetching of flags and resource limits within the button. I can be
convinced to pass the current API token count and the limit as
arguments, but I think this is the right solution for this case.
2024-07-03 12:36:48 +00:00
..
CopyApiTokenButton chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
CreateApiTokenButton feat: UI limit for API tokens (#7532) 2024-07-03 12:36:48 +00:00
RemoveApiTokenButton chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
ApiTokenTable.tsx chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
useApiTokenTable.tsx chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00