gitea/routers/web
Giteabot 544450a212
fix some file icon ui (#36078) (#36088)
Backport #36078 by @a1012112796

fix #36071

looks that's because if an svg in hiden env, it's color added by
`fill="url(#a)"` will become not usefull. by ai helping, I think moving
it out of page by position is a good solution. fell free creat a new
pull request if you have a better soluton. Thanks.
<img width="2198" height="1120" alt="image"
src="https://github.com/user-attachments/assets/bbf7c171-0b7f-412a-a1bc-aea3f1629636"
/>

Signed-off-by: a1012112796 <1012112796@qq.com>
Co-authored-by: a1012112796 <1012112796@qq.com>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2025-12-04 19:39:35 +00:00
..
admin Fix bug when updating user email (#36058) (#36066) 2025-12-02 02:57:21 +01:00
auth Fix a bug missed return (#35655) (#35667) 2025-10-15 07:40:31 +02:00
devtest fix: auto-expand and auto-scroll for actions logs (#35583) (#35586) 2025-10-05 12:06:41 +08:00
events Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
explore Fix context usages (#35348) 2025-08-27 11:00:01 +00:00
feed Fix context usages (#35348) 2025-08-27 11:00:01 +00:00
healthcheck Always enable caches (#28527) 2023-12-19 09:29:05 +00:00
misc enforce explanation for necessary nolints and fix bugs (#34883) 2025-06-27 21:48:03 +08:00
org Fix #35763: Add proper page title for project pages (#35773) (#35909) 2025-11-10 09:42:14 +02:00
repo fix some file icon ui (#36078) (#36088) 2025-12-04 19:39:35 +00:00
shared when using rules to delete packages, remove unclean bugs (#34632) 2025-06-18 04:47:49 +00:00
user Fix package link setting can only list limited repositories (#35394) 2025-09-11 01:50:17 +02:00
base.go Redirect to a presigned URL of HEAD for HEAD requests (#35088) 2025-07-16 11:22:45 +00:00
githttp.go Fix git client accessing renamed repo (#34034) 2025-03-28 07:28:58 +08:00
goget.go Enable addtional linters (#34085) 2025-04-01 10:14:01 +00:00
home.go Do not mutate incoming options to SearchRepositoryByName (#34553) 2025-06-02 17:33:25 +00:00
metrics.go
nodeinfo.go Enable addtional linters (#34085) 2025-04-01 10:14:01 +00:00
passkey.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
swagger_json.go Improve OAuth2 provider (correct Issuer, respect ENABLED) (#34966) 2025-07-06 13:36:45 +08:00
web.go Revert #18491, fix oauth2 client link account (#35745) (#35751) 2025-10-26 15:26:40 -07:00
webfinger.go Fix context usages (#35348) 2025-08-27 11:00:01 +00:00