aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/dashboard/admin/AdminActions.tsx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: Change the admin page to be tabbed similar to that of the settings pageMohamed Bassem2024-12-301-137/+0
|
* feature: Add i18n support. Fixes #57 (#635)Mohamed Bassem2024-11-171-8/+11
| | | | | | | | | | | | | * 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: Support regenerating AI tags only for failed bookmarksMohamedBassem2024-10-131-1/+10
|
* feature: Introduce a mechanism to cleanup dangling assetsMohamedBassem2024-10-121-0/+22
|
* feature(web): Add ability to rerun inference on all bookmarks. Fixes 443MohamedBassem2024-09-291-0/+24
|
* ui: refactor admin settings page (#249)Md Saban2024-06-291-0/+79
* ui: refactor admin ui * fix: pr comments * chore: lint fix * chore: refactor * minor tweaks --------- Co-authored-by: MohamedBassem <me@mbassem.com>