aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/dashboard/admin/ServerStats.tsx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: Change the admin page to be tabbed similar to that of the settings pageMohamed Bassem2024-12-301-148/+0
|
* feature: Add i18n support. Fixes #57 (#635)Mohamed Bassem2024-11-171-13/+25
| | | | | | | | | | | | | * 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: Introduce a mechanism to cleanup dangling assetsMohamedBassem2024-10-121-0/+6
|
* refactor: Replace the usage of bullMQ with the hoarder sqlite-based queue (#309)Mohamed Bassem2024-07-211-3/+3
|
* ui: refactor admin settings page (#249)Md Saban2024-06-291-0/+130
* ui: refactor admin ui * fix: pr comments * chore: lint fix * chore: refactor * minor tweaks --------- Co-authored-by: MohamedBassem <me@mbassem.com>