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

Replaced HTML components with MUI applicable components #1688

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

Conversation

nora-zajzon
Copy link
Member

Fixes #1641 and #1640

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

  • Replaced the HTML components with applicable MUI components in ./src/components/auth/HandleAuth.js
  • Replaced the HTML components with applicable MUI components in ./src/components/user-admin/EditUsers.js

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 nora-zajzon-development development
git pull https://github.com/nora-zajzon/VRMS.git development

Copy link
Member

@trillium trillium left a comment

Choose a reason for hiding this comment

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

Some UI changes, no functionality changes. We will need to come back to this component and beautify it a little bit but thats fine.

Thank you!

@trillium
Copy link
Member

trillium commented Aug 5, 2024

UI changes to the user edit page:

Screenshots

New

image

Old

image

It looks like the MUI list item component renders placeholder text differently than the previous setup, we'll need to go back and fix that in a separate issue.

@JackHaeg can I ping you to track that?

@JackHaeg
Copy link
Member

JackHaeg commented Aug 7, 2024

@trillium The new issue tracking the MUI list component fix can be found here: #1723

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/user-admin/EditUsers.js
3 participants