gitea/services/repository/files
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 +07:00
..
cherry_pick.go Enable addtional linters (#34085) 2025-04-01 10:14:01 +07:00
commit.go Move commits signature and verify functions to service layers (#33605) 2025-02-16 12:24:07 +07:00
content.go Support getting last commit message using contents-ext API (#34904) 2025-07-03 09:45:42 +07:00
content_test.go Support getting last commit message using contents-ext API (#34904) 2025-07-03 09:45:42 +07:00
diff.go Refactor some file edit related code (#34744) 2025-06-18 01:18:07 +07:00
diff_test.go Enable testifylint rules (#34075) 2025-03-31 01:53:48 +07:00
file.go Enable gocritic `equalFold` and fix issues (#34952) 2025-07-06 16:53:34 +07:00
file_test.go enforce nolint scope (#34851) 2025-06-27 07:59:55 +07:00
patch.go Move git command to git/gitcmd (#35483) 2025-09-15 23:33:12 +07:00
temp_repo.go Move git command to git/gitcmd (#35483) 2025-09-15 23:33:12 +07:00
tree.go Fix various bugs (#35177) 2025-07-30 07:08:59 +07:00
tree_test.go fix some file icon ui (#36078) (#36088) 2025-12-04 19:39:35 +07:00
update.go Refactor "change file" API (#34855) 2025-06-25 11:25:20 +07:00
upload.go Refactor editor (#34780) 2025-06-21 19:20:51 +07:00