-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/row rebase #10
Conversation
* add csrfQuery to other providers/header * add more aggressive getCSRF queries * move CSRFQuery to userRTK * fix Explorer Application crash * v0.10.23 --------- Co-authored-by: craigrbarnes <craigrbarnes@uchicago.edu>
Co-authored-by: craigrbarnes <craigrbarnes@uchicago.edu>
* add ErrorCard simplify guppyFetcher * use appInitialProps Update documnentation Fix cohort filters remove bug * tighten layout of QueryExpression * remove bad import * Update homepage documentation * Updated Styling documentation * updated package.json version number * v0.10.29
* Change header and all colors to light blue (includes globals like navbar but also exploration and profile page) * Text w/ blue background in all white or all black (buttons, header, etc) * Change fonts to match backgrounds * Remove ‘Link Account from External Data Resources’ * Resources should be collapsed by default
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did a static inspection with the Github file diff I'll do more local testing too
NavPageLayout, | ||
NavPageLayoutProps, | ||
getNavPageLayoutPropsFromConfig, | ||
} from '@gen3/frontend'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do you want to keep only the changes from the original page since this is ours? It might be good to put this in the sampleCommons in the future so it doesn't get touched? Idk why it's being edited
GEN3_COMMONS_NAME=gen3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no bueno
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pushing up a change
"accessibleValidationField": "project_id" | ||
} | ||
}, | ||
{ | ||
"tabTitle": "Observation", | ||
"charts": { | ||
"project_id": { | ||
"chartType": "fullPie", | ||
"chartType": "donut", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
might need to resolve some of these and keep our changes for this file... not sure which is which here
@@ -26,6 +18,23 @@ | |||
"linkType": "portal", | |||
"text": "Explore Gen3 Data" | |||
} | |||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we wanna just checkout our old SampleCommons/config/cbds? Unless you think Craig messed with it at all (prolly didn't)
LGTM |
* update configs * make image buildable * fix build error * update columns and facets to recent data (11/25/24) * update reports and fix facet titles --------- Co-authored-by: quinnwai <quinnwai.wong@gmail.com>
No description provided.