LANCommander/LANCommander.UI/Components/ChunkUploader
akifreak 4065232e61 Null-guard progress bar DOM elements in UpdateProgressBar
document.querySelector() can return null if the elements are not
yet in the DOM. Dereferencing null would throw inside the axios
onUploadProgress callback, which is caught by UploadChunk's catch
and re-thrown as a string - causing the whole upload to fail
silently with an undefined message.
2026-04-04 15:05:06 +02:00
..
Chunk.ts Move components into subfolders 2025-09-06 13:09:47 -05:00
ChunkUploader.razor Implement infinite loading with chat thread 2026-01-11 14:38:24 -06:00
ChunkUploader.razor.scss Move components into subfolders 2025-09-06 13:09:47 -05:00
ChunkUploader.ts Null-guard progress bar DOM elements in UpdateProgressBar 2026-04-04 15:05:06 +02:00
UploadInitRequest.ts Move components into subfolders 2025-09-06 13:09:47 -05:00
UploadInitResponse.ts Move components into subfolders 2025-09-06 13:09:47 -05:00