feat(trash): move trash API to normalized version (with cursor, orderBy) + normalize Trash section to existing components

normalize also component to format badges (expiry, role, etc)
This commit is contained in:
Edouard Vanbelle
2026-05-30 00:15:07 +02:00
parent 6dab878919
commit ea83891a61
34 changed files with 2043 additions and 418 deletions
-7
View File
@@ -290,13 +290,6 @@
--color-share-remove-text: #b71c1c;
--color-share-owner-text: #757575;
/* Trash view */
--color-trash-surface: #ffffff;
--color-trash-border: #ddd;
--color-trash-restore: #4caf50;
--color-trash-delete: #f44336;
--color-trash-empty-bg: #f0f0f0;
/* Primary (style.css) */
--color-primary: #2563eb;
--color-primary-hover: #1d4ed8;