Add device detection and PDF generation features; refactor AuthDialog and update print utilities

This commit is contained in:
masoodafar-web
2025-11-14 13:12:31 +03:30
parent e86cb7aa47
commit 230ba41113
12 changed files with 397 additions and 54 deletions

View File

@@ -19,10 +19,14 @@
<PackageReference Include="Mapster" Version="7.4.0" />
<PackageReference Include="Grpc.Net.Client.Web" Version="2.71.0" />
<PackageReference Include="Grpc.Net.ClientFactory" Version="2.71.0" />
<!-- HTML to PDF for .NET Core using PdfSharpCore -->
<PackageReference Include="PdfSharpCore" Version="1.3.56" />
<PackageReference Include="HtmlRendererCore.PdfSharpCore" Version="1.0.1" />
</ItemGroup>
<ItemGroup>
<Folder Include="Components\" />
<Folder Include="Components" />
<Folder Include="Utilities/Pdf" />
</ItemGroup>
</Project>