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

Update HTML components to MUI components for ManageProjects page #1850

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

Conversation

jng34
Copy link
Member

@jng34 jng34 commented Jan 30, 2025

Fixes #1719

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

  • Replaced HTML span tag with MUI Typography component
  • Replaced HTML img tag with MUI Box component
  • Added custom style properties to match original CSS
  • WHY: To modernize the frontend components

Screenshots of Proposed Changes Of The Website

Visuals before changes are applied 1719 before screen
Visuals after changes are applied 1719 after screen

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

Copy link
Member

@dannyprikaz dannyprikaz left a comment

Choose a reason for hiding this comment

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

A couple of minor notes about changing styling and which MUI components were used, but this solution works. I approve

client/src/pages/ManageProjects.jsx Show resolved Hide resolved
client/src/pages/ManageProjects.jsx Outdated Show resolved Hide resolved
client/src/pages/ManageProjects.jsx Show resolved Hide resolved
@dannyprikaz dannyprikaz added the ready for 2nd review When a PR is ready for another reviewer label Feb 6, 2025
Copy link
Member

@bconti123 bconti123 left a comment

Choose a reason for hiding this comment

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

I tested the changes on VRMS website. Everything works. MUI code looks much cleaner!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
complexity: small ready for 2nd review When a PR is ready for another reviewer
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update HTML components to MUI: ./src/pages/ManageProjects.js
4 participants