feat(search): add search history functionality with dropdown and persistence
- Implement SearchHistoryDropdown component for displaying recent searches - Add useSearchHistory hook for managing search history in localStorage - Integrate search history into SearchOverlay for user convenience - Update GridToolbar to support filter presets - Enhance SearchOverlay with close button and history display
This commit is contained in:
1
src/Griddy/features/loading/index.ts
Normal file
1
src/Griddy/features/loading/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export { GriddyLoadingOverlay, GriddyLoadingSkeleton } from './GriddyLoadingSkeleton'
|
||||
Reference in New Issue
Block a user