From 226994a6df8f1f2f531cd4f8f1bade74fe2d658b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Natalie=20Klestrup=20R=C3=B6ijezon?= Date: Fri, 31 Jan 2025 10:09:31 +0000 Subject: [PATCH] fix: Remove autofocus on the dashboard repository search box (#6734) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - No longer autofocus on the searchbox for the repository list that is on the dashboard. There is no justification for doing so. - Fixes #6653 Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6734 Reviewed-by: Otto Reviewed-by: Beowulf Reviewed-by: Gusted Co-authored-by: Natalie Klestrup Röijezon Co-committed-by: Natalie Klestrup Röijezon --- web_src/js/components/DashboardRepoList.vue | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/web_src/js/components/DashboardRepoList.vue b/web_src/js/components/DashboardRepoList.vue index 007891a39f..0d8396b6f3 100644 --- a/web_src/js/components/DashboardRepoList.vue +++ b/web_src/js/components/DashboardRepoList.vue @@ -1,5 +1,5 @@