jsonhero-web icon indicating copy to clipboard operation
jsonhero-web copied to clipboard

Fix Bug #182: Added Error Notification for Large File in Drag and Drop

Open Pushpender1122 opened this issue 1 year ago β€’ 0 comments

This PR addresses the issue where no error notification was shown when users tried to upload a json file that exceeds the size limit in the drag-and-drop area.

What’s changed:
    Added a check for file size in the drag-and-drop functionality.
    Displayed an error notification if the file size exceeds the allowed limit.

Issue: Fixes #182 image

Pushpender1122 avatar Oct 02 '24 18:10 Pushpender1122