Update newuser to mui
Fixes #1720
What changes did you make and why did you make them ?
- Replace standard HTML components with applicable MUI components.
Screenshots of Proposed Changes Of The Website (if any, please do not screen shot code changes)
Visuals before changes are applied
[image](
)
Visuals after changes are applied
[image](
)
@awlFCCamp did you delete the bot instructions for checking out this branch?
@bkmorgan3 I don't think I did. Are you referring to one of the GitHub Actions being deleted? I only modified and pushed one file(NewUser.jsx). didn't do anything to .github.
@bkmorgan3 You were concerned my "Add Pull Request Instructions ..." didn't get run. In one of the yml files we need to change uses: actions/upload-artifact@v2 to uses: actions/upload-artifact@v3
Hope I am correct here. @trillium can you chime in? Thank you!
@bkmorgan3 You were concerned my "Add Pull Request Instructions ..." didn't get run. In one of the yml files we need to change
uses: actions/upload-artifact@v2touses: actions/upload-artifact@v3Hope I am correct here. @trillium can you chime in? Thank you!
Yeah, hopefully the github action change will resolve this
@trillium No, no. Its just new UI I am not used to seeing. I just needed to click View Command Line Instructions under the tests module. All good
Ah, gottcha. Regardless, we've currently got some errors in our github toolchain