modifica riqualifica

This commit is contained in:
zaccaria.majid
2023-11-30 18:09:40 +01:00
parent 794b11430e
commit b3bb966094
7 changed files with 19 additions and 18 deletions
+12 -1
View File
@@ -51,7 +51,15 @@
<i class="fa-solid @chevronDir"></i>
</button>
</div>
}
}
else
{
<div class="col-2 d-flex align-items-center">
<button class="btn btn-sm btn-success text-light" @onclick="SelectFermo">
<i class="fa-solid fa-plus"></i>
</button>
</div>
}
</div>
</div>
<div class="w-100">
@@ -66,6 +74,9 @@
<button class="btn btn-sm btn-danger h-50" @onclick="()=>doDelete(note)"><i class="fa-solid fa-trash-can"></i></button>
</div>
}
<button class="btn btn-sm btn-success text-light w-100" @onclick="SelectFermo">
Riqualifica
</button>
</div>
}
</div>
+1 -11
View File
@@ -1,15 +1,5 @@
<div class="row mt-2">
@if (ShowBtn)
{
<div class="col-12">
<button class="btn btn-lg bg-info w-100" @onclick="ToggleCtrl">
<i class="fa-solid fa-star"></i>
&nbsp;
<span class="fs-5 fw-bold">@Title</span>
</button>
</div>
}
else
@if (UserComment != "")
{
<div class="col-6">
<div class="input-group">
+2 -2
View File
@@ -155,7 +155,7 @@ namespace MP_TAB_SERV.Components
{
await Task.Delay(1);
ShowBtn = false;
UserComment = await MServ.CommentoValGet(true);
//UserComment = await MServ.CommentoValGet(true);
DateSel = await MServ.CommentoDtRifGet(true);
await InvokeAsync(StateHasChanged);
}
@@ -245,7 +245,7 @@ namespace MP_TAB_SERV.Components
{
UserComment = "";
DateSel = DateTime.Now;
ShowBtn = true;
CurrComm = null;
//StateHasChanged();
}
+1 -1
View File
@@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<Version>6.16.2311.3016</Version>
<Version>6.16.2311.3018</Version>
<ImplicitUsings>enable</ImplicitUsings>
<RootNamespace>MP_TAB_SERV</RootNamespace>
</PropertyGroup>
+1 -1
View File
@@ -1,6 +1,6 @@
<body>
<i>Modulo MAPOSPEC </i>
<h4>Versione: 6.16.2311.3016</h4>
<h4>Versione: 6.16.2311.3018</h4>
<br /> Note di rilascio:
<ul>
<li>
+1 -1
View File
@@ -1 +1 @@
6.16.2311.3016
6.16.2311.3018
+1 -1
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>6.16.2311.3016</version>
<version>6.16.2311.3018</version>
<url>https://nexus.steamware.net/repository/SWS/MP-TAB-SERV/stable/LAST/MP-TAB-SERV.zip</url>
<changelog>https://nexus.steamware.net/repository/SWS/MP-TAB-SERV/stable/LAST/ChangeLog.html</changelog>
<mandatory>false</mandatory>