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/modules
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
..
fomantic Fix unclickable checkboxes (#30195) 11 months ago
dirauto.js Avoid showing unnecessary JS errors when there are elements with different origin on the page (#29081) 1 year ago
fetch.js Refactor request function (#29187) 1 year ago
fetch.test.js Use vitest globals (#27102) 1 year ago
fomantic.js Remove fomantic checkbox module (#30162) 11 months ago
sortable.js Drag-and-drop improvements for projects and issue pins (#29875) 11 months ago
stores.js Refactor diffFileInfo / DiffTreeStore (#24998) 2 years ago
tippy.js Enforce trailing comma in JS on multiline (#30002) 11 months ago
toast.js Make PR form use toast to show error message (#29545) 12 months ago
toast.test.js Use vitest globals (#27102) 1 year ago