From 8f55ccab0440efdd427a9dad0485c7b9302b0a99 Mon Sep 17 00:00:00 2001 From: Myers Carpenter Date: Mon, 30 Mar 2026 02:37:20 +0000 Subject: [PATCH] Use selection dropdown style for column picker MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The gear-icon header pattern (fixed-text muted) is designed for top-level sidebar sections like Labels/Milestone/Assignees. The column picker is a secondary control under the project selection, so it should look like a form select — bordered box showing the current value with a dropdown arrow. Restores the ui dropdown selection fluid style from the original implementation while keeping the issue-sidebar-combo wrapper for the rerender capability. --- .../repo/issue/sidebar/project_column.tmpl | 24 ++++++++----------- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/templates/repo/issue/sidebar/project_column.tmpl b/templates/repo/issue/sidebar/project_column.tmpl index ea08d47d6c..3c6aa4d021 100644 --- a/templates/repo/issue/sidebar/project_column.tmpl +++ b/templates/repo/issue/sidebar/project_column.tmpl @@ -1,30 +1,25 @@ {{$pageMeta := .}} {{$data := .ProjectsData}} -{{if and $pageMeta.Issue $pageMeta.Issue.Project $data.ProjectColumns (gt (len $data.ProjectColumns) 1) $pageMeta.CanModifyIssueOrPull}} +{{if and $pageMeta.Issue $pageMeta.Issue.Project $data.ProjectColumns (gt (len $data.ProjectColumns) 1)}} +{{if $pageMeta.CanModifyIssueOrPull}}