You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, users can upload memes but cannot edit or delete them afterward. This makes it difficult to correct mistakes or manage previously uploaded content.
Additionally, the upload form displays a maximum image size of 2MB, while (in PRODUCTION) it actually accepts only up to 1MB, causing confusion.
If image size more than 1MB it fails:
Proposed Changes
Allow users to edit meme details (title, subject, caption)
Allow users to delete their uploaded memes
Fix image size validation to match the actual allowed limit
Add required field indicators (*) in the form
Notes
The uploaded image itself will remain immutable; only metadata fields can be edited.
This improves usability and aligns the UI behavior with backend validation.
Problem
Currently, users can upload memes but cannot edit or delete them afterward. This makes it difficult to correct mistakes or manage previously uploaded content.
Additionally, the upload form displays a maximum image size of 2MB, while
(in PRODUCTION)it actually accepts only up to 1MB, causing confusion.If image size more than 1MB it fails:
Proposed Changes
(title, subject, caption)(*)in the formNotes
The uploaded image itself will remain immutable; only metadata fields can be edited.
This improves usability and aligns the UI behavior with backend validation.
Current Behaviour:
memeError.mp4