Skip to content

Add repository overview page at /<owner>/<repo>#77

Merged
stylessh merged 1 commit intomainfrom
stylessh/repo-overview-page
Apr 12, 2026
Merged

Add repository overview page at /<owner>/<repo>#77
stylessh merged 1 commit intomainfrom
stylessh/repo-overview-page

Conversation

@stylessh
Copy link
Copy Markdown
Owner

Summary

  • Adds the repo overview page (/<owner>/<repo>) with code explorer (file tree, branch selector, clone popover), markdown file preview tabs, latest commit bar, and a metadata sidebar (about, topics, stats, details, contributors)
  • Aggressively caches repo metadata (30min stale, 24h gc) and prefetches tree + markdown content in the route loader so revisits load instantly from cache
  • Registers repo pages as dashboard tabs with org avatar, enabling webhook-based background revalidation via repoCode signals on push events
  • Updates shared UI: segmented-control tabs style, removes command item roundness, adds ArchiveIcon to icon package

Test plan

  • Navigate to /<owner>/<repo> and verify file tree, branch selector, clone popover, markdown tabs, and sidebar all render correctly
  • Switch branches and confirm tree + markdown content updates
  • Verify repo tab appears in dashboard tab bar with org avatar and owner/repo label
  • Revisit the page and confirm data loads instantly from cache
  • Push a commit to the repo and verify background revalidation updates tree/file content

@cloudflare-workers-and-pages
Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
diffkit a361d8c Commit Preview URL

Branch Preview URL
Apr 12 2026, 07:38 PM

@stylessh stylessh merged commit 234020e into main Apr 12, 2026
4 checks passed
stylessh added a commit that referenced this pull request Apr 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant