feat(list view): show the owner of the File or Folder in list view

This commit is contained in:
Edouard Vanbelle
2026-05-25 22:34:45 +02:00
parent 79c1a37931
commit 8365608bd5
32 changed files with 365 additions and 67 deletions
+8
View File
@@ -388,6 +388,12 @@
--color-badge-success-fill: #047857;
--color-badge-success-fill-dark: #064e27;
--color-badge-success-fill-faint: #f0fdf4;
--color-badge-green-bg: #ecfdf5;
--color-badge-green-text: #065f46;
/* Status badge — light mode (orange/coral) */
--color-badge-orange-bg: #fff5f3;
--color-badge-orange-text: #ff5e3a;
/* Status badge — light mode (error/red) */
--color-badge-error-border: #fecaca;
@@ -395,6 +401,8 @@
/* Status badge — light mode (warning/amber) */
--color-badge-warning-text: #92400e;
--color-badge-warning-border: #fde68a;
--color-badge-amber-bg: #fef3c7;
--color-badge-amber-text: #f59e0b;
/* Status badge — light mode (indigo/purple) */
--color-badge-indigo-bg: #ede9fe;