Albert Larsan
|
cf2dff2b1e
|
Move /src/test to /tests
|
2023-01-11 09:32:08 +00:00 |
|
Guillaume Gomez
|
009064f890
|
Use new block syntax for define-function in goml scripts
|
2023-01-06 17:52:42 +01:00 |
|
Michael Howell
|
f451717157
|
rustdoc: make line number CSS for doc comment and scraped the same
Discussed in
https://rust-lang.zulipchat.com/#narrow/stream/266220-rustdoc/topic/Line.20number.20styling
|
2022-12-23 22:55:04 -07:00 |
|
Guillaume Gomez
|
21a2b64209
|
Add check for local-storage value when changing "display line numbers" settings
|
2022-12-12 22:49:19 +01:00 |
|
Michael Howell
|
0f3ae6218e
|
rustdoc: use checkbox instead of switch for settings toggles
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-11-10 17:22:37 -07:00 |
|
Guillaume Gomez
|
8d19d53c60
|
Update rustdoc-gui test to new browser-ui-test version
|
2022-10-07 20:17:22 +02:00 |
|
Michael Howell
|
0b97831af7
|
rustdoc: give .line-number / .line-numbers meaningful names
|
2022-09-26 11:48:03 -07:00 |
|
Michael Howell
|
f66769fe8d
|
rustdoc: dynamically show-hide line numbers on code examples
|
2022-09-21 16:12:15 -07:00 |
|
Guillaume Gomez
|
632508698a
|
Update browser-ui-test version and improve rustdoc-gui tests readability
|
2021-12-12 18:28:58 +01:00 |
|
Guillaume Gomez
|
457f5782f3
|
Add test for line-number setting
|
2021-10-20 13:36:08 +02:00 |
|