From bb67781f7cef35849d5e504ef009d172f64d7f8b Mon Sep 17 00:00:00 2001 From: Seongmin Lee Date: Fri, 21 Nov 2025 15:33:31 +0900 Subject: [PATCH] appview/pages: add search submit button for mobile Change-Id: svpoxmnoysvrxtzxtwnnkwmlvsvloxnr Mobile need a dedicated search button to submit the form. Also applied correct focus-ring for input tag Signed-off-by: Seongmin Lee --- .../pages/templates/repo/issues/issues.html | 27 +++++++++++++------ appview/pages/templates/repo/pulls/pulls.html | 27 +++++++++++++------ 2 files changed, 38 insertions(+), 16 deletions(-) diff --git a/appview/pages/templates/repo/issues/issues.html b/appview/pages/templates/repo/issues/issues.html index 2cde2981..0d9db443 100644 --- a/appview/pages/templates/repo/issues/issues.html +++ b/appview/pages/templates/repo/issues/issues.html @@ -30,16 +30,27 @@
-
- {{ i "search" "w-4 h-4" }} + - - + {{ i "search" "w-4 h-4" }} +
{{ template "fragments/tabSelector" (dict "Name" "state" "Values" $values "Active" $active) }} diff --git a/appview/pages/templates/repo/pulls/pulls.html b/appview/pages/templates/repo/pulls/pulls.html index 184886aa..ce4ed9f5 100644 --- a/appview/pages/templates/repo/pulls/pulls.html +++ b/appview/pages/templates/repo/pulls/pulls.html @@ -36,16 +36,27 @@
-
- {{ i "search" "w-4 h-4" }} + - - + {{ i "search" "w-4 h-4" }} +
{{ template "fragments/tabSelector" (dict "Name" "state" "Values" $values "Active" $active) }} -- 2.43.0