fix(ux): clickable categories, mobile navbar, lang-switcher + in-page search fixes - #120
Merged
Merged
Conversation
…itcher target, in-page search - Homepage category headings now link to their /category/<slug> hub pages (localized), with a hover underline + arrow affordance. - Navbar: removed the bookmark button (browsers block programmatic bookmarking, so it never worked); collapsed About/GitHub into a mobile overflow (⋯) menu, keeping search + language + theme visible. Desktop unchanged. - Language switcher: the header is transition:persist, so its target was computed once and went stale across client navigations (sent you to a previously-visited page). Now recomputed on every astro:page-load AND fresh at click time. - In-page 'search tools' hint: replaced the one-time page script with a delegated listener on document (in Base) so it keeps working after view-transition navs. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Ubfx4XocHcECaL8twp9zsr
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
goodwebtools | 7870a95 | Aug 02 2026, 04:21 AM |
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.
Bundle of UX fixes:
/category/<slug>hub pages (localized, hover affordance).transition:persist, so the switch target was computed once and went stale (clicking ID on a tool page sent you to a previous page's category). Now recomputed onastro:page-load+ fresh at click time.documentlistener in Base.Verify