generated from nhcarrigan/template
fix: assorted bug fixes for lists, sounds, interrupts, and permissions #173
Reference in New Issue
Block a user
Delete Branch "fix/lists"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
list-style-type: disc/decimalin the Markdown renderer — Tauri's WebView strips browser defaults, leaving bullets and numbers invisible.characterStatesubscription into the per-conversationclaude:stateevent handler, so background tabs receive their sounds correctly and tab-switching never replays a sound that already fired. Closes #172inputValueper conversation tab so a half-typed prompt survives switching to another tab and back.intentional_stopflag toWslBridgeso thatstop()/interrupt()— which kill the process themselves — suppress the duplicate "Disconnected unexpectedly" message thathandle_stdout's EOF path was also emitting.pendingPermissionswas mutated in-place (.push()), causing Svelte's derived-store chain to receive the same array reference and skip re-rendering;PermissionModal.sveltealso used$state()(runes mode) where plainletis required for correct store-subscription reactivity.Test plan
✨ This PR was created with help from Hikari~ 🌸