aboutsummaryrefslogtreecommitdiff
path: root/TODO (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-02-17style.css: Reformat and improve checkbox accessibilityRunxi Yu1-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.
2025-02-16TODO: Add accessibility notesRunxi Yu1-0/+3
2025-02-16TODO: Add RSSRunxi Yu1-0/+2
2025-02-13TODO: Add unit tests and refactorRunxi Yu1-0/+3
2025-02-13TODO: Fix diff viewRunxi Yu1-0/+1
2025-02-12TODO: InitRunxi Yu1-0/+6