ui: link to the project's GitHub from the app bar - #26
Merged
Conversation
An icon-only link at the far right of the bar, set off from the app's own controls by a hairline: it points somewhere else, so it should not read as one more view to open. Icon-only is load-bearing, not taste. The bar centres the search field by giving both side sections an equal share of the leftover space, which only holds while each side fits its share -- a labelled pill here would drag the field off-centre, and it would be the first thing to break at the 1150px breakpoint where the other pills already drop their labels. As a 34px square it mirrors the menu button at the opposite end of the bar instead. It rests at --text rather than .btn-ghost's --faint so it carries the same weight as the pill labels beside it, and keeps the ghost hover. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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.
Adds an icon-only GitHub link at the far right of the app bar, separated from the app's own controls by a hairline.
--textrather than.btn-ghost's--faint, so it carries the same weight as the pill labels beside it; hover keeps the ghost treatment (--text-bright+ raised ground).target="_blank" rel="noopener",titleandaria-label.Verified in headless Chrome against a fresh
dist/build: correct href/target, hover state renders, and the ≤1150px layout still fits.🤖 Generated with Claude Code