v0.0.26
Fixed
- DLQ Control entries table clipped its action column on mobile. The wrapper
usedoverflow-hidden(unlike every sibling table), so at ~390px the Retry and
Inspect buttons were cut off with no way to scroll to them. It now uses
overflow-x-autoand scrolls horizontally, matching the DLQ/Jobs tables. - iOS Safari zoomed the page when focusing a form field. The fluid rem type
scale put inputs/selects/textareas under 16px on phones, which triggers
Safari's zoom-on-focus. Controls are now pinned to 16px below thesm
breakpoint (this also makes the small JSON/data editors legible on mobile). - The Copilot launcher covered the bottom row on scrolled pages. The fixed
button overlapped pagination "Next" and last-row content; the main scroll area
now reserves bottom padding so nothing hides behind it.
Changed
- Mobile nav drawer is now accessible. Opening it moves focus into the
drawer and traps Tab within it, closing restores focus to the opener, page
content behind the overlay no longer scrolls, and the hamburger exposes
aria-expanded/aria-controlsto assistive tech. - Docs prose reads naturally. Replaced em-dash punctuation across the docs
site with commas and plain sentences (landing, pages, known-issues, agent,
quickstart, deploy guides).
Full Changelog: v0.0.25...v0.0.26