From 7f79cb61ea651a469f8da748f42031468077893c Mon Sep 17 00:00:00 2001 From: Gravy Boat Date: Sat, 29 Aug 2026 19:59:38 -0230 Subject: [PATCH 1/2] feat: per file slicer button, with custom target --- .../ui/moderation/ModerationTechRevCard.vue | 2 +- .../tech-review/TechRevFileDetailTab.vue | 45 ++++++++++++++++++- 2 files changed, 45 insertions(+), 2 deletions(-) diff --git a/apps/frontend/src/components/ui/moderation/ModerationTechRevCard.vue b/apps/frontend/src/components/ui/moderation/ModerationTechRevCard.vue index 0979893211..a816490fad 100644 --- a/apps/frontend/src/components/ui/moderation/ModerationTechRevCard.vue +++ b/apps/frontend/src/components/ui/moderation/ModerationTechRevCard.vue @@ -326,7 +326,7 @@ watch( props.focusedDetailId, () => props.file.id], ([detailId]) => { @@ -712,6 +745,16 @@ watch(
+ + + Date: Sat, 29 Aug 2026 20:20:10 -0230 Subject: [PATCH 2/2] chore: move slicer link to file card instead of issue card --- .../tech-review/TechRevFileDetailTab.vue | 22 ++++++++++--------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/apps/frontend/src/components/ui/moderation/tech-review/TechRevFileDetailTab.vue b/apps/frontend/src/components/ui/moderation/tech-review/TechRevFileDetailTab.vue index ebefcede16..39ebac686e 100644 --- a/apps/frontend/src/components/ui/moderation/tech-review/TechRevFileDetailTab.vue +++ b/apps/frontend/src/components/ui/moderation/tech-review/TechRevFileDetailTab.vue @@ -711,6 +711,18 @@ watch(
+ + + + @@ -745,16 +757,6 @@ watch(
- - -