fix warning
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<body>
|
||||
<i>WebDoorCreator - Egalware</i>
|
||||
<h4>Version: 0.9.2309.0616</h4>
|
||||
<h4>Version: 0.9.2309.0617</h4>
|
||||
<br /> Release note:
|
||||
<ul>
|
||||
<li>
|
||||
|
||||
@@ -1 +1 @@
|
||||
0.9.2309.0616
|
||||
0.9.2309.0617
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<item>
|
||||
<version>0.9.2309.0616</version>
|
||||
<version>0.9.2309.0617</version>
|
||||
<url>http://nexus.steamware.net/repository/SWS/WDC/stable/WDC.UI.zip</url>
|
||||
<changelog>http://nexus.steamware.net/repository/SWS/WDC/stable/ChangeLog.html</changelog>
|
||||
<mandatory>false</mandatory>
|
||||
|
||||
@@ -18,8 +18,6 @@ namespace WebDoorCreator.UI.Components.FilesMan
|
||||
|
||||
private int sendDataMaxVal = 100;
|
||||
|
||||
private int sendDataNextVal = 0;
|
||||
|
||||
private int sendDataVal = 0;
|
||||
|
||||
private string titleMsg = "Scanning directories";
|
||||
@@ -272,7 +270,6 @@ namespace WebDoorCreator.UI.Components.FilesMan
|
||||
searchRecords = searchRecords.Where(x => x.Value.status > 0).ToDictionary(x => x.Key, x => x.Value);
|
||||
await ReloadData();
|
||||
sendDataVal = 100;
|
||||
sendDataNextVal = 100;
|
||||
isLoading = false;
|
||||
if (searchRecords.Count == 0)
|
||||
{
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<svg viewBox="0 0 @ObjW @ObjH" width="100%" height="100%" xmlns="http://www.w3.org/2000/svg">
|
||||
<g transform="translate(0,@LineDist)">
|
||||
<foreignObject width="@TextAreaWidth" height="100%">
|
||||
<div class="d-flex justify-content-between rectangle p-3 @cardClass @TextCss" style="@TextStyle;" @onclick="() => doExecFunc(ActionReq.Select, false)">
|
||||
<div class="d-flex justify-content-between rectangle p-3 @cardClass @TextCss" style="@TextStyle" @onclick="() => doExecFunc(ActionReq.Select, false)">
|
||||
<div>
|
||||
@ItemName
|
||||
</div>
|
||||
|
||||
@@ -246,6 +246,7 @@ namespace WebDoorCreator.UI.Pages
|
||||
|
||||
protected async Task clearFields()
|
||||
{
|
||||
await Task.Delay(1);
|
||||
companyExtCode = "";
|
||||
companyName = "";
|
||||
address = "";
|
||||
|
||||
@@ -143,6 +143,7 @@
|
||||
|
||||
protected async Task scanB()
|
||||
{
|
||||
await Task.Delay(1);
|
||||
tempDOT.Clear();
|
||||
//tempDOT = await WDCService.scanAndCompare();
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
<Nullable>enable</Nullable>
|
||||
<Version>0.9.2309.0516</Version>
|
||||
<Version>0.9.2309.0617</Version>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<UserSecretsId>aspnet-WebDoorCreator.UI-dfe95fed-1398-4144-bd43-8b3a765d6608</UserSecretsId>
|
||||
</PropertyGroup>
|
||||
|
||||
Reference in New Issue
Block a user