added search and sort to ui
Showing
- app/(content)/(gaming)/games/layout.tsx 0 additions, 15 deletionsapp/(content)/(gaming)/games/layout.tsx
- app/(content)/(gaming)/games/page.tsx 11 additions, 3 deletionsapp/(content)/(gaming)/games/page.tsx
- app/(content)/layout.tsx 2 additions, 2 deletionsapp/(content)/layout.tsx
- components/InfiniteScroll.tsx 2 additions, 1 deletioncomponents/InfiniteScroll.tsx
- components/Search.tsx 6 additions, 5 deletionscomponents/Search.tsx
- components/nav.tsx 1 addition, 1 deletioncomponents/nav.tsx
- components/sort-games.tsx 46 additions, 18 deletionscomponents/sort-games.tsx
- components/ui/scroll-area.tsx 48 additions, 0 deletionscomponents/ui/scroll-area.tsx
- package-lock.json 22 additions, 0 deletionspackage-lock.json
- package.json 1 addition, 0 deletionspackage.json
components/ui/scroll-area.tsx
0 → 100644
... | @@ -15,6 +15,7 @@ | ... | @@ -15,6 +15,7 @@ |
"@clerk/themes": "^1.7.3", | "@clerk/themes": "^1.7.3", | ||
"@prisma/client": "^4.14.1", | "@prisma/client": "^4.14.1", | ||
"@radix-ui/react-dropdown-menu": "^2.0.4", | "@radix-ui/react-dropdown-menu": "^2.0.4", | ||
"@radix-ui/react-scroll-area": "^1.0.3", | |||
"@radix-ui/react-select": "^1.2.1", | "@radix-ui/react-select": "^1.2.1", | ||
"@radix-ui/react-slot": "^1.0.1", | "@radix-ui/react-slot": "^1.0.1", | ||
"@radix-ui/react-toast": "^1.1.3", | "@radix-ui/react-toast": "^1.1.3", | ||
... | ... |
Please register or sign in to comment