crabidy/docs/src
Test User 1db88e0f5a cbd-web: end the volume slider where the server clamps
The slider was `max="1.5"` while the engine clamps to 1.1, so its right
third was unreachable — the fill stopped at 73% of the track and the rest
stayed empty however far the thumb was dragged.

`max` is now a named `MAX_VOLUME` that has to track
`PlayerEngine::set_volume`'s clamp. It cannot be imported: `audio-player`
is native-only and this client is wasm, so a comment on each end keeps
the pair honest. Raising the engine clamp was the alternative, but 1.1 is
deliberate headroom and more gain risks clipping, so the slider moved.

The tooltip now reports the level as a percentage too — the web
counterpart of the TUI's `Volume: 85%`.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-07-27 09:18:20 +02:00
..
clients cbd-web: end the volume slider where the server clamps 2026-07-27 09:18:20 +02:00
providers rss: don't list image enclosures as episodes 2026-07-26 14:16:25 +02:00
SUMMARY.md rss: subscribe to podcast feeds at /rss, including premium ones 2026-07-26 12:36:30 +02:00
architecture.md docs: bring the book and every README up to date 2026-07-25 11:04:25 +02:00
auth.md Auth: anonymous callers inherit the highest unguarded role 2026-07-23 16:06:01 +02:00
build-features.md docs, flake: document tailored builds and name the flake features 2026-07-25 03:18:50 +02:00
clients.md Add an mdbook describing how crabidy works today 2026-07-22 12:56:26 +02:00
config.md rss: subscribe to podcast feeds at /rss, including premium ones 2026-07-26 12:36:30 +02:00
intro.md docs: bring the book and every README up to date 2026-07-25 11:04:25 +02:00
library.md Add an mdbook describing how crabidy works today 2026-07-22 12:56:26 +02:00
providers.md rss: subscribe to podcast feeds at /rss, including premium ones 2026-07-26 12:36:30 +02:00
queue.md seek: put seek and track-skip on two keys, and make the web gauge clickable 2026-07-26 14:29:30 +02:00
store.md docs: bring the book and every README up to date 2026-07-25 11:04:25 +02:00