Skip to content

feat: add voice search feature#9

Merged
bniladridas merged 1 commit intomainfrom
feature/voice-search
Mar 30, 2026
Merged

feat: add voice search feature#9
bniladridas merged 1 commit intomainfrom
feature/voice-search

Conversation

@bniladridas
Copy link
Copy Markdown
Member

Summary

  • Add voice search functionality using Web Speech API
  • Implement useVoiceRecognition hook for speech-to-text
  • Add microphone button to search bar
  • Add voice search toggle in preferences (enabled by default)

Changes

  • New src/hooks/useVoiceRecognition.ts - speech-to-text hook
  • Updated SearchBar.tsx - mic button for voice input
  • Updated SettingsModal.tsx - voice search toggle
  • Updated SettingsContext.tsx - voice search setting
  • Updated README with new feature

Testing

  • Build passes
  • Lint clean (0 errors, 0 warnings)

- implement useVoiceRecognition hook for speech-to-text
- add microphone button to search bar
- add voice search toggle in preferences
- fix lint errors and clean up code
@vercel
Copy link
Copy Markdown

vercel bot commented Mar 30, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
general Ready Ready Preview, Comment Mar 30, 2026 2:31pm

@bniladridas bniladridas merged commit 2dafdad into main Mar 30, 2026
5 checks passed
@bniladridas bniladridas deleted the feature/voice-search branch March 30, 2026 14:33
fixing-commits bot pushed a commit that referenced this pull request Apr 8, 2026
- implement useVoiceRecognition hook for speech-to-text
- microphone button to search bar
- voice search toggle in preferences
- fix lint errors and clean up code

Co-authored-by: Niladri Das <bniladridas@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant