Skip to content

Commit

Permalink
Find the expert extend search capability (#151)
Browse files Browse the repository at this point in the history
* init

* init

* add logging and refactor

* fix warning

* remove console.log

* fix linter

* fix layout

* fix search

* fix lint

* refactor search

* aanpassen placeholder

* fix anonymized results

* fix test

* tests

* change ubuntu version

* refactor

* refactor

* Refactor results page to replace SelectRoleResults with ShowTechSearchWrapper and clean up unused imports

---------

Co-authored-by: Luca Celea <[email protected]>
  • Loading branch information
JefQuidousse2 and Luca Celea authored Dec 13, 2024
1 parent 9d15c32 commit f1776f2
Show file tree
Hide file tree
Showing 13 changed files with 457 additions and 125 deletions.
240 changes: 175 additions & 65 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,20 @@
},
"dependencies": {
"@auth/prisma-adapter": "^2.1.0",
"@hookform/resolvers": "^3.4.2",
"@hookform/resolvers": "^3.9.0",
"@prisma/client": "^5.14.0",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-hover-card": "^1.0.7",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-toast": "^1.1.5",
"@react-pdf/renderer": "^3.4.0",
"@t3-oss/env-nextjs": "^0.10.1",
Expand All @@ -57,7 +57,7 @@
"next-themes": "^0.3.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "^7.51.0",
"react-hook-form": "^7.53.0",
"react-resizable-panels": "^2.0.12",
"recharts": "^2.12.2",
"server-only": "^0.0.1",
Expand Down
Loading

0 comments on commit f1776f2

Please sign in to comment.