bulk uploads
Implemented a bulk upload feature with a restriction of a maximum of 5 media files across all media types. This ensures controlled uploads, improves performance, and prevents excessive data handling on both frontend and backend. Validation is added to restrict users from exceeding the limit, with appropriate user feedback.
Type of Change:
-
Bug Fix -
Feature Development -
Documentation
Testing:
-
Tested on desktop -
Tested on mobile -
Tested in different browsers
Screenshots (if applicable):
Add a link to the demo o
f the PR
If you have used AI create this PR, please also record video of yourself explaining the changes.
Checklist:
-
Code follows project style guidelines -
Self-review completed -
No console errors -
TypeScript types are correct