Shared With Me Table
Shared files table showing owner avatar, shared date, and access level badge per file with an open affordance on each row.
Shared files table showing owner avatar, shared date, and access level badge per file with an open affordance on each row.
The Application Collection unlocks the source for every Application block. All Access unlocks every Collection.
Already purchased? Log in
Shared With Me Table is the collaboration inbox for files: a shadcn Table with columns for file name and type icon, owner avatar and name, shared date, access level as a Badge (Edit in secondary, View in outline), and an ArrowUpRight open button per row. Five files land here: Avery Stone shared Q3 roadmap.xlsx with Edit on Jun 13; Priya Nair shared Hiring rubric v2.pdf with View on Jun 10. The footer anchors the permission model: Edit lets you modify and rename, View is read-only, the owner controls changes.
Shared files are one typed const array with an access union driving the badge variant. The open affordance keeps mouse travel short, one click from the inbox to the file.
Reach for this block on the file manager shared tab, wired to your shares endpoint filtered to the current user as recipient. Filter or sort by access level to surface Edit rows that need action first.
A natural flow around it on an Application Pro page:
Before
After
One strong use is the per-user shared files inbox. Other shared surfaces:
Tip: the access badge variant does the permission work at a glance, Edit secondary and View outline sorts itself without an extra label.