-
Notifications
You must be signed in to change notification settings - Fork 3
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
fix: hide navbar when seamless not enabled #482
Conversation
Codecov Report
@@ Coverage Diff @@
## main #482 +/- ##
=======================================
Coverage 74.99% 74.99%
=======================================
Files 99 99
Lines 7815 7815
=======================================
Hits 5861 5861
Misses 1954 1954
Flags with carried forward coverage won't be shown. Click here to find out more. 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
92adba9
to
1d2385e
Compare
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.
LGTM! Thanks so much for the fix, Alec 🙏 !
* hide navbar when seamless not enabled * update smoke tests and refactor some components for typescript * remove comment Co-authored-by: atarashansky <[email protected]> Co-authored-by: atarashansky <[email protected]> Co-authored-by: atarashansky <[email protected]>
* hide navbar when seamless not enabled * update smoke tests and refactor some components for typescript * remove comment Co-authored-by: atarashansky <[email protected]> Co-authored-by: atarashansky <[email protected]> Co-authored-by: atarashansky <[email protected]> Co-authored-by: atarashansky <[email protected]> Co-authored-by: atarashansky <[email protected]>
#460
#478
Some datasets (e.g. on the covid19 atlas portal) are living on CZI infra but not hosted by the data portal. These should not have the unified navigation bar displayed.
Data portal datasets should all have valid results from the
dataset-metadata
endpoint. As a result, any dataset with an invaliddataset-metadata
result will have their nav bars hidden.To ensure tests work properly, dataset metadata and the collections home link page needed to be stubbed. As a result, breadcrumbs smoke tests can now work, so I added them to this PR as well (#478).