-
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/204 swagger UI page #76
Conversation
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.
I am getting those warnings, I'll try checking those repositories to see if anybody else is having those issues. |
It looks like the warnings are due to the fact that the Autolinker package is generating source maps when compiling their TypeScript source code, but they aren't including the source code in the NPM package (as raised in gregjacobs/Autolinker.js#396 and discussed generally in facebook/create-react-app#11767). It doesn't look like there is a way to disable this warning for a particular package, but it would only become a problem when trying to debug Autolinker code. Both |
@cschwinderg I added that button, and standardized the buttons on all pages (except for the Glossary button, since I'm not sure if we want the glossary to be functional on non-ATTAINS pages). The navigation section is starting to look a bit cluttered, especially on small screens, so we may want to switch to a dedicated sub-nav bar instead. |
# Conflicts: # app/client/src/components/navButton.tsx # app/client/src/routes/home.tsx
SonarCloud Quality Gate failed. |
We may need to keep the bundles in the |
Related Issues:
Main Changes:
/data
routes and there corresponding/count
routes.If we want this JSON file to be publicly accessible, we may need to move it to the
public
folder; currently, the link to the file is hidden.Steps To Test: