Prima implementazione pagina "Attività"
This commit is contained in:
@@ -101,6 +101,7 @@
|
||||
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="10.0.70" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.Components.WebView.Maui" Version="10.0.70" />
|
||||
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="10.0.8" />
|
||||
<PackageReference Include="MudBlazor" Version="9.5.0" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
@@ -3,6 +3,8 @@ using Microsoft.Extensions.Logging;
|
||||
using Fixiy.Maui.Services;
|
||||
using Fixiy.Shared;
|
||||
using Fixiy.Shared.Interfaces;
|
||||
using Fixiy.Shared.Services;
|
||||
using MudBlazor.Services;
|
||||
|
||||
namespace Fixiy.Maui
|
||||
{
|
||||
@@ -31,6 +33,8 @@ namespace Fixiy.Maui
|
||||
#endif
|
||||
|
||||
builder.Services.AddSingleton<IFormFactor, FormFactor>();
|
||||
builder.Services.AddSingleton<MockAttivitaService>();
|
||||
builder.Services.AddMudServices();
|
||||
|
||||
return builder.Build();
|
||||
}
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
<link href="_content/Blazor.Bootstrap/blazor.bootstrap.css" rel="stylesheet" />
|
||||
|
||||
<link rel="stylesheet" href="_content/Fixiy.Shared/css/remixicon/remixicon.css" />
|
||||
<link rel="stylesheet" href="_content/MudBlazor/MudBlazor.min.css" />
|
||||
<link rel="stylesheet" href="_content/Fixiy.Shared/css/app.css" />
|
||||
<link rel="stylesheet" href="_content/Fixiy.Shared/css/default-theme.css" />
|
||||
<link rel="stylesheet" href="Fixiy.Maui.styles.css" />
|
||||
@@ -35,6 +36,8 @@
|
||||
</div>
|
||||
|
||||
<script src="_framework/blazor.webview.js" autostart="false"></script>
|
||||
<script src="_content/Fixiy.Shared/js/signaturePad.js"></script>
|
||||
<script src="_content/MudBlazor/MudBlazor.min.js"></script>
|
||||
<script src="_content/Fixiy.Shared/js/bootstrap/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMnet107bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
|
||||
<!-- Add chart.js reference if chart components are used in your application. -->
|
||||
<!--<script src="_content/Fixiy.Shared/js/bootstrap/chart.umd.js" integrity="sha512-gQhCDsnnnUfaRzD8k1L5llCCV6O9HN09zClIzzeJ8OJ9MpGmIlCxm+pdCkqTwqJ4JcjbojFr79rl2F1mzcoLMQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>-->
|
||||
|
||||
Reference in New Issue
Block a user