Install
pip install chirp-ui==0.2.4
# or
uv add chirp-ui==0.2.4
With Chirp:
pip install "bengal-chirp[ui]"
What's Fixed
- Pre-hydration safety —
modal_overlayandtraynow render with a static--closedclass so they don't block clicks before Alpine hydrates. - x-cloak on interactive elements —
dropdown_select,dropdown_split, and all "Copied!" spans getx-cloakto prevent flash of unstyled content. - HTMX correctness for nav_link —
nav_linknow includeshx-select="#page-content"for proper fragment targeting. - Inline edit cancel — Cancel link gets
hx-boost="false"andhx-select="unset"so it doesn't inherit boost behavior.