Description
Adds a new dialog component (UI/design only) to warn users when they reach the file upload size limit for their current tier. The dialog also informs users that they can upgrade their tier to upload larger files.
Related Issues
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.
- QA Passed
Testing Process
Additional Notes
This PR only includes the visual/design implementation. The upload limit validation and upgrade flow logic will be implemented in a separate PR.