- Create reusable UI components: Badge, Breadcrumb, Card, DataTable,
FilterChip, Pagination, SearchInput, SortDropdown
- Update Home page with search, sort, filter, and pagination
- Update ProjectPage with package stats, format filtering, keyboard nav
- Update PackagePage with DataTable for tags, copy artifact ID, metadata
- Add TypeScript types for paginated responses and list params
- Update API client with pagination and filter query param support
- URL-based state persistence for all filter/sort/page params
- Keyboard navigation (Backspace to go up hierarchy)
- Document enhanced tags listing with pagination, search, sort
- Add examples for single tag and tag history endpoints
- Add examples for listing artifacts by package with filtering
- Update artifact endpoint to show tag references in response
- Enhanced GET /api/v1/project/{project}/{package}/tags with pagination,
search, sort, order parameters and artifact metadata
- Added GET /api/v1/project/{project}/{package}/tags/{tag_name} for
single tag with full artifact details
- Added GET /api/v1/project/{project}/{package}/tags/{tag_name}/history
for tag change history
- Added GET /api/v1/project/{project}/{package}/artifacts for listing
all artifacts in a package with filtering by content_type and date range
- Enhanced GET /api/v1/artifact/{artifact_id} to include list of
packages/tags referencing the artifact
- Added new schemas: TagDetailResponse, TagHistoryResponse,
ArtifactDetailResponse, ArtifactTagInfo, PackageArtifactResponse
- Enhanced GET /api/v1/project/{project}/{package}/tags with pagination,
search, sort, order parameters and artifact metadata
- Added GET /api/v1/project/{project}/{package}/tags/{tag_name} for
single tag with full artifact details
- Added GET /api/v1/project/{project}/{package}/tags/{tag_name}/history
for tag change history
- Added GET /api/v1/project/{project}/{package}/artifacts for listing
all artifacts in a package with filtering by content_type and date range
- Enhanced GET /api/v1/artifact/{artifact_id} to include list of
packages/tags referencing the artifact
- Added new schemas: TagDetailResponse, TagHistoryResponse,
ArtifactDetailResponse, ArtifactTagInfo, PackageArtifactResponse