2015-08-25 14:58:34 +00:00
{{ template "base/head" . }}
2023-02-01 22:56:10 +00:00
< div role = "main" aria-label = " {{ .Title }} " class = "page-content dashboard issues" >
2015-12-07 22:30:52 +00:00
{{ template "user/dashboard/navbar" . }}
< div class = "ui container" >
2017-12-31 00:47:52 +00:00
< div class = "ui stackable grid" >
2015-12-07 22:30:52 +00:00
< div class = "four wide column" >
2023-05-18 07:27:29 +00:00
< div class = "ui secondary vertical filter menu gt-bg-transparent" >
2023-08-23 02:29:17 +00:00
< a class = " {{ if eq .ViewType "your_repositories" }} active {{ end }} item" href = " {{ .Link }} ?type=your_repositories&repos=[ {{ range $.RepoIDs }}{{ . }} %2C {{ end }} ]&sort= {{ $.SortType }} &state= {{ .State }} &q= {{ $.Keyword }} " >
2023-09-25 13:15:51 +00:00
{{ ctx .Locale.Tr "home.issues.in_your_repos" }}
2023-08-31 02:29:59 +00:00
< strong > {{ CountFmt .IssueStats.YourRepositoriesCount }} </ strong >
2015-12-07 22:30:52 +00:00
< / a >
2023-08-23 02:29:17 +00:00
< a class = " {{ if eq .ViewType "assigned" }} active {{ end }} item" href = " {{ .Link }} ?type=assigned&repos=[ {{ range $.RepoIDs }}{{ . }} %2C {{ end }} ]&sort= {{ $.SortType }} &state= {{ .State }} &q= {{ $.Keyword }} " >
2023-09-25 13:15:51 +00:00
{{ ctx .Locale.Tr "repo.issues.filter_type.assigned_to_you" }}
2023-08-31 02:29:59 +00:00
< strong > {{ CountFmt .IssueStats.AssignCount }} </ strong >
2021-01-03 17:29:12 +00:00
< / a >
2023-08-23 02:29:17 +00:00
< a class = " {{ if eq .ViewType "created_by" }} active {{ end }} item" href = " {{ .Link }} ?type=created_by&repos=[ {{ range $.RepoIDs }}{{ . }} %2C {{ end }} ]&sort= {{ $.SortType }} &state= {{ .State }} &q= {{ $.Keyword }} " >
2023-09-25 13:15:51 +00:00
{{ ctx .Locale.Tr "repo.issues.filter_type.created_by_you" }}
2023-08-31 02:29:59 +00:00
< strong > {{ CountFmt .IssueStats.CreateCount }} </ strong >
2021-01-03 17:29:12 +00:00
< / a >
2021-01-17 16:34:19 +00:00
{{ if .PageIsPulls }}
2023-08-23 02:29:17 +00:00
< a class = " {{ if eq .ViewType "review_requested" }} active {{ end }} item" href = " {{ .Link }} ?type=review_requested&repos=[ {{ range $.RepoIDs }}{{ . }} %2C {{ end }} ]&sort= {{ $.SortType }} &state= {{ .State }} &q= {{ $.Keyword }} " >
2023-09-25 13:15:51 +00:00
{{ ctx .Locale.Tr "repo.issues.filter_type.review_requested" }}
2023-08-31 02:29:59 +00:00
< strong > {{ CountFmt .IssueStats.ReviewRequestedCount }} </ strong >
2021-01-17 16:34:19 +00:00
< / a >
2023-08-23 02:29:17 +00:00
< a class = " {{ if eq .ViewType "reviewed_by" }} active {{ end }} item" href = " {{ .Link }} ?type=reviewed_by&repos=[ {{ range $.RepoIDs }}{{ . }} %2C {{ end }} ]&sort= {{ $.SortType }} &state= {{ .State }} &q= {{ $.Keyword }} " >
2023-09-25 13:15:51 +00:00
{{ ctx .Locale.Tr "repo.issues.filter_type.reviewed_by_you" }}
2023-08-31 02:29:59 +00:00
< strong > {{ CountFmt .IssueStats.ReviewedCount }} </ strong >
2023-02-25 02:55:50 +00:00
< / a >
2021-04-11 03:46:37 +00:00
{{ end }}
2023-08-23 02:29:17 +00:00
< a class = " {{ if eq .ViewType "mentioned" }} active {{ end }} item" href = " {{ .Link }} ?type=mentioned&repos=[ {{ range $.RepoIDs }}{{ . }} %2C {{ end }} ]&sort= {{ $.SortType }} &state= {{ .State }} &q= {{ $.Keyword }} " >
2023-09-25 13:15:51 +00:00
{{ ctx .Locale.Tr "repo.issues.filter_type.mentioning_you" }}
2023-08-31 02:29:59 +00:00
< strong > {{ CountFmt .IssueStats.MentionCount }} </ strong >
2023-02-25 02:55:50 +00:00
< / a >
2023-06-29 12:24:22 +00:00
< div class = "divider" > < / div >
2023-05-31 10:44:28 +00:00
< a class = " {{ if not $.RepoIDs }} active {{ end }} repo name item" href = " {{ $.Link }} ?type= {{ $.ViewType }} &sort= {{ $.SortType }} &state= {{ $.State }} &q= {{ $.Keyword }} " >
2023-09-25 13:15:51 +00:00
< span class = "text truncate" > {{ ctx .Locale.Tr "all" }} </ span >
2023-03-24 10:35:38 +00:00
< span > {{ CountFmt .TotalIssueCount }} </ span >
2019-12-02 03:50:36 +00:00
< / a >
2015-12-07 22:30:52 +00:00
{{ range .Repos }}
2019-12-02 03:50:36 +00:00
{{ with $Repo := . }}
2023-05-31 10:44:28 +00:00
< a class = " {{ range $.RepoIDs }}{{ if eq . $Repo .ID }} active {{ end }}{{ end }} repo name item" href = " {{ $.Link }} ?type= {{ $.ViewType }} &repos=[
2021-11-16 18:18:25 +00:00
{{- with $include := true -}}
{{- range $.RepoIDs -}}
{{- if eq . $Repo .ID -}}
2019-12-02 03:50:36 +00:00
{{ $include = false }}
2021-11-16 18:18:25 +00:00
{{- else -}}
2019-12-02 03:50:36 +00:00
{{ . }} %2C
2021-11-16 18:18:25 +00:00
{{- end -}}
{{- end -}}
{{- if eq $include true -}}
2019-12-02 03:50:36 +00:00
{{ $Repo .ID }} %2C
2021-11-16 18:18:25 +00:00
{{- end -}}
{{- end -}}
2020-02-29 06:52:05 +00:00
]& sort={{ $.SortType }} & state={{ $.State }} & q={{ $.Keyword }} " title="{{ .FullName }} ">
2019-12-02 03:50:36 +00:00
< span class = "text truncate" > {{ $Repo .FullName }} </ span >
2023-03-24 10:35:38 +00:00
< span > {{ CountFmt ( index $.Counts $Repo .ID ) }} </ span >
2019-12-02 03:50:36 +00:00
< / a >
{{ end }}
2015-12-07 22:30:52 +00:00
{{ end }}
< / div >
< / div >
2015-08-25 14:58:34 +00:00
< div class = "twelve wide column content" >
2023-04-30 03:33:25 +00:00
< div class = "list-header" >
2023-06-18 10:31:42 +00:00
< div class = "small-menu-items ui compact tiny menu list-header-toggle" >
2023-04-30 03:33:25 +00:00
< a class = "item {{ if not .IsShowClosed }} active {{ end }} " href = " {{ .Link }} ?type= {{ $.ViewType }} &repos=[ {{ range $.RepoIDs }}{{ . }} %2C {{ end }} ]&sort= {{ $.SortType }} &state=open&q= {{ $.Keyword }} " >
{{ svg "octicon-issue-opened" 16 "gt-mr-3" }}
2023-09-25 13:15:51 +00:00
{{ ctx .Locale.PrettyNumber .IssueStats.OpenCount }} {{ ctx .Locale.Tr "repo.issues.open_title" }}
2023-04-30 03:33:25 +00:00
< / a >
< a class = "item {{ if .IsShowClosed }} active {{ end }} " href = " {{ .Link }} ?type= {{ $.ViewType }} &repos=[ {{ range $.RepoIDs }}{{ . }} %2C {{ end }} ]&sort= {{ $.SortType }} &state=closed&q= {{ $.Keyword }} " >
{{ svg "octicon-issue-closed" 16 "gt-mr-3" }}
2023-09-25 13:15:51 +00:00
{{ ctx .Locale.PrettyNumber .IssueStats.ClosedCount }} {{ ctx .Locale.Tr "repo.issues.closed_title" }}
2023-04-30 03:33:25 +00:00
< / a >
2020-02-29 06:52:05 +00:00
< / div >
2023-04-30 03:33:25 +00:00
< form class = "list-header-search ui form ignore-dirty" >
< div class = "ui small search fluid action input" >
< input type = "hidden" name = "type" value = " {{ $.ViewType }} " >
2023-08-17 12:38:02 +00:00
< input type = "hidden" name = "repos" value = "[ {{ range $.RepoIDs }}{{ . }} , {{ end }} ]" >
2023-04-30 03:33:25 +00:00
< input type = "hidden" name = "sort" value = " {{ $.SortType }} " >
< input type = "hidden" name = "state" value = " {{ $.State }} " >
2023-09-25 00:21:38 +00:00
{{ template "shared/searchinput" dict "Value" $.Keyword }}
2023-09-25 13:15:51 +00:00
< button id = "issue-list-quick-goto" class = "ui small icon button gt-hidden" data-tooltip-content = " {{ ctx .Locale.Tr "explore.go_to" }} " > {{ svg "octicon-hash" }} </ button >
< button class = "ui small icon button" aria-label = " {{ ctx .Locale.Tr "explore.search" }} " > {{ svg "octicon-search" }} </ button >
2023-04-30 03:33:25 +00:00
< / div >
< / form >
<!-- Sort -->
< div class = "list-header-sort ui small dropdown type jump item" >
< span class = "text gt-whitespace-nowrap" >
2023-09-25 13:15:51 +00:00
{{ ctx .Locale.Tr "repo.issues.filter_sort" }}
2023-04-30 03:33:25 +00:00
{{ svg "octicon-triangle-down" 14 "dropdown icon" }}
< / span >
< div class = "menu" >
2023-09-25 13:15:51 +00:00
< a class = " {{ if eq .SortType "recentupdate" }} active {{ end }} item" href = " {{ $.Link }} ?type= {{ $.ViewType }} &repos=[ {{ range $.RepoIDs }}{{ . }} %2C {{ end }} ]&sort=recentupdate&state= {{ $.State }} &q= {{ $.Keyword }} " > {{ ctx .Locale.Tr "repo.issues.filter_sort.recentupdate" }} </ a >
< a class = " {{ if eq .SortType "leastupdate" }} active {{ end }} item" href = " {{ $.Link }} ?type= {{ $.ViewType }} &repos=[ {{ range $.RepoIDs }}{{ . }} %2C {{ end }} ]&sort=leastupdate&state= {{ $.State }} &q= {{ $.Keyword }} " > {{ ctx .Locale.Tr "repo.issues.filter_sort.leastupdate" }} </ a >
< a class = " {{ if or ( eq .SortType "latest" ) ( not .SortType ) }} active {{ end }} item" href = " {{ $.Link }} ?type= {{ $.ViewType }} &repos=[ {{ range $.RepoIDs }}{{ . }} %2C {{ end }} ]&sort=latest&state= {{ $.State }} &q= {{ $.Keyword }} " > {{ ctx .Locale.Tr "repo.issues.filter_sort.latest" }} </ a >
< a class = " {{ if eq .SortType "oldest" }} active {{ end }} item" href = " {{ $.Link }} ?type= {{ $.ViewType }} &repos=[ {{ range $.RepoIDs }}{{ . }} %2C {{ end }} ]&sort=oldest&state= {{ $.State }} &q= {{ $.Keyword }} " > {{ ctx .Locale.Tr "repo.issues.filter_sort.oldest" }} </ a >
< a class = " {{ if eq .SortType "mostcomment" }} active {{ end }} item" href = " {{ $.Link }} ?type= {{ $.ViewType }} &repos=[ {{ range $.RepoIDs }}{{ . }} %2C {{ end }} ]&sort=mostcomment&state= {{ $.State }} &q= {{ $.Keyword }} " > {{ ctx .Locale.Tr "repo.issues.filter_sort.mostcomment" }} </ a >
< a class = " {{ if eq .SortType "leastcomment" }} active {{ end }} item" href = " {{ $.Link }} ?type= {{ $.ViewType }} &repos=[ {{ range $.RepoIDs }}{{ . }} %2C {{ end }} ]&sort=leastcomment&state= {{ $.State }} &q= {{ $.Keyword }} " > {{ ctx .Locale.Tr "repo.issues.filter_sort.leastcomment" }} </ a >
< a class = " {{ if eq .SortType "nearduedate" }} active {{ end }} item" href = " {{ $.Link }} ?type= {{ $.ViewType }} &repos=[ {{ range $.RepoIDs }}{{ . }} %2C {{ end }} ]&sort=nearduedate&state= {{ $.State }} &q= {{ $.Keyword }} " > {{ ctx .Locale.Tr "repo.issues.filter_sort.nearduedate" }} </ a >
< a class = " {{ if eq .SortType "farduedate" }} active {{ end }} item" href = " {{ $.Link }} ?type= {{ $.ViewType }} &repos=[ {{ range $.RepoIDs }}{{ . }} %2C {{ end }} ]&sort=farduedate&state= {{ $.State }} &q= {{ $.Keyword }} " > {{ ctx .Locale.Tr "repo.issues.filter_sort.farduedate" }} </ a >
2015-11-04 17:50:02 +00:00
< / div >
< / div >
2023-04-30 03:33:25 +00:00
{{ if .SingleRepoLink }}
{{ if eq .SingleRepoAction "issue" }}
2023-09-25 13:15:51 +00:00
< a class = "ui primary button gt-ml-4" href = " {{ .SingleRepoLink }} /issues/new/choose" > {{ ctx .Locale.Tr "repo.issues.new" }} </ a >
2023-04-30 03:33:25 +00:00
{{ else if eq .SingleRepoAction "pull" }}
2023-09-25 13:15:51 +00:00
< a class = "ui primary button gt-ml-4" href = " {{ .SingleRepoLink }} /compare" > {{ ctx .Locale.Tr "repo.pulls.new" }} </ a >
2023-04-30 03:33:25 +00:00
{{ end }}
{{ end }}
2015-11-04 17:50:02 +00:00
< / div >
2023-04-07 14:39:08 +00:00
{{ template "shared/issuelist" dict "." . "listType" "dashboard" }}
2015-12-07 22:30:52 +00:00
< / div >
< / div >
2015-08-25 14:58:34 +00:00
< / div >
< / div >
{{ template "base/footer" . }}