Skip to content

Commit

Permalink
feat: Ability to change partition (#10)
Browse files Browse the repository at this point in the history
* Ability to switch partition

* Fix server-side SSL and remove status
  • Loading branch information
xWiiLLz authored Oct 17, 2024
1 parent 18ea70e commit 8d40128
Show file tree
Hide file tree
Showing 14 changed files with 5,601 additions and 6,505 deletions.
45 changes: 24 additions & 21 deletions messages/en.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,26 @@
{
"home": {
"questions": {
"title": "Try asking..."
}
},
"search": {
"followUp": {
"title": "Follow up..."
}
},
"searchbox": {
"placeholder": "Search for words and phrases, or ask a question...",
"groups": {
"ask": {
"heading": "Ask"
},
"search": {
"heading": "Search"
}
}
"landing": {
"title": "Available Data Partitions"
},
"home": {
"questions": {
"title": "Try asking..."
}
}
},
"search": {
"followUp": {
"title": "Follow up..."
}
},
"searchbox": {
"placeholder": "Search for words and phrases, or ask a question...",
"groups": {
"ask": {
"heading": "Ask"
},
"search": {
"heading": "Search"
}
}
}
}
7 changes: 5 additions & 2 deletions messages/fr.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"title": "Bienvunue sur le Sandbox de Clinia Health Grade Search"
}
"landing": {
"title": "Partitions disponibles"
},
"title": "Bienvunue sur le Sandbox de Clinia Health Grade Search"
}
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@
"@auth0/nextjs-auth0": "^3.5.0",
"@clinia-ui/icons": "^0.1.22",
"@clinia-ui/react": "^0.1.22",
"@clinia/client-common": "1.0.10-edge-842481d.0",
"@clinia/client-datapartition": "1.0.10-edge-842481d.0",
"@clinia/client-common": "1.0.10-edge-a72e2ad.0",
"@clinia/client-datacatalog": "1.0.10-edge-a72e2ad.0",
"@clinia/client-datapartition": "1.0.10-edge-a72e2ad.0",
"@clinia/search-sdk-core": "^0.1.0",
"@clinia/search-sdk-react": "^0.1.0",
"@clinia/tritonclient": "^1.1.0",
Expand Down
Loading

0 comments on commit 8d40128

Please sign in to comment.