Migliorie grefiche

This commit is contained in:
2025-09-18 12:17:45 +02:00
parent 06bda7c881
commit 4645b2660e
8 changed files with 34 additions and 7 deletions

View File

@@ -1,3 +1,4 @@
@using Java.Sql
@using salesbook.Shared.Components.Layout.Spinner
@using salesbook.Shared.Core.Dto.Activity
@using salesbook.Shared.Core.Entity
@@ -92,6 +93,9 @@
var difference = DateTime.Now - timestamp.Value;
if (DateTime.Now.Day != timestamp.Value.Day)
return timestamp.Value.ToString("dd/MM/yyyy");
switch (difference.TotalMinutes)
{
case < 1: