jsonhero-web
jsonhero-web copied to clipboard
Fix Bug #182: Added Error Notification for Large File in Drag and Drop
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