feat(web): repo detail page + clickable repo names#485
Merged
wesbillman merged 2 commits intomainfrom May 5, 2026
Merged
Conversation
Replace the cramped empty-repos view (stuck under a "Repositories" header with a dead sidebar) with a clean full-page centered layout using the Sprout icon, clearer copy, and an "Open in Sprout" CTA. Rename "Connect to Relay" to "Open in Sprout" everywhere. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
726f67e to
7aed79a
Compare
Adds a /repos/$repoId route with a detail page showing repo name, description, clone URLs (with copy button), owner/contributors, and an "Open in Sprout" CTA. Repo names in the list now link to their detail page. Extracts PubkeyAvatar into a shared component and fixes stale sidebar comment. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
7aed79a to
2f0cce2
Compare
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
/repos/$repoIdroute with a full repo detail page showing name, description, clone URLs (with copy-to-clipboard + error handling), owner/contributors, external web link, and "Open in Sprout" CTAPubkeyAvatarinto a shared component reused by both the sidebar and detail pageuseRepo(id)hook reuses the["repos"]query cache viaselect— no extra WebSocket connectionsKnown limitation
my-lib.core) will 404 on direct URL navigation due to the relay's SPA fallback treating dotted paths as static assets. Tracked as a relay-side follow-up inrouter.rs.Test plan
/repos/<id>with correct detail page/repos/<id>works (reload the page)🤖 Generated with Claude Code