forgejo/web_src/js/features
wxiaoguang e8ac6a9aea
Add ARIA support for Fomantic UI checkboxes (#22599)
Replace #22593

This is a general approach to add ARIA support for all Fomantic UI
checkboxes (including radioboxes)

* Pros:
* General approach, it works for all Fomantic UI checkboxes / radioboxes
    * No need to write IDs manually everywhere
    * No need to tell new contributors to write IDs again and again

* Cons:
* Slightly affects performance, but it's really trivial, because there
was already a heavy `$('.ui.checkbox').checkbox()` for Fomantic UI
before. So everything is still fine.


Screenshot (from the repo setting page, which has various checkboxes):

<details>


![image](https://user-images.githubusercontent.com/2114189/214480937-3a54d36f-55c3-49de-9c45-c4bb21f1f4c6.png)

</details>
2023-01-25 17:52:10 +02:00
..
admin
comp JS refactors (#22227) 2022-12-24 00:03:11 +08:00
aria.js Add ARIA support for Fomantic UI checkboxes (#22599) 2023-01-25 17:52:10 +02:00
aria.md
citation.js
clipboard.js JS refactors (#22227) 2022-12-24 00:03:11 +08:00
codeeditor.js
colorpicker.js JS refactors (#22227) 2022-12-24 00:03:11 +08:00
common-global.js Add ARIA support for Fomantic UI checkboxes (#22599) 2023-01-25 17:52:10 +02:00
common-issue.js
common-organization.js
contextpopup.js JS refactors (#22227) 2022-12-24 00:03:11 +08:00
copycontent.js JS refactors (#22227) 2022-12-24 00:03:11 +08:00
dropzone.js JS refactors (#22227) 2022-12-24 00:03:11 +08:00
emoji.js JS refactors (#22227) 2022-12-24 00:03:11 +08:00
eventsource.sharedworker.js
file-fold.js JS refactors (#22227) 2022-12-24 00:03:11 +08:00
formatting.js JS refactors (#22227) 2022-12-24 00:03:11 +08:00
heatmap.js JS refactors (#22227) 2022-12-24 00:03:11 +08:00
imagediff.js JS refactors (#22227) 2022-12-24 00:03:11 +08:00
install.js
mcaptcha.js
notification.js
org-team.js
pull-view-file.js
repo-branch.js
repo-code.js
repo-code.test.js
repo-commit.js
repo-common.js
repo-diff-filetree.js JS refactors (#22227) 2022-12-24 00:03:11 +08:00
repo-diff.js Restore function to "Show more" buttons (#22399) 2023-01-13 13:50:32 +08:00
repo-editor.js
repo-findfile.js JS refactors (#22227) 2022-12-24 00:03:11 +08:00
repo-findfile.test.js
repo-graph.js JS refactors (#22227) 2022-12-24 00:03:11 +08:00
repo-home.js
repo-issue-content.js Multiple improvements for comment edit diff (#21990) 2022-12-02 11:42:34 +02:00
repo-issue-pr-form.js JS refactors (#22227) 2022-12-24 00:03:11 +08:00
repo-issue.js JS refactors (#22227) 2022-12-24 00:03:11 +08:00
repo-legacy.js JS refactors (#22227) 2022-12-24 00:03:11 +08:00
repo-migrate.js
repo-migration.js JS refactors (#22227) 2022-12-24 00:03:11 +08:00
repo-projects.js JS refactors (#22227) 2022-12-24 00:03:11 +08:00
repo-release.js JS refactors (#22227) 2022-12-24 00:03:11 +08:00
repo-settings.js
repo-template.js
repo-unicode-escape.js
repo-wiki.js
serviceworker.js JS refactors (#22227) 2022-12-24 00:03:11 +08:00
sshkey-helper.js
stopwatch.js Don't display stop watch top bar icon when disabled and hidden when click other place (#22374) 2023-01-09 21:53:11 -05:00
tablesort.js JS refactors (#22227) 2022-12-24 00:03:11 +08:00
tribute.js JS refactors (#22227) 2022-12-24 00:03:11 +08:00
user-auth-webauthn.js
user-auth.js
user-settings.js