From 366377986c9089f92be77a8c9aed37e29017911c Mon Sep 17 00:00:00 2001 From: GiteaBot Date: Sat, 1 Apr 2023 00:06:55 +0000 Subject: [PATCH 01/36] [skip ci] Updated translations via Crowdin --- options/locale/locale_pt-PT.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/options/locale/locale_pt-PT.ini b/options/locale/locale_pt-PT.ini index 498115300a5d..9e5136d01eba 100644 --- a/options/locale/locale_pt-PT.ini +++ b/options/locale/locale_pt-PT.ini @@ -2280,6 +2280,8 @@ diff.image.side_by_side=Lado a Lado diff.image.swipe=Deslizar diff.image.overlay=Sobrepor diff.has_escaped=Esta linha tem caracteres unicode escondidos +diff.show_file_tree=Mostrar árvore de ficheiros +diff.hide_file_tree=Esconder árvore de ficheiros releases.desc=Acompanhe as versões e as descargas do repositório. release.releases=Lançamentos @@ -3364,6 +3366,7 @@ runners.status.idle=Parada runners.status.active=Em funcionamento runners.status.offline=Desconectada runners.version=Versão +runners.reset_registration_token_success=O código de incrição do executor foi reposto com sucesso runs.all_workflows=Todas as sequências de trabalho runs.open_tab=%d abertas From 053df150fe056964771222569d4cb20dba19fd88 Mon Sep 17 00:00:00 2001 From: silverwind Date: Sat, 1 Apr 2023 02:58:36 +0200 Subject: [PATCH 02/36] Make first section on home page full width (#23854) Before: Screenshot 2023-03-31 at 19 56 16 After: Screenshot 2023-03-31 at 20 00 14 --- templates/home.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/home.tmpl b/templates/home.tmpl index cc1026ce9e7d..57f0709a9fe9 100644 --- a/templates/home.tmpl +++ b/templates/home.tmpl @@ -1,6 +1,6 @@ {{template "base/head" .}}
-
+
From e2165854a6c40a4ce95b81911d06e311217ba028 Mon Sep 17 00:00:00 2001 From: wxiaoguang Date: Sat, 1 Apr 2023 13:47:54 +0800 Subject: [PATCH 03/36] Improve home page template, fix Sort dropdown menu flash (#23856) Follow #23854 Major changes: 1. The old `
` doesn't have affect any more * So clean them, and remove other unnecessary elements/styles. 2. Add padding for narrow view. Before ![image](https://user-images.githubusercontent.com/2114189/229262177-e8cf6c9b-b17b-482c-83fe-a84579e01e8e.png) After: ![image](https://user-images.githubusercontent.com/2114189/229262166-d46134b0-2117-4d5c-a469-a2115cbd4b6c.png) --- templates/home.tmpl | 8 +++----- templates/repo/issue/list.tmpl | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/templates/home.tmpl b/templates/home.tmpl index 57f0709a9fe9..1f10f3c8d2ad 100644 --- a/templates/home.tmpl +++ b/templates/home.tmpl @@ -1,10 +1,8 @@ {{template "base/head" .}}
-
-
-
- -
+
+
+

{{AppName}} diff --git a/templates/repo/issue/list.tmpl b/templates/repo/issue/list.tmpl index 80d1bec57955..cfc9a930484f 100644 --- a/templates/repo/issue/list.tmpl +++ b/templates/repo/issue/list.tmpl @@ -182,7 +182,7 @@ {{.locale.Tr "repo.issues.filter_sort"}} {{svg "octicon-triangle-down" 14 "dropdown icon"}} -