fix(ui): link navbar brand to landing page#223
Merged
markboenigk merged 1 commit intoJul 10, 2026
Conversation
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
Motivation
Changes
/on internal routes while preserving the existing brand typography and overflow behavior.Validation
Frontend
npm --prefix app/ui run lint— passed with zero warnings.npm --prefix app/ui run format:check— passed; all files match Prettier formatting.npm --prefix app/ui run typecheck— passed.npm --prefix app/ui run test— passed; 24 test files and 115 tests.npm --prefix app/ui run build— passed; Next.js compiled and generated all 16 static pages.npm --prefix app/mobile run lint— not run; mobile is unchanged.npm --prefix app/mobile run typecheck— not run; mobile is unchanged.Playwright end-to-end tests were not run; the focused frontend checks and production build cover this scoped navigation change.
Backend
cmake --preset dev.github/scripts/check-backend-static.sh build/devcmake --build --preset dev --parallelctest --preset dev --output-on-failure --no-tests=error -LE 'e2e|docker'docker compose -f deploy/compose/docker-compose.arm64.yml --env-file deploy/env/http-server.arm64.env configBackend checks were not run because this change only affects the UI navbar component.
Risk
Rollout and Recovery
63d383d4955b1e2349b3d0508b237f4b41f6c669to restore the prior static brand behavior.High-Signal PR Checklist