Skip to content
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

mui #1732

Open
wants to merge 3 commits into
base: development
Choose a base branch
from
Open

mui #1732

wants to merge 3 commits into from

Conversation

evanyang1
Copy link
Member

Fixes #1684

What changes did you make and why did you make them ?

replace with Material UI
(Blocked: Suggestions appreciated)

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

Copy link

Want to review this pull request? Take a look at this documentation for a step by step guide!

From your project repository, check out a new branch and test the changes.

git checkout -b hackforla-mui1684 development
git pull https://github.com/hackforla/VRMS.git mui1684

Copy link
Member

@pluto-bell pluto-bell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Several HTML components that still need to be switched over to MUI.

client/src/components/presentational/returnUserForm.jsx Outdated Show resolved Hide resolved
Comment on lines 62 to 68
<button
type="submit"
className="form-check-in-submit block"
onClick={(e) => e.preventDefault()}
>
CHECKING IN...
</button>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Another <button> component to be switched over to MUI.

client/src/components/presentational/returnUserForm.jsx Outdated Show resolved Hide resolved
client/src/components/presentational/returnUserForm.jsx Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update HTML components to MUI: ./src/components/presentational/returnUserForm.js
2 participants