loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request '[BUG] Consistent styling for Sort filter' (#2920) from gusted/forgejo-filter-type into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/2920
Reviewed-by: 0ko <0ko@noreply.codeberg.org>

Gusted e9671401 9bd55ced

+3 -3
+1 -1
templates/projects/list.tmpl
··· 25 25 {{template "shared/search/combo" dict "Value" .Keyword "Placeholder" (ctx.Locale.Tr "search.project_kind")}} 26 26 </form> 27 27 <!-- Sort --> 28 - <div class="list-header-sort ui small dropdown type jump item"> 28 + <div class="list-header-sort ui dropdown type jump item"> 29 29 <span class="text"> 30 30 {{ctx.Locale.Tr "repo.issues.filter_sort"}} 31 31 </span>
+1 -1
templates/repo/issue/filter_list.tmpl
··· 188 188 {{end}} 189 189 190 190 <!-- Sort --> 191 - <div class="list-header-sort ui small dropdown downward type jump item"> 191 + <div class="list-header-sort ui dropdown downward type jump item"> 192 192 <span class="text"> 193 193 {{ctx.Locale.Tr "repo.issues.filter_sort"}} 194 194 </span>
+1 -1
templates/repo/issue/milestone/filter_list.tmpl
··· 1 1 <!-- Sort --> 2 - <div class="list-header-sort ui small dropdown type jump item"> 2 + <div class="list-header-sort ui dropdown type jump item"> 3 3 <span class="text"> 4 4 {{ctx.Locale.Tr "repo.issues.filter_sort"}} 5 5 </span>