Migrating BaseList and its skeletons#1793
Merged
thesocialdev merged 2 commits intostagefrom Jan 22, 2025
Merged
Conversation
e24563e to
d686142
Compare
|
Collaborator
Author
It seems they reported that I need to reduce cognitive load, and from what I understand, it has to do with the paths the component can take. I only kept the old paths, but since the Ant Design |
thesocialdev
approved these changes
Jan 22, 2025
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Description
In this PR, I replaced the Ant Design
Listcomponent used inBaseList.tsx. Since this component is used in several places, I had to make some adjustments where it was called. I preserved the old layout and design. Along the way, I also fixed some issues for smaller screen resolutions. In the documentation, you can see how the pages and their skeletons turned out.Testing
To test, you would need to visit each of the components listed in the documentation and verify their responsiveness and behavior as a list. In some cases, I replaced Ant Design texts with Material-UI ones, but overall, the focus should be on testing the responsiveness of the listed pages.
Components:
A visual document outlining which visual parts of the site need to be tested:
Testar BaseList e Skeletons.pdf
closes #1756 , closes #1755 , closes #1754 , closes #1753 , closes #1752 , closes #1723 , closes #1716 , closes #1675 , closes #1593