From ddef5509957857a46e2f9e5b82f9afca22dc4bc2 Mon Sep 17 00:00:00 2001 From: Dave Walker Date: Fri, 31 Jul 2026 07:47:08 +0100 Subject: [PATCH 1/2] Improve UI styling --- docker/api/Dockerfile | 3 +- docker/ui/Dockerfile | 3 +- .../ShippingRecorder.Api.csproj | 4 +- .../ShippingRecorder.BusinessLogic.csproj | 4 +- .../ShippingRecorder.Client.csproj | 4 +- .../ShippingRecorder.Data.csproj | 4 +- .../ShippingRecorder.DataExchange.csproj | 4 +- .../ShippingRecorder.Entities.csproj | 4 +- .../ShippingRecorder.Manager.csproj | 4 +- .../ShippingRecorder.Mvc.csproj | 4 +- .../Views/Shared/_Layout.cshtml | 63 +-- src/ShippingRecorder.Mvc/wwwroot/css/site.css | 380 ++++++++++++------ .../ShippingRecorder.Tests.csproj | 2 +- 13 files changed, 315 insertions(+), 168 deletions(-) diff --git a/docker/api/Dockerfile b/docker/api/Dockerfile index b411bdc..17ccad2 100644 --- a/docker/api/Dockerfile +++ b/docker/api/Dockerfile @@ -1,4 +1,5 @@ FROM mcr.microsoft.com/dotnet/core/aspnet:latest -COPY shippingrecorder.api-1.9.0.0 /opt/shippingrecorder.api +ARG VERSION +COPY shippingrecorder.api-${VERSION}.0 /opt/shippingrecorder.api WORKDIR /opt/shippingrecorder.api/bin ENTRYPOINT [ "./ShippingRecorder.Api" ] diff --git a/docker/ui/Dockerfile b/docker/ui/Dockerfile index 7ac5481..d755b04 100644 --- a/docker/ui/Dockerfile +++ b/docker/ui/Dockerfile @@ -1,4 +1,5 @@ FROM mcr.microsoft.com/dotnet/aspnet:latest AS runtime -COPY shippingrecorder.mvc-1.9.0.0 /opt/shippingrecorder.mvc +ARG VERSION +COPY shippingrecorder.mvc-${VERSION}.0 /opt/shippingrecorder.mvc WORKDIR /opt/shippingrecorder.mvc/bin ENTRYPOINT [ "./ShippingRecorder.Mvc" ] diff --git a/src/ShippingRecorder.Api/ShippingRecorder.Api.csproj b/src/ShippingRecorder.Api/ShippingRecorder.Api.csproj index 23d418f..dd72cf5 100644 --- a/src/ShippingRecorder.Api/ShippingRecorder.Api.csproj +++ b/src/ShippingRecorder.Api/ShippingRecorder.Api.csproj @@ -2,8 +2,8 @@ net9.0 - 1.9.0.0 - 1.9.0.0 + 1.10.0.0 + 1.10.0.0 enable false NU1900 diff --git a/src/ShippingRecorder.BusinessLogic/ShippingRecorder.BusinessLogic.csproj b/src/ShippingRecorder.BusinessLogic/ShippingRecorder.BusinessLogic.csproj index c2c95fc..4a8442c 100644 --- a/src/ShippingRecorder.BusinessLogic/ShippingRecorder.BusinessLogic.csproj +++ b/src/ShippingRecorder.BusinessLogic/ShippingRecorder.BusinessLogic.csproj @@ -3,7 +3,7 @@ net9.0 ShippingRecorder.BusinessLogic - 1.9.0.0 + 1.10.0.0 Dave Walker Copyright (c) Dave Walker 2025 Dave Walker @@ -15,7 +15,7 @@ https://github.com/davewalker5/ShippingRecorder MIT false - 1.9.0.0 + 1.10.0.0 NU1900 diff --git a/src/ShippingRecorder.Client/ShippingRecorder.Client.csproj b/src/ShippingRecorder.Client/ShippingRecorder.Client.csproj index 68c826b..a3bca2a 100644 --- a/src/ShippingRecorder.Client/ShippingRecorder.Client.csproj +++ b/src/ShippingRecorder.Client/ShippingRecorder.Client.csproj @@ -3,7 +3,7 @@ net9.0 ShippingRecorder.Client - 1.9.0.0 + 1.10.0.0 Dave Walker Copyright (c) Dave Walker 2025 Dave Walker @@ -15,7 +15,7 @@ https://github.com/davewalker5/ShippingRecorder MIT false - 1.9.0.0 + 1.10.0.0 NU1900 diff --git a/src/ShippingRecorder.Data/ShippingRecorder.Data.csproj b/src/ShippingRecorder.Data/ShippingRecorder.Data.csproj index 194c5ae..4c26177 100644 --- a/src/ShippingRecorder.Data/ShippingRecorder.Data.csproj +++ b/src/ShippingRecorder.Data/ShippingRecorder.Data.csproj @@ -3,7 +3,7 @@ net9.0 ShippingRecorder.Data - 1.9.0.0 + 1.10.0.0 Dave Walker Copyright (c) Dave Walker 2025 Dave Walker @@ -15,7 +15,7 @@ https://github.com/davewalker5/ShippingRecorder MIT false - 1.9.0.0 + 1.10.0.0 NU1900 diff --git a/src/ShippingRecorder.DataExchange/ShippingRecorder.DataExchange.csproj b/src/ShippingRecorder.DataExchange/ShippingRecorder.DataExchange.csproj index 15d9b10..965277c 100644 --- a/src/ShippingRecorder.DataExchange/ShippingRecorder.DataExchange.csproj +++ b/src/ShippingRecorder.DataExchange/ShippingRecorder.DataExchange.csproj @@ -3,7 +3,7 @@ net9.0 ShippingRecorder.DataExchange - 1.9.0.0 + 1.10.0.0 Dave Walker Copyright (c) Dave Walker 2025 Dave Walker @@ -15,7 +15,7 @@ https://github.com/davewalker5/ShippingRecorder MIT false - 1.9.0.0 + 1.10.0.0 NU1900 diff --git a/src/ShippingRecorder.Entities/ShippingRecorder.Entities.csproj b/src/ShippingRecorder.Entities/ShippingRecorder.Entities.csproj index 27315b2..83dbc8f 100644 --- a/src/ShippingRecorder.Entities/ShippingRecorder.Entities.csproj +++ b/src/ShippingRecorder.Entities/ShippingRecorder.Entities.csproj @@ -3,7 +3,7 @@ net9.0 ShippingRecorder.Entities - 1.9.0.0 + 1.10.0.0 Dave Walker Copyright (c) Dave Walker 2025 Dave Walker @@ -15,7 +15,7 @@ https://github.com/davewalker5/ShippingRecorder MIT false - 1.9.0.0 + 1.10.0.0 NU1900 diff --git a/src/ShippingRecorder.Manager/ShippingRecorder.Manager.csproj b/src/ShippingRecorder.Manager/ShippingRecorder.Manager.csproj index f6cfc43..708f4d7 100644 --- a/src/ShippingRecorder.Manager/ShippingRecorder.Manager.csproj +++ b/src/ShippingRecorder.Manager/ShippingRecorder.Manager.csproj @@ -3,8 +3,8 @@ Exe net9.0 - 1.9.0.0 - 1.9.0.0 + 1.10.0.0 + 1.10.0.0 Release;Debug NU1900 diff --git a/src/ShippingRecorder.Mvc/ShippingRecorder.Mvc.csproj b/src/ShippingRecorder.Mvc/ShippingRecorder.Mvc.csproj index 0b2fd1e..b74ee00 100644 --- a/src/ShippingRecorder.Mvc/ShippingRecorder.Mvc.csproj +++ b/src/ShippingRecorder.Mvc/ShippingRecorder.Mvc.csproj @@ -2,8 +2,8 @@ net9.0 - 1.9.0.0 - 1.9.0.0 + 1.10.0.0 + 1.10.0.0 enable false NU1900 diff --git a/src/ShippingRecorder.Mvc/Views/Shared/_Layout.cshtml b/src/ShippingRecorder.Mvc/Views/Shared/_Layout.cshtml index dd8a306..4ae4d14 100644 --- a/src/ShippingRecorder.Mvc/Views/Shared/_Layout.cshtml +++ b/src/ShippingRecorder.Mvc/Views/Shared/_Layout.cshtml @@ -3,7 +3,7 @@ - @ViewData["Title"] - Shiping Recorder + @ViewData["Title"] - Shipping Recorder @@ -12,38 +12,44 @@ - -
-
-