diff --git a/GWMS.UI/Components/CmpFooter.razor b/GWMS.UI/Components/CmpFooter.razor index 54b6aff..e85aaf3 100644 --- a/GWMS.UI/Components/CmpFooter.razor +++ b/GWMS.UI/Components/CmpFooter.razor @@ -1,4 +1,4 @@ -
+
GWMS v.@version
diff --git a/GWMS.UI/Components/CmpTop.razor b/GWMS.UI/Components/CmpTop.razor index 96bbcbb..64c7126 100644 --- a/GWMS.UI/Components/CmpTop.razor +++ b/GWMS.UI/Components/CmpTop.razor @@ -6,14 +6,14 @@ @inject MessageService AppMessages @inject AuthenticationStateProvider AuthenticationStateProvider -
-
+
+
@PageName
-
+
@if (ShowSearch) { diff --git a/GWMS.UI/Components/LoginDisplay.razor b/GWMS.UI/Components/LoginDisplay.razor index 05992b2..c840f5c 100644 --- a/GWMS.UI/Components/LoginDisplay.razor +++ b/GWMS.UI/Components/LoginDisplay.razor @@ -8,8 +8,13 @@
- -  @userName.Substring(0, 10) ... + +
+ @StringLim(userName, 30) +
+
+ @StringLim(userName, 15) +
@@ -48,4 +53,9 @@ } } + protected string StringLim(string original, int maxLen) + { + return original.Length <= maxLen ? original : $"{original.Substring(0, maxLen - 3)}..."; + } + } \ No newline at end of file diff --git a/GWMS.UI/GWMS.UI.csproj b/GWMS.UI/GWMS.UI.csproj index 4087884..a4ae0f4 100644 --- a/GWMS.UI/GWMS.UI.csproj +++ b/GWMS.UI/GWMS.UI.csproj @@ -2,7 +2,7 @@ net5.0 - 1.0.2108.2618 + 1.0.2108.2619 95c9f021-52d1-4390-a670-5810b7b777b0 diff --git a/GWMS.UI/Pages/Transporters.razor b/GWMS.UI/Pages/Transporters.razor index 936c9af..0aa8f8b 100644 --- a/GWMS.UI/Pages/Transporters.razor +++ b/GWMS.UI/Pages/Transporters.razor @@ -8,15 +8,15 @@
-
+
Consegne
-
+
-
+
@@ -87,7 +87,7 @@
-
+
@if (currRecord != null) { diff --git a/GWMS.UI/Shared/MainLayout.razor b/GWMS.UI/Shared/MainLayout.razor index fb7a03f..b285e03 100644 --- a/GWMS.UI/Shared/MainLayout.razor +++ b/GWMS.UI/Shared/MainLayout.razor @@ -12,10 +12,10 @@
-
+
-
+
@Body
diff --git a/GWMS.UI/Shared/MainLayout.razor.css b/GWMS.UI/Shared/MainLayout.razor.css index 8da1a60..9724fe8 100644 --- a/GWMS.UI/Shared/MainLayout.razor.css +++ b/GWMS.UI/Shared/MainLayout.razor.css @@ -34,37 +34,10 @@ .bottom-row { color: #dedede; background-color: #000000; - /*border-bottom: 1px solid #313131;*/ - /*justify-content: flex-end;*/ height: 2rem; - /*display: flex;*/ align-items: center; } - .bottom-row ::deep a, .top-row .btn-link { - white-space: nowrap; - margin-left: 1.5rem; - } - - .bottom-row a:first-child { - overflow: hidden; - text-overflow: ellipsis; - } -/* -@media (max-width: 640.98px) { - .top-row:not(.auth) { - display: none; - } - - .top-row.auth { - justify-content: space-between; - } - - .top-row a, .top-row .btn-link { - margin-left: 0; -} -}*/ - @media (min-width: 641px) { .page { flex-direction: row; diff --git a/Resources/ChangeLog.html b/Resources/ChangeLog.html index b9189c5..a06830a 100644 --- a/Resources/ChangeLog.html +++ b/Resources/ChangeLog.html @@ -1,6 +1,6 @@ GWMS - Gas Warehouse Management System -

Versione: 1.0.2108.2618

+

Versione: 1.0.2108.2619


Note di rilascio:
  • diff --git a/Resources/VersNum.txt b/Resources/VersNum.txt index 4785336..1cbb39c 100644 --- a/Resources/VersNum.txt +++ b/Resources/VersNum.txt @@ -1 +1 @@ -1.0.2108.2618 +1.0.2108.2619 diff --git a/Resources/manifest.xml b/Resources/manifest.xml index 317fc1e..0e20dc2 100644 --- a/Resources/manifest.xml +++ b/Resources/manifest.xml @@ -1,6 +1,6 @@ - 1.0.2108.2618 + 1.0.2108.2619 http://nexus.steamware.net/repository/SWS/GWMS/stable/0/GWMS.UI.zip http://nexus.steamware.net/repository/SWS/GWMS/stable/0/ChangeLog.html false