aboutsummaryrefslogtreecommitdiff
path: root/TODO (follow)
Commit message (Collapse)AuthorAgeFilesLines
* style.css: Reformat and improve checkbox accessibilityRunxi Yu2025-02-171-3/+0
| | | | | | | | Previously the expandable checkboxes were { display: none; } which made them impossible to focus via the keyboard. Here we change it to { opacity: 0; position: absolute; }, so it becomes keyboard-focusable. Then we add an outline to the <label> when the checkbox is focused so users could visually identify that the checkbox has been focused.
* TODO: Add accessibility notesRunxi Yu2025-02-161-0/+3
|
* TODO: Add RSSRunxi Yu2025-02-161-0/+2
|
* TODO: Add unit tests and refactorRunxi Yu2025-02-131-0/+3
|
* TODO: Fix diff viewRunxi Yu2025-02-131-0/+1
|
* TODO: InitRunxi Yu2025-02-121-0/+6