On desktop, don't allow clicking on the genre/tag as issue browsing is not yet implemented

This commit is contained in:
Joseph Milazzo 2025-06-20 09:23:22 -05:00
parent 6763e97a87
commit ba14f47a96
6 changed files with 21 additions and 12 deletions

View file

@ -10,8 +10,8 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.14.0" />
<PackageReference Include="BenchmarkDotNet.Annotations" Version="0.14.0" />
<PackageReference Include="BenchmarkDotNet" Version="0.15.1" />
<PackageReference Include="BenchmarkDotNet.Annotations" Version="0.15.1" />
<PackageReference Include="NSubstitute" Version="5.3.0" />
</ItemGroup>