Implement theme management and settings dialog in PLib video library manager. Add theme service for light/dark/system themes, integrate settings dialog for user preferences, and update app configuration to include appearance options. Enhance thumbnail caching with new methods for cache size and clearing. Update README.md to reflect new features and settings.

This commit is contained in:
Leonid Pershin
2026-08-08 12:04:53 +03:00
parent 625eae7ead
commit 37c5feb2a6
24 changed files with 1099 additions and 185 deletions
+2
View File
@@ -12,10 +12,12 @@
<PackageReference Include="xunit.v3" />
<PackageReference Include="Shouldly" />
<PackageReference Include="NSubstitute" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\PLib.Application\PLib.Application.csproj" />
<ProjectReference Include="..\..\src\PLib.Desktop\PLib.Desktop.csproj" />
<ProjectReference Include="..\..\src\PLib.Domain\PLib.Domain.csproj" />
</ItemGroup>