Frontend Issue 9: Add Board-Level Linked Issues Panel #25

Closed
opened 2026-05-19 02:28:03 -05:00 by null · 1 comment
Owner

Goal

Show Forgejo issues that belong to repositories linked to a board.

Suggested Files

  • frontend/src/components/git/BoardForgejoIssuesPanel.tsx
  • frontend/src/components/git/ForgejoIssuesTable.tsx

Acceptance Criteria

  • Board page shows linked repository issues.
  • Empty state explains that no repositories are linked.
  • Panel refetches on normal board refresh cadence.
  • No close action in this batch.
  • npm run lint and npx tsc --noEmit pass.

Out Of Scope

  • Repository linking management, Close action.
## Goal Show Forgejo issues that belong to repositories linked to a board. ## Suggested Files - `frontend/src/components/git/BoardForgejoIssuesPanel.tsx` - `frontend/src/components/git/ForgejoIssuesTable.tsx` ## Acceptance Criteria - Board page shows linked repository issues. - Empty state explains that no repositories are linked. - Panel refetches on normal board refresh cadence. - No close action in this batch. - `npm run lint` and `npx tsc --noEmit` pass. ## Out Of Scope - Repository linking management, Close action.
null added the
boards
forgejo
frontend
issues
labels 2026-05-19 03:32:03 -05:00
Author
Owner

implmented

implmented
null closed this issue 2026-05-20 03:28:46 -05:00
Sign in to join this conversation.
No description provided.