p5.js-web-editor icon indicating copy to clipboard operation
p5.js-web-editor copied to clipboard

Moved Search bar to be a functional component

Open Karanpal97 opened this issue 1 year ago • 2 comments

Fixes #2358

Changes:

Ref #2358

Description: The issue was that the search bar was not a functional component, leading to performance issues. I refactored the code to move the search bar into a functional component, improving the performance and maintainability of the code

Changes Made: Moved the search bar to be a functional component.

Verification: I have verified that this pull request:

  • [✓] has no linting errors (npm run lint)
  • [✓] has no test errors (npm run test)
  • [✓] is from a uniquely-named feature branch and is up to date with the karan/searchBar branch.
  • [✓] is descriptively named and links to an issue number, i.e. Ref #2358

Karanpal97 avatar Oct 17 '23 13:10 Karanpal97