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 with cmdk and UI enhancements #1270

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

Commits on Sep 17, 2024

  1. Added cmdk, command and fixed README

    - Added `cmdk` for shortcuts whiletraversing
    - Added Command component from `shadcn/ui`
    - Fixed duplicates in `README.md`
    gupta-soham committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    b56ae93 View commit details
    Browse the repository at this point in the history
  2. Updated icons and external links

    - Replaced Questions icon in `Appbar.tsx` and `ProfileDropdown.tsx`
    - Added external links for Cohorts 1, 2, 3 & Web3 in `ExternalLinks.tsx`
    - Updated icon sizes and improved `Logout` button styling
    gupta-soham committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    3033e4e View commit details
    Browse the repository at this point in the history
  3. feat: Integrated cmdk and optimized Navbar

    - Integrated `cmdk` for enhanced command palette functionality
    - Optimized Navbar components using `useCallback` and `useMemo` to prevent unnecessary re-renders
    - Refined state and event handling within the Navbar
    gupta-soham committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    b3148ad View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. ui: Improved search UX and added mobile support

     - Enhanced mobile UI with toggleable search bar
    - Add navigation hotkeys to command dialog
    - Implemented debounced search & memoization for better performance
    - Updated `package.json` and `pnpm-lock.yaml`
    gupta-soham committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    ae20d79 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    8f6ff4c View commit details
    Browse the repository at this point in the history