Move "By Topic" filter above "By Book" in search sidebar #27

Closed
opened 2026-02-09 14:52:03 +00:00 by mik-tf · 0 comments
Owner

Current Behavior

On library and search pages, the right sidebar shows filters in this order:

  1. By Book
  2. By Topic

Topics appear below the book list, requiring scrolling to reach them.

Expected Behavior

Reorder the sidebar filters so By Topic appears above By Book. Topics are the primary filtering dimension and should be immediately visible.

Location

  • templates/library.html lines 286-332 (sidebar section)
  • templates/search.html (right column)

Implementation

Swap the order of the two filter sections in the template HTML.

## Current Behavior On library and search pages, the right sidebar shows filters in this order: 1. By Book 2. By Topic Topics appear below the book list, requiring scrolling to reach them. ## Expected Behavior Reorder the sidebar filters so **By Topic** appears **above** By Book. Topics are the primary filtering dimension and should be immediately visible. ## Location - `templates/library.html` lines 286-332 (sidebar section) - `templates/search.html` (right column) ## Implementation Swap the order of the two filter sections in the template HTML.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lhumina_code/hero_books#27
No description provided.