From 8f95dce3ece6eccf240ed0b994fb267bf390bf30 Mon Sep 17 00:00:00 2001 From: Saya Andy Date: Mon, 7 Sep 2026 14:07:24 +0700 Subject: diff: split refs and other options into separate panels The diff controls panel mixed the from/to ref pickers with the rendering options (context, space, mode). Split it into two panels, stacked vertically: one for the refs and one for the other options, so each groups related controls. --- tests/t0106-diff.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests/t0106-diff.sh') diff --git a/tests/t0106-diff.sh b/tests/t0106-diff.sh index 0c167d4..e4751e9 100755 --- a/tests/t0106-diff.sh +++ b/tests/t0106-diff.sh @@ -32,6 +32,11 @@ test_expect_success 'ref picker: to: label present' ' grep "to:" tmp ' +test_expect_success 'ref pickers live in a separate refs panel' ' + grep "diff refs" tmp && + grep "diff options" tmp +' + test_expect_success 'ref picker: master branch listed' ' grep "master" tmp ' -- cgit v1.3.1+14