feat: restore bookshelf page route and add navigation link

- Add /bookshelf route in frontend.go (was typo /booskshelf)
- Route fetches libraries server-side and renders complete HTML
- Supports library_id query param or defaults to user's first library
- Add "All Books" link to header navigation
- Follows SSR-first architecture principles

Fixes route registration that prevented bookshelf page from loading.
This commit is contained in:
2026-03-20 11:43:17 -04:00
parent f2cbb5a433
commit 513ff7c82f
3 changed files with 60 additions and 2 deletions
File diff suppressed because one or more lines are too long