Selection options need radios or checkboxes #11
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Existing UI is unintuitive.
https://developer.mozilla.org/en-US/docs/Web/CSS/list-style
Consider the ::before hack with ☐ ☑ (font permitting)
Nevermind, that's a custom layout mess. Revert to
input type="radio" is a horrible game of keeping the radio button, the label bold, and the container class in sync.