gitea/web_src/js
wxiaoguang 692c90ea1d
Fix form property assignment edge case (#35073)
"form" has an edge case: its `<input name=action>` element overwrites
the `action` property, we can only set attribute.

This PR makes `assignElementProperty` can handle such case, and add more
tests
2025-07-14 15:20:17 -07:00
..
components Refactor frontend unique id & comment (#34958) 2025-07-05 15:21:53 +00:00
features Fix form property assignment edge case (#35073) 2025-07-14 15:20:17 -07:00
markup Improve html escape (#34911) 2025-07-01 21:44:05 +08:00
modules Tweak eslint config, fix new issues (#35019) 2025-07-10 08:28:25 +00:00
render Add support for 3D/CAD file formats preview (#34794) 2025-06-30 16:12:25 +08:00
standalone Refactor time tracker UI (#34983) 2025-07-08 08:59:31 +00:00
utils Tweak eslint config, fix new issues (#35019) 2025-07-10 08:28:25 +00:00
vendor
webcomponents Optimize overflow-menu (#34183) 2025-04-13 01:59:36 +00:00
bootstrap.test.ts
bootstrap.ts Merge index.js (#34963) 2025-07-06 04:55:16 +00:00
globals.d.ts Merge index.js (#34963) 2025-07-06 04:55:16 +00:00
globals.ts Merge index.js (#34963) 2025-07-06 04:55:16 +00:00
htmx.ts Merge index.js (#34963) 2025-07-06 04:55:16 +00:00
index-domready.ts Partially refresh notifications list (#35010) 2025-07-10 04:15:14 +00:00
index.ts Fix various problems (#35012) 2025-07-09 16:46:51 +00:00
svg.test.ts
svg.ts Improve html escape (#34911) 2025-07-01 21:44:05 +08:00
types.ts
utils.test.ts
utils.ts Fix various problems (#35012) 2025-07-09 16:46:51 +00:00
vitest.setup.ts