Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2025-02-17 | style.css: Reformat and improve checkbox accessibility | Runxi Yu | 1 | -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-16 | TODO: Add accessibility notes | Runxi Yu | 1 | -0/+3 | |
2025-02-16 | TODO: Add RSS | Runxi Yu | 1 | -0/+2 | |
2025-02-13 | TODO: Add unit tests and refactor | Runxi Yu | 1 | -0/+3 | |
2025-02-13 | TODO: Fix diff view | Runxi Yu | 1 | -0/+1 | |
2025-02-12 | TODO: Init | Runxi Yu | 1 | -0/+6 | |