1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-06 00:07:44 +01: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
CreateUser
EditUser
hooks
InactiveUsersList feat: List and delete inactive users 2024-02-05 14:07:38 +01:00
InviteLink
InviteLinkBar feat: header invite link tracking (#5001) 2023-10-13 14:57:20 +03:00
LinkField
UserForm
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