Migliorie grefiche
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
@using salesbook.Shared.Components.Layout.Overlay
|
||||
@inject IAttachedService AttachedService
|
||||
|
||||
<MudDialog Class="customDialog-form">
|
||||
<MudDialog Class="customDialog-form disable-safe-area">
|
||||
<DialogContent>
|
||||
<HeaderLayout ShowProfile="false" SmallHeader="true" Cancel="true" OnCancel="() => MudDialog.Cancel()" Title="Aggiungi allegati"/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user