| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -71/+0 | |
| 2023-01-06 | Use new block syntax for define-function in goml scripts | Guillaume Gomez | -8/+8 | |
| 2022-12-23 | rustdoc: make line number CSS for doc comment and scraped the same | Michael Howell | -12/+42 | |
| Discussed in https://rust-lang.zulipchat.com/#narrow/stream/266220-rustdoc/topic/Line.20number.20styling | ||||
| 2022-12-12 | Add check for local-storage value when changing "display line numbers" settings | Guillaume Gomez | -0/+2 | |
| 2022-11-10 | rustdoc: use checkbox instead of switch for settings toggles | Michael Howell | -2/+2 | |
| The switch is designed to give the application a "physical" feel, but nothing else in here really followed through. They didn't support the "flick" gesture that real iOS switches support, and the radio buttons that were also used in Rustdoc Settings were a more "classic" form element anyway. Also, while "switches" are the exclusive toggle design on iOS (since [Apple HIG] reserves checkboxes for Mac only), the [Google Material] guidelines say that lists of switches are bad, and you should just use check boxes. [Apple HIG]: https://developer.apple.com/design/human-interface-guidelines/components/selection-and-input/toggles [Google Material]: https://m3.material.io/components/checkbox/guidelines#6902f23d-ceba-4b19-ae3b-b78b9b01d185 | ||||
| 2022-10-07 | Update rustdoc-gui test to new browser-ui-test version | Guillaume Gomez | -1/+1 | |
| 2022-09-26 | rustdoc: give `.line-number` / `.line-numbers` meaningful names | Michael Howell | -6/+6 | |
| 2022-09-21 | rustdoc: dynamically show-hide line numbers on code examples | Michael Howell | -0/+17 | |
| 2021-12-12 | Update browser-ui-test version and improve rustdoc-gui tests readability | Guillaume Gomez | -1/+1 | |
| 2021-10-20 | Add test for line-number setting | Guillaume Gomez | -0/+22 | |
