Lunny Xiao
|
dc197a0058
|
Add placeholder content for empty content page (#37114)
- Empty repositories in organization
<img width="877" height="470" alt="image"
src="https://github.com/user-attachments/assets/94dc3992-1ab5-47cc-954a-8c420ec68500"
/>
- Empty projects in organization
<img width="1309" height="358" alt="image"
src="https://github.com/user-attachments/assets/94ef20c5-a6d9-4c39-9457-2a691a98d327"
/>
- Empty code search result in organization and global code search page
<img width="1312" height="345" alt="image"
src="https://github.com/user-attachments/assets/364f2a75-c68f-4302-b3b8-7ba1265622a1"
/>
- Empty worktime in organization
<img width="1301" height="357" alt="image"
src="https://github.com/user-attachments/assets/bb7f2cf8-fb95-463a-94c7-eafa63f56b2b"
/>
|
2026-04-06 10:31:51 -07:00 |
|
wxiaoguang
|
403775e74e
|
Improve issue & code search (#33860)
Each "indexer" should provide the "search modes" they support by
themselves. And we need to remove the "fuzzy" search for code.
|
2025-03-13 11:07:48 +08:00 |
|
wxiaoguang
|
45973a100b
|
Fix bleve fuzziness search (#33078)
Close #31565
|
2025-01-03 00:32:02 +08:00 |
|
wxiaoguang
|
4daea7c603
|
Rename CodeIndexerEnabled to IsRepoIndexerEnabled (#30762)
Fix #30761
Most places use `IsRepoIndexerEnabled` but not `CodeIndexerEnabled`, so
it should always use `IsRepoIndexerEnabled` for consistency.
|
2024-04-29 20:15:35 +00:00 |
|
wxiaoguang
|
4734d43e14
|
Support repo code search without setting up an indexer (#29998)
By using git's ability, end users (especially small instance users) do
not need to enable the indexer, they could also benefit from the code
searching feature.
Fix #29996


---------
Co-authored-by: silverwind <me@silverwind.io>
|
2024-03-24 17:05:00 +01: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 |
|