Description
The SidebarNav component (src/components/SidebarNav.tsx) includes a "Library" navigation item, but no Library view component exists in the codebase. Clicking this nav item either does nothing or causes a routing error.
Impact
- Users see a "Library" nav item that does not work
- Confusing UX — appears broken
- Could cause runtime errors depending on routing setup
Recommended Fix
Option A: Remove the "Library" nav item until the view is implemented
Option B: Implement a basic Library view (list of all entities with filters)
Acceptance Criteria
Description
The
SidebarNavcomponent (src/components/SidebarNav.tsx) includes a "Library" navigation item, but noLibraryview component exists in the codebase. Clicking this nav item either does nothing or causes a routing error.Impact
Recommended Fix
Option A: Remove the "Library" nav item until the view is implemented
Option B: Implement a basic Library view (list of all entities with filters)
Acceptance Criteria