From 6efb8f1607f21da3954294c41584b463d4ec3bd5 Mon Sep 17 00:00:00 2001 From: Sebastiaan de Schaetzen Date: Fri, 27 Feb 2026 09:19:31 +0100 Subject: [PATCH] Replace branch dropdown with table listing each branch Show branches in a table with a Checkout button per row. The current branch is shown in bold with '(current)' and has no checkout button. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- src/main/resources/templates/branches.html | 27 +++++++++++----------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/src/main/resources/templates/branches.html b/src/main/resources/templates/branches.html index a8c31e5..9332f0f 100644 --- a/src/main/resources/templates/branches.html +++ b/src/main/resources/templates/branches.html @@ -6,26 +6,25 @@

Branches

- +

Branches

+
- - + + -
Current branch:Branch
- -

Switch Branch

-
- - + + -
- + + + + + + +
-

Create New Branch