spawner/frontend
XPS\Micro 1392316068 feat: implement multi-container deletion, DSGVO compliance, and toast notifications
- Add CASCADE DELETE to MagicLinkToken and AdminTakeoverSession models
- Update admin_api.py to support multi-container deletion
- Add DSGVO-compliant user deletion (removes tokens and sessions)
- Integrate Sonner toast system in frontend
- Add bulk-operations UI (select, block, unblock, delete users)
- Implement two-step confirmation for critical actions
- Update TypeScript config for Set iteration
- Add comprehensive documentation in docs/guides/
2026-02-02 17:19:48 +01:00
..
public Initial project structure with documentation 2026-01-30 18:00:41 +01:00
src feat: implement multi-container deletion, DSGVO compliance, and toast notifications 2026-02-02 17:19:48 +01:00
.env.example Initial project structure with documentation 2026-01-30 18:00:41 +01:00
.gitignore Initial project structure with documentation 2026-01-30 18:00:41 +01:00
components.json feat: add shadcn sidebar to dashboard with navigation 2026-02-01 23:13:03 +01:00
Dockerfile fix: install curl in frontend Dockerfile for healthcheck compatibility 2026-01-31 13:34:51 +01:00
next.config.mjs Initial project structure with documentation 2026-01-30 18:00:41 +01:00
package-lock.json Initial project structure with documentation 2026-01-30 18:00:41 +01:00
package.json feat: implement multi-container deletion, DSGVO compliance, and toast notifications 2026-02-02 17:19:48 +01:00
postcss.config.mjs Initial project structure with documentation 2026-01-30 18:00:41 +01:00
tailwind.config.ts feat: add shadcn sidebar to dashboard with navigation 2026-02-01 23:13:03 +01:00
tsconfig.json feat: implement multi-container deletion, DSGVO compliance, and toast notifications 2026-02-02 17:19:48 +01:00