Symptom. Delete chat and clear chat still rely on blocking browser confirm() dialogs.
Why it matters. Native confirms break the visual language of the sidebar and offer no undo path.
Source. extension/src/main.ts:1090-1102, extension/src/main.ts:1322-1324.
Direction. Use inline confirmation UI or soft-delete with undo/snackbar recovery.
Symptom. Delete chat and clear chat still rely on blocking browser
confirm()dialogs.Why it matters. Native confirms break the visual language of the sidebar and offer no undo path.
Source.
extension/src/main.ts:1090-1102,extension/src/main.ts:1322-1324.Direction. Use inline confirmation UI or soft-delete with undo/snackbar recovery.