managarten/apps/storage/apps/backend
Till-JS 7d1b4a40d2 feat(dashboard): add StorageUsageWidget
Add new dashboard widget showing storage usage stats:
- Total storage used and file count
- Recent files list with icons
- Link to open Storage app

Backend changes:
- Add GET /api/v1/files/stats endpoint to storage backend
- Returns totalFiles, totalSize, favoriteCount, recentFiles

Frontend changes:
- Add storageService API client
- Add StorageUsageWidget component
- Add i18n translations (de/en)
- Register widget in dashboard types and container

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-13 22:34:10 +01:00
..
src feat(dashboard): add StorageUsageWidget 2026-02-13 22:34:10 +01:00
docker-entrypoint.sh feat(docker): add Dockerfiles for presi and storage apps 2026-01-25 13:55:23 +01:00
Dockerfile 🔧 fix(docker): add --ignore-scripts to pnpm install in all backend Dockerfiles 2026-02-12 02:10:45 +01:00
drizzle.config.ts 🔧 chore: create @manacore/shared-drizzle-config and migrate 16 configs 2026-01-29 16:54:44 +01:00
eslint.config.mjs feat: restore presi and storage apps from archive 2026-01-25 13:25:51 +01:00
nest-cli.json feat: restore presi and storage apps from archive 2026-01-25 13:25:51 +01:00
package.json 🚀 ci: add mana-search and api-gateway to Docker builds 2026-01-29 18:34:18 +01:00
tsconfig.json 🐛 fix: resolve tsconfig and dependency errors 2026-02-01 03:32:46 +01:00