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

Search bar is not working #1

Closed
HimanshuNarware opened this issue Sep 26, 2023 · 8 comments
Closed

Search bar is not working #1

HimanshuNarware opened this issue Sep 26, 2023 · 8 comments
Assignees
Labels

Comments

@HimanshuNarware
Copy link
Owner

No description provided.

@Vidhanvyrs
Copy link
Contributor

Hey @HimanshuNarware Maybe i could help with this issue Can you assign it to me

@HimanshuNarware
Copy link
Owner Author

@Vidhanvyrs you are assigned

@Vidhanvyrs
Copy link
Contributor

Vidhanvyrs commented Oct 1, 2023

hey @HimanshuNarware Sorry for the late reply, Can you please elaborate exactly what all changes do you require to be done for the search bar?

@Vidhanvyrs
Copy link
Contributor

Vidhanvyrs commented Oct 1, 2023

like this is the function that is written in the Navbar.js file

 const [showSideNav, setShowSideNav] = useState(false); // Initialize showSideNav state

  function handleClick(e) {
    e.preventDefault();
    console.log('hello world');
    setShowSideNav(!showSideNav); // Toggle the state when the button is clicked
  }

Is this the code that requires the change or its just the styling that is done to the search bar that need to be changed

@HimanshuNarware
Copy link
Owner Author

like this is the function that is written in the Navbar.js file

 const [showSideNav, setShowSideNav] = useState(false); // Initialize showSideNav state

  function handleClick(e) {
    e.preventDefault();
    console.log('hello world');
    setShowSideNav(!showSideNav); // Toggle the state when the button is clicked
  }

Is this the code that requires the change or its just the styling that is done to the search bar that need to be changed

@Vidhanvyrs Nope this function is for the sidebar, you need to write logic/code for the search functionality

@HimanshuNarware
Copy link
Owner Author

@Vidhanvyrs so that users can search tools with the help of the search bar,

@Vidhanvyrs
Copy link
Contributor

Got it mate! Gonna start working on it

@HimanshuNarware
Copy link
Owner Author

Got it mate! Gonna start working on it

Yep👍👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants