feat(ui): tabbed view for root markdown files alongside README (#500) #501

Merged
jmiller merged 1 commits from feat/500-root-file-tabs into dev 2026-06-06 11:50:21 +00:00
Owner

Summary

  • Add tabs above the README on the repo home page for well-known root files (LICENSE, CONTRIBUTING, CODE_OF_CONDUCT, SECURITY, CHANGELOG)
  • Tabs only appear when both a README and at least one other well-known file exist
  • Clicking a tab renders that file inline, replacing the README content
  • Similar to how GitHub surfaces these files for easy discovery

Closes #500

Test Plan

  • Verify tabs appear on repo home page with README + well-known files
  • Click each tab and verify content renders correctly
  • Verify tabs don't appear on repos with only README
  • Verify tabs don't appear in subdirectory views
  • Check no regressions in standard README rendering

Authored by Jonathan Miller (@jmiller)

## Summary - Add tabs above the README on the repo home page for well-known root files (LICENSE, CONTRIBUTING, CODE_OF_CONDUCT, SECURITY, CHANGELOG) - Tabs only appear when both a README and at least one other well-known file exist - Clicking a tab renders that file inline, replacing the README content - Similar to how GitHub surfaces these files for easy discovery Closes #500 ## Test Plan - [ ] Verify tabs appear on repo home page with README + well-known files - [ ] Click each tab and verify content renders correctly - [ ] Verify tabs don't appear on repos with only README - [ ] Verify tabs don't appear in subdirectory views - [ ] Check no regressions in standard README rendering --- *Authored by Jonathan Miller (@jmiller)*
jmiller added 1 commit 2026-06-06 11:48:35 +00:00
feat(ui): tabbed view for root markdown files alongside README (#500)
Generic: Repo Health / Site Health (push) Has been skipped
Generic: Repo Health / Access control (push) Successful in 1s
Generic: Repo Health / Site Health (pull_request) Has been skipped
Branch Policy Check / Verify merge target (pull_request) Successful in 1s
Universal: PR Check / Branch Policy (pull_request) Successful in 1s
Generic: Repo Health / Access control (pull_request) Successful in 1s
PR RC Release / Build RC Release (pull_request) Successful in 3s
Universal: PR Check / Validate PR (pull_request) Failing after 6s
Branch Cleanup / Delete merged branch (pull_request) Successful in 1s
Generic: Repo Health / Scripts governance (push) Has been cancelled
Generic: Repo Health / Repository health (push) Has been cancelled
Generic: Repo Health / Report Issues (push) Has been cancelled
Universal: PR Check / Build RC Package (pull_request) Has been cancelled
Universal: PR Check / Report Issues (pull_request) Has been cancelled
Generic: Repo Health / Scripts governance (pull_request) Has been cancelled
Generic: Repo Health / Repository health (pull_request) Has been cancelled
Generic: Repo Health / Report Issues (pull_request) Has been cancelled
9313ae2731
Add tabs above the README rendering on the repo home page for well-known
root files (LICENSE, CONTRIBUTING, CODE_OF_CONDUCT, SECURITY, CHANGELOG),
similar to how GitHub surfaces these files for easy discovery.

Tabs only appear when both a README and at least one other well-known file
exist. Clicking a tab renders that file inline, replacing the README.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
jmiller merged commit b9937fabd9 into dev 2026-06-06 11:50:21 +00:00
jmiller deleted branch feat/500-root-file-tabs 2026-06-06 11:50:22 +00:00
Sign in to join this conversation.