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.

fix(ui): add triangle down octicon to code search options dropdown (#6620)

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6620
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Reviewed-by: Otto <otto@codeberg.org>

Otto ce4730f9 d68e0d3e

+1
+1
templates/shared/search/combo_multi.tmpl
··· 7 7 <div class="ui small fluid action input"> 8 8 {{template "shared/search/input" dict "Value" .Value "Disabled" .Disabled "Placeholder" .Placeholder}} 9 9 <div class="ui small dropdown selection {{if .Disabled}} disabled{{end}}" data-tooltip-content="{{ctx.Locale.Tr "search.type_tooltip"}}"> 10 + {{svg "octicon-triangle-down" 14 "dropdown icon"}} 10 11 <div class="text"> 11 12 {{ctx.Locale.Tr (printf "search.%s" .Selected)}} 12 13 </div>