Description
CSVUploader.tsx reads and parses the entire selected file with no size check beforehand. A multi-megabyte file can hang the browser tab during parsing with no warning shown to the user first.
Where
frontend/src/components — CSVUploader.tsx
Acceptance Criteria
Description
CSVUploader.tsxreads and parses the entire selected file with no size check beforehand. A multi-megabyte file can hang the browser tab during parsing with no warning shown to the user first.Where
frontend/src/components— CSVUploader.tsxAcceptance Criteria