Description
Various issues has been solved:
- Changed generic error messages for specific error messages.
- Removed duplicated error messages.
- Fixed issues related with removing items (refresh problems).
- Error messages for duplicated invitations.
- Scroll for modal when is not completely visible.
- Avoid recharge item in preview view if name is has been changed.
Related Pull Requests
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 following the workflows described in the task from jira.
Additional Notes
The isToastNotificacionOpen
has been removed. The useEffect from NoitificationToast was causing a recharg in the ShareDialog
. If something wrong related with notification happens, review this part.
In FileViewerWrapper
has been removed some setBlob(null)
to avoid recharge items when change name. Pay attention to that in the review in case you think this could cause any problems.