add header with language selector and theme toggle#398
Merged
JeremyDev87 merged 1 commit intomasterfrom Feb 16, 2026
Merged
Conversation
Implement responsive header navigation with: - ThemeToggle: light/dark/system mode switching via next-themes - LanguageSelector: 5-language locale switching via next-intl navigation - MobileMenu: sheet-based overlay with nav links and settings - Sticky header with backdrop blur on scroll - i18n messages for header in all 5 locales (en, ko, ja, zh-CN, es) - Sheet UI component from shadcn/ui (radix-ui) - Comprehensive test coverage for all header components Closes #319
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
Implements the responsive header navigation system for the landing page, addressing all requirements from #319.
next-themeswith dropdown menunext-intlnavigationSheetcomponent from shadcn/ui (radix-ui) andradix-uidependencyFiles Changed
components/Header/index.tsx,LanguageSelector.tsx,MobileMenu.tsx,ThemeToggle.tsx,constants.tscomponents/ui/sheet.tsxi18n/navigation.ts,messages/{en,ko,ja,zh-CN,es}.jsonsrc/app/[locale]/layout.tsx__tests__/components/Header/{Header,LanguageSelector,MobileMenu,ThemeToggle}.test.tsx__tests__/__helpers__/{navigation-mock,next-themes-mock,next-intl-mock}.tspackage.json,yarn.lock(radix-uiadded)Test Plan
/en,/ko,/ja,/zh-CN,/es)yarn workspace codingbuddy-landing-page test)Closes #319