Home

madison / open-git

public
Overview Code History Branches Pull requestsIssuesInsights Campfire Docs
main
HomeOverview Code PRsIssues

feat(web): split settings into You vs Namespaces

last month

204e129
Authored
Madison7/30/2026, 12:30:43 AM
Regroup account settings so person-scoped items stay under You, while compute credit and org admin live under Namespaces.

Parent5564ad0

10 files changed
  • apps/web/app/[username]/[repository]/settings/sponsorship/sponsorship-settings-form.tsx+3−1
  • apps/web/app/settings/account/account-settings-sections.tsx+4−1
  • apps/web/app/settings/account/layout.tsx+6−6
  • apps/web/app/settings/account/sponsorships/page.tsx+11−0
  • apps/web/components/account-settings/account-settings-modal.tsx+33−22
  • apps/web/components/account-settings/open-account-settings-button.tsx+34−0
  • apps/web/components/account-settings/organization-settings-section.tsx+4−3
  • apps/web/components/command-menu.tsx+14−5
  • apps/web/components/open-git-user-button.tsx+2−2
  • apps/web/components/settings-nav.tsx+35−24