-
Notifications
You must be signed in to change notification settings - Fork 77
Closed
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programfrontendgood first issueGood for newcomersGood for newcomers
Description
Extend the Asset Detail Page with a "Documents" tab so users can attach and manage document links.
Requirements
New "Documents" tab:
- List of attached documents: name, MIME type icon, file size (formatted), "Open" link button (opens URL in new tab)
- Delete button per document with
ConfirmDialog - "Attach Document" form: name (required), URL (required), type, size
API integration:
GET /api/assets/:id/documentsPOST /api/assets/:id/documentsDELETE /api/assets/:id/documents/:documentId
Acceptance Criteria
- "Open" link opens the document URL in a new tab
- File size formatted as KB / MB
- MIME type displayed as human-readable label (e.g. "PDF" for
application/pdf)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programfrontendgood first issueGood for newcomersGood for newcomers