bytedream
|
cbb2e52911
|
Fix repo search input height (#34330)
before:

after:

The difference is minimal, only a few pixels above and beneath, but it
stands out when switching fast between the tabs on the explore route.
|
2025-05-01 20:41:54 +00:00 |
|
wxiaoguang
|
7a6260f889
|
Improve repo search UI (#29767)
1. Introduce a special "flex-items-block" for menu items, to align the
dropdown menu items
2. Simplify the "repo search" form
3. Add missing "TopicOnly" search option
Screenshots:
The old UI items don't align:
<details>

</details>
New UI (doesn't change much, but the items align)
<details>


</details>
---------
Co-authored-by: silverwind <me@silverwind.io>
|
2024-03-15 09:45:30 +00:00 |
|
Denys Konovalov
|
e0b002a4a8
|
Unify search boxes (#29530)
Unify all but a few search boxes to use uniform style, uniform
translations and shared templates where possible.
Remove a few duplicated search templates, e. g. code search.
<details><summary>Example after screenshots:</summary>




</details>
Also includes #29700
Co-authored-by: 6543 <6543@obermui.de>
---------
Co-authored-by: 6543 <m.huber@kithara.com>
Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: silverwind <me@silverwind.io>
Co-authored-by: Giteabot <teabot@gitea.io>
|
2024-03-14 23:24:59 +00:00 |
|
Tim-Niclas Oelschläger
|
e3524c63d6
|
Filter Repositories by type (#29231)
Filter Repositories by type (resolves #1170, #1318)
before:

after:

|
2024-03-03 10:18:34 +00:00 |
|