Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(blog): Update SearchBox functionality and dependency versions
Updated the SearchBox component's search input handler to improve responsiveness and enhance search functionality. Additionally, updated various dependencies for compatibility and security reasons. The SearchBox component now uses event listener for 'keyup' event instead of onkeyup property to abidere by best practices. It also defines the Article interface locally rather than importing it, making the component self-contained. The delay for textInputDelay function was also increased to reduce the number of function calls during user input, reducing potential performance issues. The dependencies in pnpm-lock.yaml were updated versions to assure compatibility and to include recent security patches.
- Loading branch information