modifica riqualifica
This commit is contained in:
@@ -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,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>
|
||||
|
||||
<span class="fs-5 fw-bold">@Title</span>
|
||||
</button>
|
||||
</div>
|
||||
}
|
||||
else
|
||||
@if (UserComment != "")
|
||||
{
|
||||
<div class="col-6">
|
||||
<div class="input-group">
|
||||
|
||||
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
@@ -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,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 @@
|
||||
6.16.2311.3016
|
||||
6.16.2311.3018
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user