generated from nhcarrigan/template
feat: new drafts feature and sound spam fix #174
Reference in New Issue
Block a user
Delete Branch "fix/drafts"
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
Details
Drafts feature
drafts.rs) withlist_drafts,save_draft,delete_draft, anddelete_all_draftscommands, persisted tohikari-drafts.jsonvia the Tauri Store plugindraftsStorewrapping all four commands with timestamp formattingDraftPaneloverlay with insert, per-item two-step delete confirmation, delete-all with confirmation, empty state, and slide-in animationSound spam fix
resetSoundStatewas called on everythinkingstate transition, including mid-task transitions (coding → thinking → coding)thinkingfrom a clean-slate state (idle,success, orerror) — states that genuinely mark the end of one task and the start of a new oneTest plan
✨ This PR was created with help from Hikari~ 🌸
fix: drafts feature and sound spam fixto feat: new drafts feature and sound spam fix