From 94d0de796e12cf43c5a3b1e1bb432b279e8f15f6 Mon Sep 17 00:00:00 2001 From: "marco.locatelli@steamware.net" Date: Tue, 22 Feb 2022 17:18:14 +0100 Subject: [PATCH] Fix vista codici QR & Menu --- MP.Land/Components/HomeLink.razor | 82 +++++++++++++------------------ MP.Land/Components/UserCard.razor | 11 +---- MP.Land/MP.Land.csproj | 2 +- MP.Land/Pages/UpdateManager.razor | 2 +- MP.Land/Resources/ChangeLog.html | 2 +- MP.Land/Resources/VersNum.txt | 2 +- MP.Land/Resources/manifest.xml | 2 +- 7 files changed, 40 insertions(+), 63 deletions(-) diff --git a/MP.Land/Components/HomeLink.razor b/MP.Land/Components/HomeLink.razor index d560bf41..9992ff9a 100644 --- a/MP.Land/Components/HomeLink.razor +++ b/MP.Land/Components/HomeLink.razor @@ -6,60 +6,44 @@ @inject AppAuthService DataService @inject LicenseService LicServ -
-
- @if (authOk()) - { +@if (authOk()) // disegno box cliccabile e programma attivato +{ +
+
-

@CurrItem.AppName 

+ +

@CurrItem.AppName 

- } - else - { - -

@CurrItem.AppName

-
- } -
-
-
- @if (authOk()) - { -
- -
-
- @(traduci($"{CurrItem.AppName}-TITLE")) -
    - @(traduci($"{CurrItem.AppName}-LIST")) -
-
- } - else - { -
- -
-
- @(traduci($"{CurrItem.AppName}-TITLE")) -
    - @(traduci($"{CurrItem.AppName}-LIST")) -
-
- } +
+
+
+ @(traduci($"{CurrItem.AppName}-LIST")) +
+
+
- +} @code { [Parameter] diff --git a/MP.Land/Components/UserCard.razor b/MP.Land/Components/UserCard.razor index 0d81fbae..38770524 100644 --- a/MP.Land/Components/UserCard.razor +++ b/MP.Land/Components/UserCard.razor @@ -16,15 +16,8 @@
-