Site UI refresh: navbar reorganization, home page redesign, and HTMX detail page actions#537
Merged
Conversation
…#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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This branch refreshes several key areas of the site UI for a cleaner, more consistent user experience.
Navbar reorganization
Home page redesign
HTMX-powered toggle buttons on detail pages
Actions dropdown on all detail pages