Description
For this update, List, ContextMenu, Dropdown and Loader components has been integrated into drive-web
Checklist
- Changes have been tested locally.
- Unit tests have been written or updated as necessary.
- The code adheres to the repository's coding standards.
- Relevant documentation has been added or updated.
- No new warnings or errors have been introduced.
- SonarCloud issues have been reviewed and addressed.
How Has This Been Tested?
It has been tested locally.
The List component has been tested by verifying all its functionalities and ensuring that all actions related to the items work correctly. Additionally, the various context menus do not interfere with each other. It has been verified that the skeleton loader in the infinite scroll loads correctly, as well as the different loaders in all necessary parts. All menus work properly with the up and down arrow keys to manually navigate through the options.
Additional Notes
This is a very big change, so please if possible, test all the funcionality locally after reviewing the code.
Things need being tested:
- Lists and all behaviours related with the component (like infinite scroll when have multiple items).
- Contextmenus and all behaviours related with the component.
- Dropdowns and all behaviours related with the component.
- Loader component.