Home

madison / open-git

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

Add the bot marketplace and install flow.

last month

f897eb1
Authored
moss8/16/2026, 1:26:52 AM
Users need a listing they can install onto repositories they administer, without going through publisher settings.

Parentea93b0e

15 files changed
  • apps/web/app/[username]/[repository]/settings/_components/repository-settings-nav.tsx+8−0
  • apps/web/app/[username]/[repository]/settings/integrations/page.tsx+73−0
  • apps/web/app/[username]/[repository]/settings/integrations/repo-integrations-form.tsx+80−0
  • apps/web/app/api/bots/[id]/avatar/route.ts+49−0
  • apps/web/app/bots/[slug]/page.tsx+30−0
  • apps/web/app/integrations/[owner]/[slug]/install/page.tsx+47−0
  • apps/web/app/integrations/[owner]/[slug]/page.tsx+61−0
  • apps/web/app/integrations/actions.test.ts+307−0
  • apps/web/app/integrations/actions.ts+311−0
  • apps/web/app/integrations/install-form.tsx+72−0
  • apps/web/app/integrations/installations/[id]/page.tsx+61−0
  • apps/web/app/integrations/manage-install-form.tsx+160−0
  • apps/web/app/integrations/page.tsx+70−0
  • apps/web/app/integrations/repository-multi-select.tsx+111−0
  • apps/web/app/settings/organizations/[slug]/integrations/page.tsx+60−0