Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement global search functionality #1444

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

gupta-soham
Copy link
Contributor

WHAT

  • Add global search bar in Navbar
  • Implement command menu for page navigation
  • Create mobile-friendly search overlay

WHY

  • Enhance user experience with quick access to content
  • Improve accessibility with keyboard shortcuts
  • Ensure consistent search functionality across devices

HOW

  • Utilize debounce hook for optimized API calls
  • Implement CommandMenu component for advanced search options
  • Refactor SearchBar component for reusability

Checklist before requesting a review

  • I have performed a self-review of my code
  • I assure there is no similar/duplicate pull request regarding same issue

Preview

Desktop

Screencast.from.2024-10-06.15-02-32.mp4

Mobile

searchBarMobile.mp4

- Add global search in `Navbar` with optimizations (mobile-friendly)
- Implement command menu for page navigation
- Utilize debounce hook for optimized API calls
- Refactor `SearchBar` component for reusability
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant