Skip to content

Commit

Permalink
Updated nuget packages + some styling fixes from MudBlazor update
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisvHest committed Apr 6, 2024
1 parent 7069fbc commit f3b8264
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 15 deletions.
8 changes: 4 additions & 4 deletions MapMaven.Core.Tests/MapMaven.Core.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
<PackageReference Include="MockQueryable.Moq" Version="7.0.1" />
<PackageReference Include="Moq" Version="4.20.70" />
<PackageReference Include="RichardSzalay.MockHttp" Version="7.0.0" />
<PackageReference Include="System.IO.Abstractions.TestingHelpers" Version="20.0.34" />
<PackageReference Include="TestableIO.System.IO.Abstractions" Version="20.0.34" />
<PackageReference Include="TestableIO.System.IO.Abstractions.Wrappers" Version="20.0.34" />
<PackageReference Include="System.IO.Abstractions.TestingHelpers" Version="21.0.2" />
<PackageReference Include="TestableIO.System.IO.Abstractions" Version="21.0.2" />
<PackageReference Include="TestableIO.System.IO.Abstractions.Wrappers" Version="21.0.2" />
<PackageReference Include="xunit" Version="2.7.0" />
<PackageReference Include="Xunit.Microsoft.DependencyInjection" Version="8.0.12" />
<PackageReference Include="Xunit.Microsoft.DependencyInjection" Version="8.0.13" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.7">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
Expand Down
6 changes: 3 additions & 3 deletions MapMaven.Core/MapMaven.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<PackageReference Include="NAudio" Version="2.2.1" />
<PackageReference Include="NAudio.Vorbis" Version="1.5.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="NSwag.ApiDescription.Client" Version="14.0.3">
<PackageReference Include="NSwag.ApiDescription.Client" Version="14.0.7">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand All @@ -46,8 +46,8 @@
<PackageReference Include="System.Data.SqlClient" Version="4.8.6" />
<PackageReference Include="System.Drawing.Common" Version="8.0.3" />
<PackageReference Include="System.Reactive" Version="6.0.0" />
<PackageReference Include="TestableIO.System.IO.Abstractions" Version="20.0.34" />
<PackageReference Include="TestableIO.System.IO.Abstractions.Wrappers" Version="20.0.34" />
<PackageReference Include="TestableIO.System.IO.Abstractions" Version="21.0.2" />
<PackageReference Include="TestableIO.System.IO.Abstractions.Wrappers" Version="21.0.2" />
</ItemGroup>
<ItemGroup Label="ScoreSaberScoreEstimateMLModel">
<None Include="ScoreEstimation\ScoreSaberScoreEstimateMLModel.consumption.cs">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</PackageReference>
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.19.6" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.20.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="RateLimiter" Version="2.2.0" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</PackageReference>
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.19.6" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.20.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="RateLimiter" Version="2.2.0" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion MapMaven/Components/Maps/MapBrowserRow.razor
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<SongPlaybackButton Map="context.Item"></SongPlaybackButton>
</MudTooltip>
<MudTooltip Text="Open map details" ShowOnFocus="false">
<MudIconButton Icon="@Icons.Material.Filled.Info" Class="pb-0 pt-1" Variant="Variant.Text" Size="Size.Medium" OnClick="() => OpenDetails(context.Item)" />
<MudIconButton Icon="@Icons.Material.Filled.Info" Class="pb-0 pt-1 no-hover-background" Variant="Variant.Text" Size="Size.Medium" OnClick="() => OpenDetails(context.Item)" />
</MudTooltip>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion MapMaven/Components/Maps/SongPlaybackButton.razor
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</div>
}
<MudIconButton Icon="@(CurrentlyPlaying ? Icons.Material.Filled.StopCircle : Icons.Material.Filled.PlayCircle)"
Class="pt-0 pb-1"
Class="pt-0 pb-1 no-hover-background"
OnClick="PlayPauseSongPreview">
</MudIconButton>
</div>
Expand Down
8 changes: 4 additions & 4 deletions MapMaven/MapMaven.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Utilities" Version="17.9.37000" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.5.240311000" />
<PackageReference Include="MudBlazor" Version="6.17.0" />
<PackageReference Include="MudBlazor" Version="6.19.1" />
<PackageReference Include="NAudio" Version="2.2.1" />
<PackageReference Include="NAudio.Vorbis" Version="1.5.0" />
<PackageReference Include="PInvoke.User32" Version="0.7.124" />
Expand All @@ -108,9 +108,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.10" />
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="8.0.10" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebView.Maui" Version="8.0.10" />
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.14" />
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="8.0.14" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebView.Maui" Version="8.0.14" />
</ItemGroup>

</Project>
4 changes: 4 additions & 0 deletions MapMaven/wwwroot/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -213,4 +213,8 @@ a:hover {

.default-html > :matches(ol, ul) :matches(ol, ul) ul {
list-style-type: square;
}

.mud-icon-button.no-hover-background:hover {
background-color: initial !important;
}

0 comments on commit f3b8264

Please sign in to comment.