-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Ability to change partition (#10)
* Ability to switch partition * Fix server-side SSL and remove status
- Loading branch information
Showing
14 changed files
with
5,601 additions
and
6,505 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.