From 31db52d0d7d967ffafd54d4d129b31bade26f4c0 Mon Sep 17 00:00:00 2001 From: MarcoE Date: Mon, 22 Sep 2025 15:10:24 +0200 Subject: [PATCH] Fix vari --- salesbook.Shared/Components/Pages/User.razor.css | 2 +- .../SingleElements/Card/CommessaCard.razor.css | 2 +- salesbook.Web/Core/Services/ManageDataService.cs | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/salesbook.Shared/Components/Pages/User.razor.css b/salesbook.Shared/Components/Pages/User.razor.css index c1cc567..c59348f 100644 --- a/salesbook.Shared/Components/Pages/User.razor.css +++ b/salesbook.Shared/Components/Pages/User.razor.css @@ -93,7 +93,7 @@ width: 100%; background: var(--light-card-background); padding: 0 !important; - padding-bottom: .5rem !; + padding-bottom: .5rem !important; border-radius: 16px; margin-bottom: 0 !important; } diff --git a/salesbook.Shared/Components/SingleElements/Card/CommessaCard.razor.css b/salesbook.Shared/Components/SingleElements/Card/CommessaCard.razor.css index 12ff7a8..d9f919b 100644 --- a/salesbook.Shared/Components/SingleElements/Card/CommessaCard.razor.css +++ b/salesbook.Shared/Components/SingleElements/Card/CommessaCard.razor.css @@ -7,7 +7,7 @@ line-height: normal; border-left: 5px solid var(--card-border-color); - background-color: hsl(from var(--card-border-color) h s 98%); + background-color: hsl(from var(--card-border-color) h s 99%); } .activity-left-section { diff --git a/salesbook.Web/Core/Services/ManageDataService.cs b/salesbook.Web/Core/Services/ManageDataService.cs index 703d7f2..f5b7864 100644 --- a/salesbook.Web/Core/Services/ManageDataService.cs +++ b/salesbook.Web/Core/Services/ManageDataService.cs @@ -29,11 +29,6 @@ public class ManageDataService : IManageDataService throw new NotImplementedException(); } - public Task> GetContact(WhereCondContact whereCond) - { - throw new NotImplementedException(); - } - public Task GetSpecificContact(string codAnag, bool IsContact) { throw new NotImplementedException(); @@ -74,6 +69,11 @@ public class ManageDataService : IManageDataService throw new NotImplementedException(); } + public Task> MapActivity(List? activities) + { + throw new NotImplementedException(); + } + public Task ClearDb() { throw new NotImplementedException();