gitea/web_src/js
a1012112796 ee365f5100
fix some file icon ui (#36078)
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: wxiaoguang <wxiaoguang@gmail.com>
2025-12-04 19:47:23 +07:00
..
components fix some file icon ui (#36078) 2025-12-04 19:47:23 +07:00
features Enable TypeScript `strictNullChecks` (#35843) 2025-12-03 02:13:16 +07:00
markup Enable TypeScript `strictNullChecks` (#35843) 2025-12-03 02:13:16 +07:00
modules Enable TypeScript `strictNullChecks` (#35843) 2025-12-03 02:13:16 +07:00
render Update eslint to v9 (#35485) 2025-09-14 19:15:06 +07:00
standalone Enable TypeScript `strictNullChecks` (#35843) 2025-12-03 02:13:16 +07:00
utils Enable TypeScript `strictNullChecks` (#35843) 2025-12-03 02:13:16 +07:00
vendor Fix areYouSure confirm (#32941) 2024-12-21 12:11:22 +07:00
webcomponents Enable TypeScript `strictNullChecks` (#35843) 2025-12-03 02:13:16 +07:00
bootstrap.test.ts
bootstrap.ts Enable TypeScript `strictNullChecks` (#35843) 2025-12-03 02:13:16 +07:00
globals.d.ts Merge index.js (#34963) 2025-07-06 04:55:16 +07:00
globals.ts Merge index.js (#34963) 2025-07-06 04:55:16 +07:00
htmx.ts Enable TypeScript `strictNullChecks` (#35843) 2025-12-03 02:13:16 +07:00
index-domready.ts Add "Go to file", "Delete Directory" to repo file list page (#35911) 2025-11-30 11:58:15 +07:00
index.ts Load jQuery as early as possible to support custom scripts (#35926) 2025-11-12 00:11:46 +07:00
svg.test.ts Remove "class-name" from svg icon (#33540) 2025-02-09 22:39:54 +07:00
svg.ts Fix a number of `strictNullChecks`-related issues (#35795) 2025-11-03 20:17:06 +07:00
types.ts Enable TypeScript `strictNullChecks` (#35843) 2025-12-03 02:13:16 +07:00
utils.test.ts Use `git diff-tree` for `DiffFileTree` on diff pages (#33514) 2025-02-28 00:58:25 +07:00
utils.ts Enable TypeScript `strictNullChecks` (#35843) 2025-12-03 02:13:16 +07:00
vitest.setup.ts