1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-10-13 11:17:26 +02:00
unleash.unleash/frontend/src/component/admin/users
Christopher Kolstad ea38877b0c
feat: List and delete inactive users
Adds a new Inactive Users list component to admin/users for easier cleanup of users that are counted as inactive: No sign of activity (logins or api token usage) in the last 180 days.

---------

Co-authored-by: David Leek <david@getunleash.io>
2024-02-05 14:07:38 +01:00
..
ConfirmUserAdded feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
CreateUser feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
EditUser feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
hooks feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
InactiveUsersList feat: List and delete inactive users 2024-02-05 14:07:38 +01:00
InviteLink feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
InviteLinkBar feat: header invite link tracking (#5001) 2023-10-13 14:57:20 +03:00
LinkField feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
UserForm feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
UsersList feat: List and delete inactive users 2024-02-05 14:07:38 +01:00
Users.styles.ts feat: List and delete inactive users 2024-02-05 14:07:38 +01:00
UsersAdmin.tsx feat: List and delete inactive users 2024-02-05 14:07:38 +01:00
util.ts