2023-08-01 16:54:54 +00:00
|
|
|
{{if and $.CanWriteProjects (not $.Repository.IsArchived)}}
|
Migrate margin and padding helpers to tailwind (#30043)
This will conclude the refactor of 1:1 class replacements to tailwind,
except `gt-hidden`. Commands ran:
```bash
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-0#tw-$1$2-0#g' {web_src/js,templates,routers,services}/**/*
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-1#tw-$1$2-0.5#g' {web_src/js,templates,routers,services}/**/*
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-2#tw-$1$2-1#g' {web_src/js,templates,routers,services}/**/*
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-3#tw-$1$2-2#g' {web_src/js,templates,routers,services}/**/*
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-4#tw-$1$2-4#g' {web_src/js,templates,routers,services}/**/*
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-5#tw-$1$2-8#g' {web_src/js,templates,routers,services}/**/*
```
(cherry picked from commit 68ec9b48592fe88765bcc3a73093d43c98b315de)
Conflicts:
routers/web/repo/view.go
templates/base/head_navbar.tmpl
templates/repo/code/recently_pushed_new_branches.tmpl
templates/repo/diff/box.tmpl
templates/repo/diff/compare.tmpl
templates/repo/diff/conversation.tmpl
templates/repo/header.tmpl
templates/repo/issue/filter_list.tmpl
templates/repo/issue/view_content/conversation.tmpl
templates/repo/issue/view_content/sidebar.tmpl
templates/repo/settings/options.tmpl
templates/repo/view_file.tmpl
templates/shared/user/blocked_users.tmpl
templates/status/500.tmpl
web_src/js/components/DashboardRepoList.vue
resolved by prefering Forgejo version and applying the
commands to all files
2024-03-24 16:42:49 +00:00
|
|
|
<div class="tw-flex tw-justify-between tw-mb-4">
|
2023-08-12 10:30:28 +00:00
|
|
|
<div class="small-menu-items ui compact tiny menu list-header-toggle">
|
2024-03-20 05:56:42 +00:00
|
|
|
<a class="item{{if not .IsShowClosed}} active{{end}}" href="?state=open&q={{$.Keyword}}">
|
Migrate margin and padding helpers to tailwind (#30043)
This will conclude the refactor of 1:1 class replacements to tailwind,
except `gt-hidden`. Commands ran:
```bash
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-0#tw-$1$2-0#g' {web_src/js,templates,routers,services}/**/*
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-1#tw-$1$2-0.5#g' {web_src/js,templates,routers,services}/**/*
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-2#tw-$1$2-1#g' {web_src/js,templates,routers,services}/**/*
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-3#tw-$1$2-2#g' {web_src/js,templates,routers,services}/**/*
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-4#tw-$1$2-4#g' {web_src/js,templates,routers,services}/**/*
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-5#tw-$1$2-8#g' {web_src/js,templates,routers,services}/**/*
```
(cherry picked from commit 68ec9b48592fe88765bcc3a73093d43c98b315de)
Conflicts:
routers/web/repo/view.go
templates/base/head_navbar.tmpl
templates/repo/code/recently_pushed_new_branches.tmpl
templates/repo/diff/box.tmpl
templates/repo/diff/compare.tmpl
templates/repo/diff/conversation.tmpl
templates/repo/header.tmpl
templates/repo/issue/filter_list.tmpl
templates/repo/issue/view_content/conversation.tmpl
templates/repo/issue/view_content/sidebar.tmpl
templates/repo/settings/options.tmpl
templates/repo/view_file.tmpl
templates/shared/user/blocked_users.tmpl
templates/status/500.tmpl
web_src/js/components/DashboardRepoList.vue
resolved by prefering Forgejo version and applying the
commands to all files
2024-03-24 16:42:49 +00:00
|
|
|
{{svg "octicon-project-symlink" 16 "tw-mr-2"}}
|
2023-09-25 12:42:40 +00:00
|
|
|
{{ctx.Locale.PrettyNumber .OpenCount}} {{ctx.Locale.Tr "repo.issues.open_title"}}
|
2023-08-12 10:30:28 +00:00
|
|
|
</a>
|
2024-03-20 05:56:42 +00:00
|
|
|
<a class="item{{if .IsShowClosed}} active{{end}}" href="?state=closed&q={{$.Keyword}}">
|
Migrate margin and padding helpers to tailwind (#30043)
This will conclude the refactor of 1:1 class replacements to tailwind,
except `gt-hidden`. Commands ran:
```bash
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-0#tw-$1$2-0#g' {web_src/js,templates,routers,services}/**/*
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-1#tw-$1$2-0.5#g' {web_src/js,templates,routers,services}/**/*
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-2#tw-$1$2-1#g' {web_src/js,templates,routers,services}/**/*
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-3#tw-$1$2-2#g' {web_src/js,templates,routers,services}/**/*
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-4#tw-$1$2-4#g' {web_src/js,templates,routers,services}/**/*
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-5#tw-$1$2-8#g' {web_src/js,templates,routers,services}/**/*
```
(cherry picked from commit 68ec9b48592fe88765bcc3a73093d43c98b315de)
Conflicts:
routers/web/repo/view.go
templates/base/head_navbar.tmpl
templates/repo/code/recently_pushed_new_branches.tmpl
templates/repo/diff/box.tmpl
templates/repo/diff/compare.tmpl
templates/repo/diff/conversation.tmpl
templates/repo/header.tmpl
templates/repo/issue/filter_list.tmpl
templates/repo/issue/view_content/conversation.tmpl
templates/repo/issue/view_content/sidebar.tmpl
templates/repo/settings/options.tmpl
templates/repo/view_file.tmpl
templates/shared/user/blocked_users.tmpl
templates/status/500.tmpl
web_src/js/components/DashboardRepoList.vue
resolved by prefering Forgejo version and applying the
commands to all files
2024-03-24 16:42:49 +00:00
|
|
|
{{svg "octicon-check" 16 "tw-mr-2"}}
|
2023-09-25 12:42:40 +00:00
|
|
|
{{ctx.Locale.PrettyNumber .ClosedCount}} {{ctx.Locale.Tr "repo.issues.closed_title"}}
|
2023-08-12 10:30:28 +00:00
|
|
|
</a>
|
|
|
|
</div>
|
2024-03-04 03:33:20 +00:00
|
|
|
<div class="tw-text-right">
|
2023-09-25 08:56:50 +00:00
|
|
|
<a class="ui small primary button" href="{{$.Link}}/new">{{ctx.Locale.Tr "repo.projects.new"}}</a>
|
2023-08-12 10:30:28 +00:00
|
|
|
</div>
|
2023-07-07 18:06:49 +00:00
|
|
|
</div>
|
|
|
|
{{end}}
|
2023-01-20 11:42:33 +00:00
|
|
|
|
2023-07-07 18:06:49 +00:00
|
|
|
{{template "base/alert" .}}
|
2023-01-20 11:42:33 +00:00
|
|
|
|
2023-08-12 10:30:28 +00:00
|
|
|
<div class="list-header">
|
|
|
|
<!-- Search -->
|
|
|
|
<form class="list-header-search ui form ignore-dirty">
|
2024-03-14 23:24:59 +00:00
|
|
|
<input type="hidden" name="state" value="{{$.State}}">
|
|
|
|
{{template "shared/search/combo" dict "Value" .Keyword "Placeholder" (ctx.Locale.Tr "search.project_kind")}}
|
2023-08-12 10:30:28 +00:00
|
|
|
</form>
|
2023-07-07 18:06:49 +00:00
|
|
|
<!-- Sort -->
|
2024-03-30 22:32:01 +00:00
|
|
|
<div class="list-header-sort ui dropdown type jump item">
|
2023-07-07 18:06:49 +00:00
|
|
|
<span class="text">
|
2023-09-25 08:56:50 +00:00
|
|
|
{{ctx.Locale.Tr "repo.issues.filter_sort"}}
|
2023-07-07 18:06:49 +00:00
|
|
|
</span>
|
2023-09-21 15:54:26 +00:00
|
|
|
{{svg "octicon-triangle-down" 14 "dropdown icon"}}
|
2023-07-07 18:06:49 +00:00
|
|
|
<div class="menu">
|
2024-03-20 05:56:42 +00:00
|
|
|
<a class="{{if eq .SortType "oldest"}}active {{end}}item" href="?q={{$.Keyword}}&sort=oldest&state={{$.State}}">{{ctx.Locale.Tr "repo.issues.filter_sort.oldest"}}</a>
|
|
|
|
<a class="{{if eq .SortType "recentupdate"}}active {{end}}item" href="?q={{$.Keyword}}&sort=recentupdate&state={{$.State}}">{{ctx.Locale.Tr "repo.issues.filter_sort.recentupdate"}}</a>
|
|
|
|
<a class="{{if eq .SortType "leastupdate"}}active {{end}}item" href="?q={{$.Keyword}}&sort=leastupdate&state={{$.State}}">{{ctx.Locale.Tr "repo.issues.filter_sort.leastupdate"}}</a>
|
2023-01-20 11:42:33 +00:00
|
|
|
</div>
|
2023-07-07 18:06:49 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
2023-08-12 10:30:28 +00:00
|
|
|
|
2023-07-07 18:06:49 +00:00
|
|
|
<div class="milestone-list">
|
|
|
|
{{range .Projects}}
|
|
|
|
<li class="milestone-card">
|
2024-04-23 04:17:51 +00:00
|
|
|
<h3 class="flex-text-block tw-m-0 tw-gap-3">
|
2023-07-07 18:06:49 +00:00
|
|
|
{{svg .IconName 16}}
|
2024-04-23 04:17:51 +00:00
|
|
|
<a class="muted tw-break-anywhere" href="{{.Link ctx}}">{{.Title}}</a>
|
2023-07-07 18:06:49 +00:00
|
|
|
</h3>
|
|
|
|
<div class="milestone-toolbar">
|
|
|
|
<div class="group">
|
|
|
|
<div class="flex-text-block">
|
|
|
|
{{svg "octicon-issue-opened" 14}}
|
2023-09-29 12:12:54 +00:00
|
|
|
{{ctx.Locale.PrettyNumber (.NumOpenIssues ctx)}} {{ctx.Locale.Tr "repo.issues.open_title"}}
|
2023-01-20 11:42:33 +00:00
|
|
|
</div>
|
2023-07-07 18:06:49 +00:00
|
|
|
<div class="flex-text-block">
|
|
|
|
{{svg "octicon-check" 14}}
|
2023-09-29 12:12:54 +00:00
|
|
|
{{ctx.Locale.PrettyNumber (.NumClosedIssues ctx)}} {{ctx.Locale.Tr "repo.issues.closed_title"}}
|
2023-01-20 11:42:33 +00:00
|
|
|
</div>
|
2023-07-07 18:06:49 +00:00
|
|
|
</div>
|
|
|
|
{{if and $.CanWriteProjects (not $.Repository.IsArchived)}}
|
|
|
|
<div class="group">
|
2023-09-29 12:12:54 +00:00
|
|
|
<a class="flex-text-inline" href="{{.Link ctx}}/edit">{{svg "octicon-pencil" 14}}{{ctx.Locale.Tr "repo.issues.label_edit"}}</a>
|
2023-07-07 18:06:49 +00:00
|
|
|
{{if .IsClosed}}
|
2023-09-29 12:12:54 +00:00
|
|
|
<a class="link-action flex-text-inline" href data-url="{{.Link ctx}}/open">{{svg "octicon-check" 14}}{{ctx.Locale.Tr "repo.projects.open"}}</a>
|
2023-07-07 18:06:49 +00:00
|
|
|
{{else}}
|
2023-09-29 12:12:54 +00:00
|
|
|
<a class="link-action flex-text-inline" href data-url="{{.Link ctx}}/close">{{svg "octicon-skip" 14}}{{ctx.Locale.Tr "repo.projects.close"}}</a>
|
2023-01-20 11:42:33 +00:00
|
|
|
{{end}}
|
2023-09-29 12:12:54 +00:00
|
|
|
<a class="delete-button flex-text-inline" href="#" data-url="{{.Link ctx}}/delete">{{svg "octicon-trash" 14}}{{ctx.Locale.Tr "repo.issues.label_delete"}}</a>
|
2023-07-07 18:06:49 +00:00
|
|
|
</div>
|
|
|
|
{{end}}
|
|
|
|
</div>
|
|
|
|
{{if .Description}}
|
|
|
|
<div class="content">
|
2024-03-01 07:11:51 +00:00
|
|
|
{{.RenderedContent}}
|
2023-07-07 18:06:49 +00:00
|
|
|
</div>
|
2023-01-20 11:42:33 +00:00
|
|
|
{{end}}
|
2023-07-07 18:06:49 +00:00
|
|
|
</li>
|
|
|
|
{{end}}
|
2023-01-20 11:42:33 +00:00
|
|
|
|
2023-07-07 18:06:49 +00:00
|
|
|
{{template "base/paginate" .}}
|
|
|
|
</div>
|
2023-01-20 11:42:33 +00:00
|
|
|
|
2023-08-01 16:54:54 +00:00
|
|
|
{{if and $.CanWriteProjects (not $.Repository.IsArchived)}}
|
2023-04-24 11:08:59 +00:00
|
|
|
<div class="ui g-modal-confirm delete modal">
|
2023-04-23 09:24:19 +00:00
|
|
|
<div class="header">
|
2023-01-20 11:42:33 +00:00
|
|
|
{{svg "octicon-trash"}}
|
2023-09-25 08:56:50 +00:00
|
|
|
{{ctx.Locale.Tr "repo.projects.deletion"}}
|
2023-01-20 11:42:33 +00:00
|
|
|
</div>
|
|
|
|
<div class="content">
|
2023-09-25 08:56:50 +00:00
|
|
|
<p>{{ctx.Locale.Tr "repo.projects.deletion_desc"}}</p>
|
2023-01-20 11:42:33 +00:00
|
|
|
</div>
|
2023-04-23 09:24:19 +00:00
|
|
|
{{template "base/modal_actions_confirm" .}}
|
2023-01-20 11:42:33 +00:00
|
|
|
</div>
|
|
|
|
{{end}}
|