Frontend Issue 2: Add Git Projects Navigation And Shell Page #18

Closed
opened 2026-05-19 02:28:02 -05:00 by null · 0 comments
Owner

Goal

Add a landing page for Git Projects inside Pipeline.

Scope

  • Add sidebar navigation item.
  • Add route for Git Projects.
  • Use DashboardPageLayout.
  • Show loading, empty, and error states.

Suggested Files

  • frontend/src/app/git-projects/page.tsx

Acceptance Criteria

  • Signed-in users can navigate to Git Projects.
  • Page lists tracked repositories or shows an empty state.
  • Uses generated API hooks.
  • No mutations in this batch.
  • npm run lint and npx tsc --noEmit pass.

Out Of Scope

  • Connection forms, Issue list table, Close action.
## Goal Add a landing page for Git Projects inside Pipeline. ## Scope - Add sidebar navigation item. - Add route for Git Projects. - Use `DashboardPageLayout`. - Show loading, empty, and error states. ## Suggested Files - `frontend/src/app/git-projects/page.tsx` ## Acceptance Criteria - Signed-in users can navigate to Git Projects. - Page lists tracked repositories or shows an empty state. - Uses generated API hooks. - No mutations in this batch. - `npm run lint` and `npx tsc --noEmit` pass. ## Out Of Scope - Connection forms, Issue list table, Close action.
null closed this issue 2026-05-19 03:17:27 -05:00
null added the
frontend
navigation
labels 2026-05-19 03:32:02 -05:00
Sign in to join this conversation.
No description provided.