0xlukem/footer redesign#170
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the documentation site’s navigation UX by adding a direct “Video Library” entry point in the header, refining responsive footer behavior for smaller screens, and simplifying legacy redirect targets for code review reference pages.
Changes:
- Added an icon-only “Video Library” header button linking to
/code-reviews/video-library/. - Adjusted header/search CSS so compact header utility controls remain visible when the desktop search UI expands.
- Updated footer mobile breakpoints/layout and consolidated several legacy redirects to
/code-reviews/reference/.
Reviewed changes
Copilot reviewed 3 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
redirects.json |
Redirect legacy tools/schema URLs to the consolidated code reviews reference page. |
material-overrides/partials/header.html |
Add “Video Library” header button/link. |
material-overrides/assets/stylesheets/kluster.css |
Keep header utilities visible during expanded search; refine footer responsive layout/breakpoints. |
material-overrides/.icons/custom/history.svg |
Add custom icon asset. |
material-overrides/.icons/custom/file.svg |
Add custom icon asset. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
eshaben
reviewed
Apr 14, 2026
eshaben
reviewed
Apr 15, 2026
eshaben
reviewed
Apr 15, 2026
Co-authored-by: Erin Shaben <eshaben@icloud.com>
Co-authored-by: Erin Shaben <eshaben@icloud.com>
eshaben
approved these changes
Apr 15, 2026
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.
This pull request introduces several UI and navigation improvements to the documentation site, focusing on enhanced header functionality, updated footer layout for mobile devices, and adjustments to redirect rules for code review reference pages.
UI/UX Improvements:
Footer and Layout Adjustments:
Navigation and Redirect Updates:
redirects.jsonso that legacy links for code review reference tools and schemas now point to the consolidated/code-reviews/reference/page, simplifying navigation and reducing outdated links. [1] [2]This PR needs to be merged with this one: kluster-ai/docs#276