<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/tests/rustdoc-gui/scrape-examples-layout.goml, branch 1.87.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.87.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.87.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-02-11T13:29:58+00:00</updated>
<entry>
<title>Update rustdoc tests</title>
<updated>2025-02-11T13:29:58+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2025-02-07T16:50:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=673fd23dff47bf72953d1408b1cfbd45f6ef859b'/>
<id>urn:sha1:673fd23dff47bf72953d1408b1cfbd45f6ef859b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustdoc: adjust spacing and typography in header</title>
<updated>2024-10-23T23:15:23+00:00</updated>
<author>
<name>Michael Howell</name>
<email>michael@notriddle.com</email>
</author>
<published>2024-10-23T23:15:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a53655a023cee5dee1873bd3dfc805d7c460fbeb'/>
<id>urn:sha1:a53655a023cee5dee1873bd3dfc805d7c460fbeb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustdoc-gui: fix test cases</title>
<updated>2024-09-29T17:02:06+00:00</updated>
<author>
<name>Michael Howell</name>
<email>michael@notriddle.com</email>
</author>
<published>2024-09-29T17:02:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c27b54ac4ad88bc2aa07260cebec31e886a3c6ad'/>
<id>urn:sha1:c27b54ac4ad88bc2aa07260cebec31e886a3c6ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #129545 - notriddle:notriddle/toolbar-v2, r=GuillaumeGomez</title>
<updated>2024-09-24T03:49:11+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2024-09-24T03:49:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0a0ea28f26b37d44a27380713f98b5d9c97f309b'/>
<id>urn:sha1:0a0ea28f26b37d44a27380713f98b5d9c97f309b</id>
<content type='text'>
rustdoc: redesign toolbar and disclosure widgets

Fixes #77899
Fixes #90310

## Preview

| before | after
| ------ | -----
| ![image](https://github.com/user-attachments/assets/ebeec185-3a72-481d-921e-a9a885f348d9) | ![image](https://github.com/user-attachments/assets/08735a65-99d1-4523-ab77-ddb164c0a5db)
| ![image](https://github.com/user-attachments/assets/ae8e0f24-49cb-445d-b9bd-cec9c57b94e7) | ![image](https://github.com/user-attachments/assets/ba484f94-b031-41fc-b8a8-6cd81be8fb6b)
| ![image](https://github.com/user-attachments/assets/8c2cc041-a138-4950-a12e-3d529c8a5339) | ![image](https://github.com/user-attachments/assets/e7f010bd-19e2-4711-85bf-3fd00c3e5647)
| ![image](https://github.com/user-attachments/assets/e2b63785-971c-489e-b069-eb85f6a30620) | ![image](https://github.com/user-attachments/assets/b65eea16-d6a3-4aa3-8a27-6ded74009010)
| ![image](https://github.com/user-attachments/assets/1c7b0901-a61a-4325-9d01-9d8b14b476aa) | ![image](https://github.com/user-attachments/assets/d4a485db-d9f1-4a62-94bc-a3d125ea6dc1)
| N/A | ![image](https://github.com/user-attachments/assets/7add0a2a-7fd7-483d-87ee-51ee45a2fe5d)
| ![image](https://github.com/user-attachments/assets/334f50bc-9f8d-42d9-a7df-95058f7cdfd5) | ![image](https://github.com/user-attachments/assets/451fcc22-b034-453c-ae4b-b948fd6bd779)
| ![image](https://github.com/user-attachments/assets/132f720c-802a-466d-bd55-c7a4750acdc3) | ![image](https://github.com/user-attachments/assets/177b7921-06c5-467d-87d3-9cdf88c4e50b)

https://notriddle.com/rustdoc-html-demo-12/toolbar-v2/std/index.html

## Description

This adds labels to the icons and moves them away from the search box.

These changes are made together, because they work together, but are based on several complaints:

* The [+/-] thing are a Reddit-ism. They don't look like buttons, but look like syntax &lt;https://rust-lang.zulipchat.com/#narrow/stream/266220-t-rustdoc/topic/More.20visual.20difference.20for.20the.20.2B.2F-.20.20Icons&gt;, &lt;https://github.com/rust-lang/rust/issues/59851&gt; (some of these are laundry lists with more suggestions, but they all mention [+/-] looking wrong)

* The settings, help, and summary buttons are also too hard to recognize &lt;https://lwn.net/Articles/987070/&gt;, &lt;https://github.com/rust-lang/rust/issues/90310&gt;, &lt;https://github.com/rust-lang/rust/issues/14475#issuecomment-274241997&gt;, &lt;https://internals.rust-lang.org/t/improve-rustdoc-design/12758&gt; ("Not all functionality is self-explanatory, for example the [+] button in the top right corner, the theme picker or the settings button.")

The toggle-all and toggle-individual buttons both need done at once, since we want them to look like they go together. This changes them from both being [+/-] to both being arrows.

CC &lt;https://github.com/rust-lang/rust/pull/113074#issuecomment-1677469680&gt; and ``@jsha`` regarding the use of triangles for disclosure, which is what everyone wanted, but was pending a good toggle-all button. This PR adds a toggle-all button that should work.

Settings and Help are also migrated, so that the whole group can benefit from being described using actual words.

The breadcrumbs also get redesigned, so that they use less space, by shrinking the parent module path parts. This is done at the same time as the toolbar redesign because it's, effectively, moving space from the toolbar to the breadcrumbs.
This is aimed at avoiding any line wrapping at desktop sizes.

## Prior art

This style of toolbar, with explicit labels on the buttons, used to be more popular. It's not very common in web browsers nowadays, and for truly universal icons like :arrow_left: I can understand why, but words are great when icons fail.

![image](https://github.com/user-attachments/assets/9a4a0498-232d-4d60-87b9-f601f4515254)
</content>
</entry>
<entry>
<title>Add GUI test to check size of additional scraped examples</title>
<updated>2024-09-20T14:02:32+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume.gomez@huawei.com</email>
</author>
<published>2024-09-20T13:34:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=660210c4af12ebcf9e76f897c2542339fe7ce110'/>
<id>urn:sha1:660210c4af12ebcf9e76f897c2542339fe7ce110</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustdoc: tweak spacing in toolbar</title>
<updated>2024-09-11T00:56:17+00:00</updated>
<author>
<name>Michael Howell</name>
<email>michael@notriddle.com</email>
</author>
<published>2024-09-03T21:25:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=df307d00852cdd0a23dfe7e981f3ad6aee7eda8a'/>
<id>urn:sha1:df307d00852cdd0a23dfe7e981f3ad6aee7eda8a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustdoc: make the header show all three buttons</title>
<updated>2024-09-11T00:56:06+00:00</updated>
<author>
<name>Michael Howell</name>
<email>michael@notriddle.com</email>
</author>
<published>2024-09-03T02:42:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5b1b2e97e36c4966b9c6c30d5679f6da76503fc7'/>
<id>urn:sha1:5b1b2e97e36c4966b9c6c30d5679f6da76503fc7</id>
<content type='text'>
This tweaks it to use less space for the breadcrumbs.
</content>
</entry>
<entry>
<title>rustdoc: redesign toolbar and disclosure widgets</title>
<updated>2024-09-11T00:56:05+00:00</updated>
<author>
<name>Michael Howell</name>
<email>michael@notriddle.com</email>
</author>
<published>2024-08-25T06:11:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d05323c7b4ebeaeaffe3ea8e0d02a8b01db67ddd'/>
<id>urn:sha1:d05323c7b4ebeaeaffe3ea8e0d02a8b01db67ddd</id>
<content type='text'>
This adds labels to the icons and moves them away from the search box.

These changes are made together, because they work together, but are based on
several complaints:

* The [+/-] thing are a Reddit-ism. They don't look like buttons, but look
  like syntax
  &lt;https://rust-lang.zulipchat.com/#narrow/stream/266220-t-rustdoc/topic/More.20visual.20difference.20for.20the.20.2B.2F-.20.20Icons&gt;,
  &lt;https://github.com/rust-lang/rust/issues/59851&gt;
  (some of these are laundry lists with more suggestions, but they all
  mention [+/-] looking wrong)

* The settings, help, and summary buttons are also too hard to recognize
  &lt;https://lwn.net/Articles/987070/&gt;,
  &lt;https://github.com/rust-lang/rust/issues/90310&gt;,
  &lt;https://github.com/rust-lang/rust/issues/14475#issuecomment-274241997&gt;,
  &lt;https://internals.rust-lang.org/t/improve-rustdoc-design/12758&gt;
  ("Not all functionality is self-explanatory, for example the [+] button in
  the top right corner, the theme picker or the settings button.")

The toggle-all and toggle-individual buttons both need done at once, since we
want them to look like they go together. This changes them from both being
[+/-] to both being arrows.

Settings and Help are also migrated, so that the whole group can benefit from
being described using actual words.

Additionally, the Help button is only shown on SERPs, not all the time.
This is done for two major reasons:

* Most of what's in there is search-related. The things that aren't are
  keyboard commands, and the search box tells you about that anyway.
  Pressing &lt;kbd&gt;?&lt;/kbd&gt; will temporarily show the button and its popover.
* I'm trading it off by showing the help button, even on mobile.
  It's useful since you can use the search engine suggestions there.
* The three buttons were causing line wrapping on too many desktop layouts.
</content>
</entry>
<entry>
<title>Fix wrong padding for expanded scraped example</title>
<updated>2024-09-02T23:04:59+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume.gomez@huawei.com</email>
</author>
<published>2024-09-02T22:42:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=55bc638a1d3e5c19fcec3462bb8357dea6f7f56c'/>
<id>urn:sha1:55bc638a1d3e5c19fcec3462bb8357dea6f7f56c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Simplify CSS but wrapping scraped example into a div and move the title out of the code block</title>
<updated>2024-09-02T13:59:00+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume.gomez@huawei.com</email>
</author>
<published>2024-09-02T13:59:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e3af6dc23915f027b9de0721aae86f794a053627'/>
<id>urn:sha1:e3af6dc23915f027b9de0721aae86f794a053627</id>
<content type='text'>
</content>
</entry>
</feed>
