Home

madison / open-git

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

Merge remote-tracking branch 'origin/main' into feat/dedicated-settings-page

last month

a3a78dc
Authored
Madison7/31/2026, 11:58:08 AM

Parentsa2eb91c10ff72b

39 files changed
  • apps/git-gateway/src/config.ts+22−0
  • apps/git-gateway/src/git-http-backend.test.ts+197−0
  • apps/git-gateway/src/git-http-backend.ts+273−34
  • apps/git-gateway/src/server.ts+69−45
  • apps/web/app/(home)/home-notifications-bell.tsx+9−3
  • apps/web/app/(home)/home-notifications.tsx+6−2
  • apps/web/app/(home)/layout.tsx+1−2
  • apps/web/app/[username]/[repository]/@modal/(.)issues/new/loading.tsx
+5
−0
  • apps/web/app/[username]/[repository]/@modal/(.)issues/new/page.tsx+27−0
  • apps/web/app/[username]/[repository]/issues/actions.ts+17−5
  • apps/web/app/[username]/[repository]/issues/issue-forms.tsx+73−20
  • apps/web/app/[username]/[repository]/issues/new/close-new-issue-modal.tsx+11−0
  • apps/web/app/[username]/[repository]/issues/new/issue-dialog-chrome.tsx+39−0
  • apps/web/app/[username]/[repository]/issues/new/new-issue-modal.tsx+124−0
  • apps/web/app/[username]/[repository]/issues/new/new-issue-route.tsx+42−0
  • apps/web/app/[username]/[repository]/issues/new/page.tsx+20−114
  • apps/web/app/[username]/[repository]/layout.tsx+10−3
  • apps/web/app/[username]/[repository]/repository-home.tsx+4−6
  • apps/web/app/[username]/[repository]/repository-layout-shell.tsx+16−7
  • apps/web/app/[username]/[repository]/settings/_components/repository-settings-nav.tsx+7−35
  • apps/web/app/[username]/[repository]/settings/layout.tsx+16−14
  • apps/web/app/[username]/page.tsx+2−2
  • apps/web/app/home/page-section-nav.tsx+76−0
  • apps/web/app/home/page.tsx+15−30
  • apps/web/app/layout.tsx+2−0
  • apps/web/app/workspace/layout.tsx+6−26
  • apps/web/app/workspace/repository-workbench-sidebar.tsx+61−15
  • apps/web/components/agentation-loader.tsx+3−1
  • apps/web/components/app-shell.tsx+3−21
  • apps/web/components/feedback-actions.test.ts+88−0
  • apps/web/components/feedback-actions.ts+78−0
  • apps/web/components/feedback-launcher.tsx+542−0
  • apps/web/components/open-git-user-button.tsx+1−1
  • apps/web/components/sidebar-app-frame.tsx+11−185
  • apps/web/components/workbench-tabs/workbench-tab-bar.tsx+113−76
  • apps/web/scripts/seed-local-dev.ts+39−0
  • deploy/docker-compose.app.yml+1−0
  • deploy/docker-compose.single.yml+2−0
  • packages/ui/src/components/menu.tsx+7−7