-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make check boxes clickable in issues #7097
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions. |
Any update on this? Would love to see it on. |
Noboy are working on this. |
It is a pain the ass to edit a comment to check thing from a todo list. Please schedule this issue for the next milestones. |
This is actually the kind of issue that a small bounty might be able to spur development on. |
It's even worse. You can check boxes after you edited the comment, but it's lost when you reload the page. I would consider that a bug. https://peertube.social/videos/watch/4be6219e-059d-4650-92cf-f0411f343b47 |
PRs are welcome. |
I've written a small greasemonkey / tampermonkey script to make gitea checkboxes clickable, see https://github.com/viceice/UserScripts/blob/master/gitea.cb.helper.js 🙃 |
There's a PR in the making. A proper implementation needs a prop on the checkbox that states its position in the raw text. This needs to be done on the go side of things. As I haven't written a single line of go in my life and am, frankly, unwilling to dig into it right now, I'd highly appreciate if someone could do it for me so I can take care of the remaining JS stuff. from #14258 (comment):
|
@j2L4e I saw the pr after i finished my script 😅 |
Github also allows to re-order task list items through a small drag handle on the left. I think this is also something we could implement via the |
[x]
):Description
Would it be possible to have the check boxes clickable in issues where the user is assigned or has permission to edit; like the functionality in GitHub?
...
Screenshots
The text was updated successfully, but these errors were encountered: