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
+2 -2
View File
@@ -177,7 +177,7 @@
border: 0.5px solid var(--color-border-medium);
border-radius: 20px;
background: var(--color-bg-hover);
font-size: 13px;
font-size: 14px;
color: var(--color-text-heading);
}
@@ -485,7 +485,7 @@
width: 100%;
box-sizing: border-box;
padding: 4px 8px;
font-size: 12px;
font-size: 14px;
border: 1px dashed var(--color-border-medium);
border-radius: 6px;
background: transparent;