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

Adapting imports of {Row} alone and { Row, Col } together to Grid/mui #1656

Merged
merged 2 commits into from
Dec 18, 2024

Conversation

LuizFNJ
Copy link
Collaborator

@LuizFNJ LuizFNJ commented Dec 16, 2024

Description

In this PR, I addressed all the issues created during the switch from Ant to MUI that involved importing only { Row } and { Row, Col } together. I adapted them to use { Grid } from MUI without losing the standard layout. This way, we can resolve issues that require similar and/or minor changes.

Testing

You should go to each component where the switch from Ant to MUI was made and test the design and responsiveness. In this case, since it involves replacing a component that handles columns, you only need to ensure that nothing is broken or out of place.

Each components:

A visual document outlining which visual parts of the site are intended to facilitate testing:
...
testing geral responsividade.pdf

OBS:

I was unable to test Copilotconversation.style.tsx. I think it's unlikely that it broke, but I did it blindly.

@LuizFNJ LuizFNJ marked this pull request as ready for review December 17, 2024 12:48
@thesocialdev thesocialdev merged commit db0ca26 into stage Dec 18, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: QA
Development

Successfully merging this pull request may close these issues.

2 participants