2024-03-22 13:45:10 +00:00
|
|
|
<div class="flex-text-block tw-flex-wrap">
|
2022-10-10 23:12:03 +00:00
|
|
|
{{range $term := .SearchResultLanguages}}
|
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
|
|
|
<a class="ui {{if eq $.Language $term.Language}}primary{{end}} basic label tw-m-0"
|
2024-08-27 15:11:48 +00:00
|
|
|
href="?q={{$.Keyword}}{{if ne $.Language $term.Language}}&l={{$term.Language}}{{end}}&mode={{$.CodeSearchMode}}">
|
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
|
|
|
<i class="color-icon tw-mr-2" style="background-color: {{$term.Color}}"></i>
|
2022-10-10 23:12:03 +00:00
|
|
|
{{$term.Language}}
|
|
|
|
<div class="detail">{{$term.Count}}</div>
|
|
|
|
</a>
|
|
|
|
{{end}}
|
|
|
|
</div>
|
|
|
|
<div class="repository search">
|
|
|
|
{{range $result := .SearchResults}}
|
2024-03-14 23:24:59 +00:00
|
|
|
{{$repo := or $.Repo (index $.RepoMaps .RepoID)}}
|
2024-06-15 20:16:18 +00:00
|
|
|
<details class="tw-group diff-file-box diff-box file-content non-diff-file-content repo-search-result" open>
|
|
|
|
<summary class="tw-list-none">
|
|
|
|
<h4 class="ui top attached header tw-font-normal tw-flex tw-flex-wrap tw-transform-reset">
|
|
|
|
<span class="tw-h-4 tw-transition -tw-rotate-90 group-open:tw-rotate-0">
|
|
|
|
{{svg "octicon-chevron-down"}}
|
2024-03-14 23:24:59 +00:00
|
|
|
</span>
|
2024-06-15 20:16:18 +00:00
|
|
|
{{if not $.Repo}}
|
|
|
|
<span class="file tw-flex-1 tw-ml-2">
|
|
|
|
<a rel="nofollow" href="{{$repo.Link}}">{{$repo.FullName}}</a>
|
|
|
|
{{if $repo.IsArchived}}
|
|
|
|
<span class="ui basic label">{{ctx.Locale.Tr "repo.desc.archived"}}</span>
|
|
|
|
{{end}}
|
|
|
|
- {{.Filename}}
|
|
|
|
</span>
|
|
|
|
{{else}}
|
2024-07-10 05:25:32 +00:00
|
|
|
<span class="file tw-flex-1 tw-ml-2">
|
|
|
|
<a rel="nofollow" class="muted file-link" href="{{$repo.Link}}/src/commit/{{$result.CommitID | PathEscape}}/{{.Filename | PathEscapeSegments}}">{{/*
|
|
|
|
*/}}{{.Filename}}</a>
|
|
|
|
</span>
|
2024-06-15 20:16:18 +00:00
|
|
|
{{end}}
|
|
|
|
<a role="button" class="ui basic tiny button" rel="nofollow" href="{{$repo.Link}}/src/commit/{{$result.CommitID | PathEscape}}/{{.Filename | PathEscapeSegments}}">{{ctx.Locale.Tr "repo.diff.view_file"}}</a>
|
|
|
|
</h4>
|
|
|
|
</summary>
|
2022-10-10 23:12:03 +00:00
|
|
|
<div class="ui attached table segment">
|
2024-04-11 14:52:37 +00:00
|
|
|
{{template "shared/searchfile" dict "RepoLink" $repo.Link "SearchResult" .}}
|
2022-10-10 23:12:03 +00:00
|
|
|
</div>
|
|
|
|
{{template "shared/searchbottom" dict "root" $ "result" .}}
|
2024-06-15 20:16:18 +00:00
|
|
|
</details>
|
2022-10-10 23:12:03 +00:00
|
|
|
{{end}}
|
|
|
|
</div>
|
2024-03-14 23:24:59 +00:00
|
|
|
{{template "base/paginate" .}}
|