) => {
const mainContentStyle = mainProps?.fixed
- ? 'flex-1 flex overflow-hidden'
- : 'flex grow';
+ ? 'flex-1 flex overflow-hidden relative'
+ : 'flex grow relative';
return (
diff --git a/packages/sampleCommons/config/datacommons/apps/CohortDiscovery.json b/packages/sampleCommons/config/datacommons/apps/CohortDiscovery.json
index 802f841b..b13c2992 100644
--- a/packages/sampleCommons/config/datacommons/apps/CohortDiscovery.json
+++ b/packages/sampleCommons/config/datacommons/apps/CohortDiscovery.json
@@ -6,6 +6,23 @@
"title": "Build Your Cohort",
"subHead": "Select the critera on the left to include an item."
},
+ "leftNav": {
+ "build": {
+ "image": "/images/apps/cohort_none.png",
+ "imageAlt": "",
+ "title": "Build Cohorts"
+ },
+ "saved": {
+ "image": "/images/apps/cohort_saved.png",
+ "imageAlt": "",
+ "title": "Saved Cohorts"
+ },
+ "request": {
+ "image": "/images/apps/cohort_requests.png",
+ "imageAlt": "",
+ "title": "Request"
+ }
+ },
"dataIndexes": [
{
"dataConfig": {
diff --git a/packages/sampleCommons/config/gen3/apps/CohortDiscovery.json b/packages/sampleCommons/config/gen3/apps/CohortDiscovery.json
index 765e66de..44984692 100644
--- a/packages/sampleCommons/config/gen3/apps/CohortDiscovery.json
+++ b/packages/sampleCommons/config/gen3/apps/CohortDiscovery.json
@@ -6,6 +6,23 @@
"title": "Build Your Cohort",
"subHead": "Select the critera on the left to include an item."
},
+ "leftNav": {
+ "build": {
+ "image": "/images/apps/cohort_none.png",
+ "imageAlt": "",
+ "title": "Build Cohorts"
+ },
+ "saved": {
+ "image": "/images/apps/cohort_saved.png",
+ "imageAlt": "",
+ "title": "Saved Cohorts"
+ },
+ "request": {
+ "image": "/images/apps/cohort_requests.png",
+ "imageAlt": "",
+ "title": "Request"
+ }
+ },
"dataIndexes": [
{
"dataConfig": {
diff --git a/packages/sampleCommons/public/images/apps/cohort_requests.png b/packages/sampleCommons/public/images/apps/cohort_requests.png
new file mode 100644
index 00000000..fffeef67
Binary files /dev/null and b/packages/sampleCommons/public/images/apps/cohort_requests.png differ
diff --git a/packages/sampleCommons/public/images/apps/cohort_saved.png b/packages/sampleCommons/public/images/apps/cohort_saved.png
new file mode 100644
index 00000000..6bfa783a
Binary files /dev/null and b/packages/sampleCommons/public/images/apps/cohort_saved.png differ