LANCommander/LANCommander.Server/UI/Pages
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
..
Account Redirect to root after logout 2026-01-25 17:46:19 -06:00
Chat Index page for chat 2025-11-11 01:10:42 -06:00
Dashboard Refactor Settings 2025-11-16 12:31:25 -06:00
FirstTimeSetup Move config/user files to Data directory 2025-12-11 01:58:28 -06:00
Games Fix saving scripts on Games, Tools, Redistributables 2026-03-13 00:45:21 -05:00
Issues Fix alignment of action buttons in list pages 2026-02-08 16:09:51 -06:00
Metadata Fix alignment of action buttons in list pages 2026-02-08 16:09:51 -06:00
Pages Fix chat component rendering 2025-12-30 18:08:20 -06:00
Profile Reload table after import 2025-12-05 16:28:39 -06:00
Redistributables Fix saving scripts on Games, Tools, Redistributables 2026-03-13 00:45:21 -05:00
Servers Add remote LANCommander server installs as viable server engine 2026-03-08 13:49:30 -05:00
Settings Fix form rendering logic for remote server credentials 2026-03-11 01:44:08 -05:00
Tools Fix saving scripts on Games, Tools, Redistributables 2026-03-13 00:45:21 -05:00
_Host.cshtml Rename server project 2024-08-04 18:44:33 -05:00
_Layout.cshtml Fix game archive upload in web ui 2026-04-03 21:21:40 +02:00
Files.razor Use string constant for administrator role name 2024-10-16 02:06:02 -05:00