From c324e2e602cfbc94bfe62d99157d5de46d54eeb0 Mon Sep 17 00:00:00 2001 From: Matt Toohey Date: Wed, 11 Mar 2026 13:40:49 +1100 Subject: [PATCH 1/7] feat(mark): redesign code review subtitle with badges and type-specific icons Show time first in the timeline, then comment counts as round-rect badges with icons instead of text. Annotations are only shown when there are no comments. Use comment-type-specific icons (warning, suggestion, issue, info) consistently across the timeline, diff sidepanel comment list, and file tree indicators. Co-Authored-By: Claude Opus 4.6 --- .../features/diff/DiffCommentsSection.svelte | 43 ++++++++++++++++--- .../features/diff/DiffFileTreeSection.svelte | 40 ++++++++++++++++- .../features/timeline/BranchTimeline.svelte | 31 +++++++------ .../lib/features/timeline/TimelineRow.svelte | 35 ++++++++++++++- .../src/lib/utils/diffModalHelpers.ts | 14 +++++- 5 files changed, 141 insertions(+), 22 deletions(-) diff --git a/apps/mark/src/lib/features/diff/DiffCommentsSection.svelte b/apps/mark/src/lib/features/diff/DiffCommentsSection.svelte index 1e7d1032..9fe331dc 100644 --- a/apps/mark/src/lib/features/diff/DiffCommentsSection.svelte +++ b/apps/mark/src/lib/features/diff/DiffCommentsSection.svelte @@ -1,5 +1,14 @@