Batch 2: Persistent nav bar and responsive right sidebar#28
Open
tinkerwise wants to merge 1 commit into
Open
Conversation
- Add sticky site-nav bar (Dashboard / Schedule / Around the Horn) to Layout.astro with active-page highlighting via Astro.url.pathname - Add .site-nav / .site-nav-link CSS (dark theme, orange active underline, horizontal-scrollable on mobile, theme-aware overrides) - Fix tablet breakpoint (≤1100px): instead of hiding .sidebar-right, stack it full-width below main content using a responsive auto-fill grid so Injury Report, Transactions, Roster, Contracts, Leaders, and Media remain accessible - Add --nav-h CSS variable (35px / 33px mobile) and wire it into sidebar sticky-top and max-height calculations https://claude.ai/code/session_01C1vhzbYUCRYNikqatrcAYN
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.
Closes #23
Summary
<nav>to every page with links to Dashboard, Schedule, and Around the Horn; active page is highlightedFiles changed
src/layouts/Layout.astro—<nav class="site-nav">with active-page detection viaAstro.url.pathnamepublic/style.css— nav styles, responsive sidebar grid replacingdisplay: noneTest plan
topaccounts for nav height)Generated by Claude Code