You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(overview): add All / Mine / Shared with me filter chips
Add owner-based filtering to the files section:
- 'Mine' (default): files owned by the current user that are not on a
shared or group mount (mirrors apps/files PersonalFiles filter)
- 'Shared with me': files where nc:mount-type === 'shared'
- 'All': no filter applied
Both properties (oc:owner-id → node.owner, nc:mount-type) are already
returned by getDavProperties() so no extra API call is needed.
Three NcButton chips (size=small, aria-pressed) in a role=group below
the section title give keyboard-accessible toggle behaviour. The empty
state is moved inside the section so the chips remain visible when a
filter yields no results, allowing the user to switch back.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: James Manuel <moodyjmz@users.noreply.github.com>
0 commit comments