Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fix minor icon misalignment (#1755)
## Description - Added enter and escape key handlers for text search input - Removed unused edit mode state in datasets filter - Reduced debounce time for text filter to improve responsiveness - Adjusted cart icon position <img width="309" alt="image" src="https://github.com/user-attachments/assets/da2d6db8-d1c6-4430-9fe1-d9932d1cf710" /> ## Motivation Background on use case, changes needed ## Fixes: Please provide a list of the fixes implemented in this PR * Items added ## Changes: Please provide a list of the changes implemented by this PR * changes made ## Tests included - [ ] Included for each change/fix? - [ ] Passing? (Merge will not be approved unless this is checked) ## Documentation - [ ] swagger documentation updated \[required\] - [ ] official documentation updated \[nice-to-have\] ### official documentation info If you have updated the official documentation, please provide PR # and URL of the pages where the updates are included ## Backend version - [ ] Does it require a specific version of the backend - which version of the backend is required: ## Summary by Sourcery This pull request enhances the search functionality and improves filter performance. It adds keyboard support to the search bar, improves the responsiveness of the text filter, and removes an unused state variable. New Features: - The search bar now supports submitting the search query by pressing the Enter key. - The search bar now supports clearing the search query by pressing the Escape key. Bug Fixes: - Removed unused `isInEditMode` state in the datasets filter component. Enhancements: - Improved the responsiveness of the text filter by reducing the debounce time.
- Loading branch information