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 #1813

Merged
merged 1 commit into from
Jan 16, 2025
Merged

mui #1813

merged 1 commit into from
Jan 16, 2025

Conversation

evanyang1
Copy link
Member

Fixes #1694

Switch HTML elements to Material UI

@evanyang1 evanyang1 self-assigned this Nov 17, 2024
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-mui1694 development
git pull https://github.com/hackforla/VRMS.git mui1694

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.

Looks like everything is working with the new MUI components, great work on updating that.

I do want to point out that the design/styling has changed specifically under the "My Profile" section. I'd suggest we ensure the original design is intact with the new MUI components.

Before and After Screenshots

Before
Screenshot 2024-11-18 at 4 54 48 PM

After
Screenshot 2024-11-18 at 4 54 56 PM

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.

This PR is good, the changes are from default styling that we will address later. Thanks Evan!

@trillium trillium dismissed pluto-bell’s stale review January 16, 2025 20:22

Visual changes are caused by MUI defaults changing the typography, we will adress this in a future issue

@trillium trillium merged commit f9a386f into development Jan 16, 2025
3 of 6 checks passed
@trillium trillium deleted the mui1694 branch January 16, 2025 20:28
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/profile/UserTable.js
3 participants