mdbook/src
Eric Huss 33da0c26c4 Some updates to the help popup
This makes a few changes to the help popup:

- Move css to chrome.css, since this is a UI element.
- Move HTML code to index.hbs instead of generated in JavaScript.
  In general I prefer to keep HTML out of JavaScript when possible,
  and I didn't see a particular reason to avoid it.
- Added a click handler to dismiss the popup.
- Make sure handlers get removed when dismissed.
- Use `mdbook-` prefixes for IDs to avoid collisions with headers.
- Don't show search if it isn't enabled.
- Add the new `/` shortcut.
- Use flex layout for better positioning.
- Dim out the surrounding text using an overlay.
- Various other styling tweaks.
- Add a GUI test.
2025-05-14 18:17:16 -07:00
..
book Fix clippy::only-used-in-recursion 2025-04-20 19:25:50 -07:00
cmd Display what is removed from mdbook clean. 2024-11-22 15:10:51 -05:00
front-end Some updates to the help popup 2025-05-14 18:17:16 -07:00
preprocess Replace once_cell::sync::Lazy with std::sync::LazyLock 2025-05-11 11:46:12 +02:00
renderer Some updates to the help popup 2025-05-14 18:17:16 -07:00
utils Replace once_cell::sync::Lazy with std::sync::LazyLock 2025-05-11 11:46:12 +02:00
config.rs Skip serializing of the multilingual field 2025-05-05 14:05:00 -07:00
lib.rs Finish moving resources around 2025-03-31 21:18:22 +02:00
main.rs upgrade clap to 4.0 2022-12-14 17:11:08 -08:00