summary refs log tree commit diff
path: root/src/test/rustdoc-gui/docblock-code-block-line-number.goml
AgeCommit message (Collapse)AuthorLines
2022-11-10rustdoc: use checkbox instead of switch for settings togglesMichael 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-07Update rustdoc-gui test to new browser-ui-test versionGuillaume Gomez-1/+1
2022-09-26rustdoc: give `.line-number` / `.line-numbers` meaningful namesMichael Howell-6/+6
2022-09-21rustdoc: dynamically show-hide line numbers on code examplesMichael Howell-0/+17
2021-12-12Update browser-ui-test version and improve rustdoc-gui tests readabilityGuillaume Gomez-1/+1
2021-10-20Add test for line-number settingGuillaume Gomez-0/+22