From 177fc20cce4d2e46f985a57bbaa0ce7b26d88fab Mon Sep 17 00:00:00 2001
From: 6543 <6543@obermui.de>
Date: Thu, 19 Dec 2019 13:37:23 +0100
Subject: [PATCH 1/8] prepare template
---
templates/repo/issue/list.tmpl | 52 ++++++++++++++++++++++------------
1 file changed, 34 insertions(+), 18 deletions(-)
diff --git a/templates/repo/issue/list.tmpl b/templates/repo/issue/list.tmpl
index 0b618daaa9d65..426e031c0b087 100644
--- a/templates/repo/issue/list.tmpl
+++ b/templates/repo/issue/list.tmpl
@@ -41,6 +41,7 @@
@@ -77,13 +78,27 @@
+
+
+
+ {{.i18n.Tr "repo.issues.filter_authors"}}
+
+
+
+
+
{{if .IsSigned}}
@@ -92,10 +107,10 @@
{{end}}
@@ -107,16 +122,17 @@
+
From 4cdecac2368db350ecaae6aa28fb4b9ca27f4a22 Mon Sep 17 00:00:00 2001
From: 6543 <6543@obermui.de>
Date: Thu, 19 Dec 2019 15:40:34 +0100
Subject: [PATCH 2/8] add locales
---
options/locale/locale_en-US.ini | 2 ++
templates/repo/issue/list.tmpl | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini
index dbd1a3680d595..3fc6fc7736f26 100644
--- a/options/locale/locale_en-US.ini
+++ b/options/locale/locale_en-US.ini
@@ -855,6 +855,8 @@ issues.filter_milestone = Milestone
issues.filter_milestone_no_select = All milestones
issues.filter_assignee = Assignee
issues.filter_assginee_no_select = All assignees
+issues.filter_author = Author
+issues.filter_author_no_select = All authors
issues.filter_type = Type
issues.filter_type.all_issues = All issues
issues.filter_type.assigned_to_you = Assigned to you
diff --git a/templates/repo/issue/list.tmpl b/templates/repo/issue/list.tmpl
index 426e031c0b087..207084b5e3d00 100644
--- a/templates/repo/issue/list.tmpl
+++ b/templates/repo/issue/list.tmpl
@@ -88,7 +88,7 @@
- {{.i18n.Tr "repo.issues.filter_authors"}}
+ {{.i18n.Tr "repo.issues.filter_author"}}
-
From 0cfdb049a62785e5d9346fb397c6a867bd47138f Mon Sep 17 00:00:00 2001
From: 6543 <6543@obermui.de>
Date: Tue, 4 Jan 2022 05:34:51 +0100
Subject: [PATCH 7/8] fix ui
---
templates/repo/issue/list.tmpl | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/templates/repo/issue/list.tmpl b/templates/repo/issue/list.tmpl
index 0e4334256fce3..d6385d93e9d6b 100644
--- a/templates/repo/issue/list.tmpl
+++ b/templates/repo/issue/list.tmpl
@@ -32,7 +32,6 @@