-
Notifications
You must be signed in to change notification settings - Fork 4
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
in progress display for a section once it's in progress #756
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
package.json
Outdated
@@ -41,6 +41,7 @@ | |||
"@nestjs/axios": "^3.0.2", | |||
"@nestjs/terminus": "^10.2.2", | |||
"@nestjs/throttler": "^5.0.1", | |||
"chakra-ui-ionicons": "^0.3.3", |
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 this end up being utilized?
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.
nope, just got rid of it
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!
Description
I added a new SidebarValidationStatus that marks sections, concentrations, and NUPaths as 'in progress,' using a dedicated icon whenever any of them are in progress.
Closes # (751)
Type of change
Please tick the boxes that best match your changes.
yarn install
yarn dev:migration:run
How Has This Been Tested?
via inspection
Please describe how you tested this PR (both manually and with tests) Provide instructions so we can reproduce.
Checklist: