Implemented a basic way to queue games using DownloadService. Games will download and extract without blocking UI, but more needs to be done to reflect the game in UI and database.
11 lines
No EOL
394 B
Text
11 lines
No EOL
394 B
Text
@using System.Net.Http
|
|
@using System.Net.Http.Json
|
|
@using Microsoft.AspNetCore.Components.Forms
|
|
@using Microsoft.AspNetCore.Components.Routing
|
|
@using Microsoft.AspNetCore.Components.Web
|
|
@using Microsoft.AspNetCore.Components.Web.Virtualization
|
|
@using Microsoft.JSInterop
|
|
@using LANCommander.Client
|
|
@using LANCommander.Client.UI.Components
|
|
@using LANCommander.Client.Services
|
|
@using AntDesign |