feat(ui): add section 'Shared with me'

This commit is contained in:
Edouard Vanbelle
2026-05-22 10:15:25 +02:00
parent 143b13d7bc
commit 60d53ea779
26 changed files with 816 additions and 56 deletions
+13
View File
@@ -0,0 +1,13 @@
/**
* Shared-with-me view styles.
*
* The grid/list rendering reuses the standard `.files-container` / `#files-list`
* styles from filesView.css. Only view-specific additions are defined here.
*/
/* ── "Load more" button row ───────────────────────────────────────────────── */
.swm-load-more-wrapper {
display: flex;
justify-content: center;
padding: 16px 0 24px;
}