Bug Fixes
- remove non-null assertion in DELETE handler
- sync description and approval labels to GitHub using post-update data
- use useWatch for auto-save to satisfy React Compiler lint
Features
- add image paste (Cmd+V) and drag-drop with S3 upload to TipTap editor
- add image upload API route for editor paste and drop
- add delete button with confirm dialog to admin ticket detail page
- add DELETE endpoint to delete ticket and close linked GitHub issue
- add useDeleteTicket mutation hook
- replace manual Save with debounced auto-save for ticket description
