Stable notifications page
continuous-integration/drone/pr Build is passing

This commit is contained in:
Khwezi Mngoma
2026-05-17 16:11:01 +02:00
parent ff81325020
commit c2d6fd1b17
4 changed files with 1093 additions and 3 deletions
+5 -3
View File
@@ -16,7 +16,8 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="LiteCharms.Features" Version="1.32.0" />
<PackageReference Include="LiteCharms.Features" Version="1.34.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.QuickGrid" Version="10.0.8" />
<PackageReference Include="Polly" Version="8.6.6" />
</ItemGroup>
@@ -25,8 +26,8 @@
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="10.0.8" />
<!-- Global Usings -->
<Using Include="Microsoft.AspNetCore.Authentication.Cookies"/>
<Using Include="Microsoft.AspNetCore.Authentication.OpenIdConnect"/>
<Using Include="Microsoft.AspNetCore.Authentication.Cookies" />
<Using Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" />
</ItemGroup>
<!-- UI -->
@@ -57,6 +58,7 @@
<!-- Shared Global Usings -->
<ItemGroup>
<Using Include="Microsoft.AspNetCore.Components.QuickGrid" />
<Using Include="Microsoft.AspNetCore.HttpOverrides" />
<Using Include="Microsoft.AspNetCore.Authentication" />
<Using Include="Blazored.Toast" />