Skip to content

Commit d9f578b

Browse files
committed
feat: enhance search functionality with new filters and UI components
- Added new filters for note count, duration, features, and instruments in the search page. - Integrated DualRangeSlider for note and duration filtering, improving user interaction. - Implemented MultipleSelector for features and instruments selection, allowing for better customization. - Updated the SearchFilters component to accommodate new filter options and improved layout. - Introduced new Badge and Command components for enhanced UI consistency and usability. - Updated bun.lock and package.json to include new dependencies for Radix UI components.
1 parent 55af6d0 commit d9f578b

File tree

10 files changed

+1471
-77
lines changed

10 files changed

+1471
-77
lines changed

apps/frontend/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@
2525
"@next/third-parties": "^16.0.8",
2626
"@radix-ui/react-dialog": "^1.1.15",
2727
"@radix-ui/react-popover": "^1.1.15",
28+
"@radix-ui/react-select": "^2.2.6",
2829
"@radix-ui/react-slider": "^1.3.6",
30+
"@radix-ui/react-slot": "^1.2.4",
2931
"@radix-ui/react-tooltip": "^1.2.8",
3032
"@types/node": "^24.10.2",
3133
"@types/react": "19.2.7",

0 commit comments

Comments
 (0)