You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/web_src/js
silverwind 640850e15f
Fix unclickable checkboxes (#30195)
Fix https://github.com/go-gitea/gitea/issues/30185, regression from
https://github.com/go-gitea/gitea/pull/30162.

The checkboxes were unclickable because the label was positioned over
the checkbox with `padding`. Now it uses `margin` so the checkbox itself
will be clickable in all cases.

Secondly, I changed the for/id linking to also add missing `for`
attributes when `id` is present. The other way around (only `for`
present) is currently not handled and I think there are likey no
occurences in the code and introducing new non-generated `id`s might
cause problems elsewhere if we do, so I skipped on that.
11 months ago
..
components Migrate font-family to tailwind (#30118) 11 months ago
features Remove jQuery class from the issue author dropdown (#30188) 11 months ago
markup Migrate `gt-hidden` to `tw-hidden` (#30046) 11 months ago
modules Fix unclickable checkboxes (#30195) 11 months ago
render Use vitest globals (#27102) 1 year ago
standalone Enforce trailing comma in JS on multiline (#30002) 11 months ago
utils Remove jQuery class from the diff view (#30176) 11 months ago
vendor Vendor `jquery.are-you-sure` with strict mode fixes (#26901) 1 year ago
webcomponents Enforce trailing comma in JS on multiline (#30002) 11 months ago
bootstrap.js Fix JS error and improve error message styles (#29963) 11 months ago
bootstrap.test.js Avoid duplicate JS error messages on UI (#28873) 1 year ago
htmx.js Auto-update the system status in admin dashboard (#29163) 1 year ago
index.js replace jquery-minicolors with coloris (#30055) 11 months ago
jquery.js Forbid variables containing jQuery collections not having the `$` prefix (#29839) 11 months ago
svg.js Update JS any PY dependencies, remove workarounds (#30085) 11 months ago
svg.test.js Use vitest globals (#27102) 1 year ago
utils.js enforce maxlength in frontend (#29389) 1 year ago
utils.test.js Use vitest globals (#27102) 1 year ago
vitest.setup.js Move vitest setup file to root (#29097) 1 year ago