test(canvas/settings,chat): add coverage for EmptyState, SearchBar, UnsavedChangesGuard, AttachmentVideo
- EmptyState: 6 cases — icon aria-hidden, title, body text, CTA button
- SearchBar: 14 cases — store binding, onChange, Escape, Ctrl/Cmd+F focus
- UnsavedChangesGuard: 7 cases — dialog states, Keep/Discard actions, backdrop
FIX: UnsavedChangesGuard now wires onDiscard via pendingDiscard ref so
clicking Discard correctly calls the callback on dialog close
- AttachmentVideo: 8 cases — loading/ready/error states, tone borders,
blob URL cleanup, external URI direct href
No breaking changes. 2387 tests passing.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>