-
-
Notifications
You must be signed in to change notification settings - Fork 164
Closed
Labels
2026-02Issues created in 2026-02Issues created in 2026-02good first issueGood for newcomersGood for newcomers
Description
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
- 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.
Current Behaviour:
memeError.mp4
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
2026-02Issues created in 2026-02Issues created in 2026-02good first issueGood for newcomersGood for newcomers
Type
Projects
Status
Done