about summary refs log tree commit diff
path: root/src/test/rustdoc-gui/docblock-code-block-line-number.goml
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-71/+0
2023-01-06Use new block syntax for define-function in goml scriptsGuillaume Gomez-8/+8
2022-12-23rustdoc: make line number CSS for doc comment and scraped the sameMichael Howell-12/+42
Discussed in https://rust-lang.zulipchat.com/#narrow/stream/266220-rustdoc/topic/Line.20number.20styling
2022-12-12Add check for local-storage value when changing "display line numbers" settingsGuillaume Gomez-0/+2
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