Skip to content

Commit

Permalink
fix: Order articles drawer (#9)
Browse files Browse the repository at this point in the history
* Fix drawer ordering

* Add test for drawer ordering

* adjust query and parameterize max generated tokens

---------

Co-authored-by: Etienne Soulard-Geoffrion <etienne.soulard-geoffrion@clinia.com>
  • Loading branch information
xWiiLLz and etiennecl authored Sep 10, 2024
1 parent 0a4760b commit aab6784
Show file tree
Hide file tree
Showing 12 changed files with 6,904 additions and 5,454 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pr-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,5 @@ jobs:
- name: Check format
run: pnpm run format:check

# Bring back when we have actual tests
# - name: Test
# run: pnpm run test
- name: Test
run: pnpm run test
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@clinia/client-datapartition": "1.0.10-edge-842481d.0",
"@clinia/search-sdk-core": "^0.1.0",
"@clinia/search-sdk-react": "^0.1.0",
"@clinia/tritonclient": "^1.0.0",
"@clinia/tritonclient": "^1.1.0",
"@uidotdev/usehooks": "^2.4.1",
"@vercel/otel": "^1.5.0",
"clsx": "^2.1.0",
Expand All @@ -37,6 +37,7 @@
"uuid": "^10.0.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^14.2.1",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/http-proxy": "^1.17.14",
Expand All @@ -45,7 +46,7 @@
"@types/react-dom": "^18",
"@types/sanitize-html": "^2.13.0",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.0",
Expand All @@ -57,6 +58,7 @@
"tailwindcss": "^3.3.0",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5",
"vitest": "^1.3.1"
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.0.5"
}
}
}
Loading

0 comments on commit aab6784

Please sign in to comment.