aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/dashboard/admin/UserList.tsx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: Change the admin page to be tabbed similar to that of the settings pageMohamed Bassem2024-12-301-130/+0
|
* feature: Add i18n support. Fixes #57 (#635)Mohamed Bassem2024-11-171-13/+17
| | | | | | | | | | | | | * feature(web): Add basic scaffolding for i18n * refactor: Switch most of the app's strings to use i18n strings * fix: Remove unused i18next-resources-for-ts command * Add user setting * More translations * Drop the german translation for now
* feature: Allow reseting user password, change their roles and create new ↵kamtschatka2024-10-191-7/+42
| | | | | | | | | | | | | | | users. Fixes #495 (#567) * How do I set the variable "user" or "system" for AI inference #262 changed from system to user * Make Myself an Admin #560 added user management functionality to the admin page * A bunch of UI fixes and simplifications --------- Co-authored-by: Mohamed Bassem <me@mbassem.com>
* feature: Introduce a mechanism to cleanup dangling assetsMohamedBassem2024-10-121-1/+17
|
* ui: refactor admin settings page (#249)Md Saban2024-06-291-0/+75
* ui: refactor admin ui * fix: pr comments * chore: lint fix * chore: refactor * minor tweaks --------- Co-authored-by: MohamedBassem <me@mbassem.com>