Skip to content

Site UI refresh: navbar reorganization, home page redesign, and HTMX detail page actions#537

Merged
bpepple merged 4 commits into
masterfrom
site-refresh
Jun 12, 2026
Merged

Site UI refresh: navbar reorganization, home page redesign, and HTMX detail page actions#537
bpepple merged 4 commits into
masterfrom
site-refresh

Conversation

@bpepple

@bpepple bpepple commented Jun 12, 2026

Copy link
Copy Markdown
Member

Summary

This branch refreshes several key areas of the site UI for a cleaner, more consistent user experience.

Navbar reorganization

  • Splits the Browse dropdown: general browsing items stay in Browse, while user-specific links (My Collection, My Pull List, My Wish List, My Reading Lists) move to a new My Library dropdown that is only shown to authenticated users
  • Fixes indentation of navbar-start dropdown elements

Home page redesign

  • Replaces colored box cards with alternating plain sections, pairing related topics side-by-side in two-column desktop layouts
  • Adds dark-mode-aware CSS for alternating section backgrounds
  • Adds wish list and pull list summary information to the home page

HTMX-powered toggle buttons on detail pages

  • Adds an HTMX wish list toggle button to issue detail pages so authenticated users can add/remove issues without a full page reload
  • Adds an HTMX pull list toggle button to series detail pages for the same pattern

Actions dropdown on all detail pages

  • Moves Edit, History, and Delete controls into a Bulma Actions dropdown on issue, series, arc, character, creator, imprint, publisher, team, and universe detail pages, reducing navbar clutter and providing a consistent editorial UX across all views
  • Delete is separated by a divider and only shown to users with delete permission

bpepple added 4 commits June 12, 2026 08:29
…#536)

* Add wish list toggle button to issue detail page

Add an HTMX-powered button to the issue detail page that allows authenticated users to add or remove an issue from their wish list without a full page reload.

* Add some tests

* Move Edit, History, and Delete into an Actions dropdown on issue detail page

Reduces nav bar clutter by grouping editorial actions into a Bulma dropdown, with Delete separated by a divider and only shown to users with delete permissions.

* Add pull list toggle button to series detail page

Add an HTMX-powered button to the series detail page that allows authenticated users to add or remove a series from their pull list without a full page reload.

* Add some test

* Move Edit, History, and Delete into an Actions dropdown on series detail page

* Move Edit, History, and Delete into an Actions dropdown on remaining detail pages

Applies the same Actions dropdown pattern to arc, character, creator, imprint, publisher, team, and universe detail pages for consistency across all detail views.
Move authenticated-only links (My Collection, My Pull List, My Wish List, My Reading Lists) out of the Browse dropdown into a new My Library dropdown that is only shown to logged-in users. Also fix indentation of navbar-start dropdown divs.
Replace the colored box cards with alternating plain sections, pairing related topics side-by-side in two-column desktop layouts. Add a dark-mode-aware CSS class for the alternating section backgrounds.
@bpepple bpepple self-assigned this Jun 12, 2026
@bpepple bpepple added the enhancement New feature or request label Jun 12, 2026
@bpepple bpepple merged commit 9909376 into master Jun 12, 2026
2 checks passed
@bpepple bpepple deleted the site-refresh branch June 12, 2026 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant