LANCommander/LANCommander.UI/Components
akifreak a7bd41ff9d Fix game archive upload in web ui
bundle.js is built by webpack as an ES module (output.library.type:
'module'), ending with named exports such as:

  export { Be as ChunkUploader, s as InfiniteScroll, ... }

All three inclusion sites (App.razor, _Layout.cshtml,
ScriptLoader.razor) loaded it via a plain <script> tag, which is for
classic scripts only and does not support the 'export' keyword.

Edge throws a visible SyntaxError and uploading does not work.

Fixed by adding type="module" to the bundle.js script tag in all three
locations.
2026-04-03 21:21:40 +02:00
..
BootstrapIcon Move components into subfolders 2025-09-06 13:09:47 -05:00
ByteSize Move components into subfolders 2025-09-06 13:09:47 -05:00
ByteSizeInput UI to edit media thumbnail sizes 2025-09-15 19:19:52 -05:00
Chat Update read status when sending message, scroll to bottom on new message, merge message into group if gap < 5 mins 2026-01-11 21:21:12 -06:00
ChunkUploader Implement infinite loading with chat thread 2026-01-11 14:38:24 -06:00
CodeInput Fix script editor bindings, update BlazorMonaco 2026-03-20 00:01:12 -05:00
DataList Fix null reference 2025-11-13 21:04:39 -06:00
DataTable Fix spacing in data table 2025-11-18 01:14:24 -06:00
ErrorHandler Add component for better Not Found message 2026-01-18 02:09:07 -06:00
FileManager Make ArchiveId nullable for file pickers 2026-02-07 19:19:33 -06:00
HelpButton Move components into subfolders 2025-09-06 13:09:47 -05:00
InfiniteLoader Update read status when sending message, scroll to bottom on new message, merge message into group if gap < 5 mins 2026-01-11 21:21:12 -06:00
InputGroup Fix spacing in data table 2025-11-18 01:14:24 -06:00
Loaders Fix game archive upload in web ui 2026-04-03 21:21:40 +02:00
LocalTime Implement infinite loading with chat thread 2026-01-11 14:38:24 -06:00
Markdown Fix chat component rendering 2025-12-30 18:08:20 -06:00
MonacoCodeEditor Fix script editor bindings, update BlazorMonaco 2026-03-20 00:01:12 -05:00
MouseArea Fix chat component rendering 2025-12-30 18:08:20 -06:00
RpcComponent Implementation of script debugger component with RPC via SignalR 2025-12-10 20:55:38 -06:00
SafeAvatar Fix default icon for chat thread 2025-11-13 21:04:48 -06:00
SafeImage Fix bundling, JS interop initialization 2026-01-03 18:26:30 -06:00
SplitPane Fix file manager styling 2026-01-24 23:02:54 -06:00
TagsInput Changing how null is detected and handled 2025-12-17 14:50:05 +11:00
Terminal Implement infinite loading with chat thread 2026-01-11 14:38:24 -06:00
TransferInput Move transfer to UI project 2025-09-06 13:20:05 -05:00
BaseComponent.cs Implement infinite loading with chat thread 2026-01-11 14:38:24 -06:00