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