feat: add user feedback form with DB persistence and email notifications #81

Merged
chihlasm merged 16 commits from feat/feedback-form into main 2026-02-19 00:04:20 +00:00
Showing only changes of commit 6ec00b6723 - Show all commits

View File

@@ -78,9 +78,8 @@ export function FeedbackPage() {
triggerRef.current?.focus()
break
case 'Tab':
if (typeDropdownOpen) {
setTypeDropdownOpen(false)
setHighlightedIndex(-1)
if (typeDropdownOpen && highlightedIndex >= 0) {
handleSelectType(FEEDBACK_TYPES[highlightedIndex].value)
}
break
}