From c5116d39a9b807cc19536f63c4c8d41582a15cd4 Mon Sep 17 00:00:00 2001 From: Alan Daniel Date: Wed, 8 Apr 2026 14:38:20 -0400 Subject: [PATCH] Move pull request labels to sidebar --- .../_protected/$owner/$repo/pull.$pullId.tsx | 44 ++++++++++--------- 1 file changed, 24 insertions(+), 20 deletions(-) diff --git a/apps/dashboard/src/routes/_protected/$owner/$repo/pull.$pullId.tsx b/apps/dashboard/src/routes/_protected/$owner/$repo/pull.$pullId.tsx index a8e1c57..7d9af6b 100644 --- a/apps/dashboard/src/routes/_protected/$owner/$repo/pull.$pullId.tsx +++ b/apps/dashboard/src/routes/_protected/$owner/$repo/pull.$pullId.tsx @@ -219,25 +219,6 @@ function PullDetailPage() { - {/* Labels */} - {pr.labels.length > 0 && ( -
- {pr.labels.map((label) => ( - - {label.name} - - ))} -
- )} - {/* Body */} {pr.body ? (
@@ -354,6 +335,29 @@ function PullDetailPage() { {/* Right sidebar: Metadata */}