Skip to content

Commit

Permalink
Merge pull request #213 from DennisvHest/207-use-progress-bar-instead…
Browse files Browse the repository at this point in the history
…-of-spinner-when-loading-playlists

207 use progress bar instead of spinner when loading playlists
  • Loading branch information
DennisvHest authored Aug 24, 2024
2 parents c8a51a5 + 0fdd6e5 commit e345faa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MapMaven/Components/Playlists/PlaylistList.razor
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
</div>
@if (LoadingPlaylists)
{
<MudProgressCircular Color="Color.Info" Size="Size.Small" Indeterminate="true" Class="align-self-center" />
<MudProgressLinear Color="Color.Info" Indeterminate="true" />
}
<div class="full-height" style="overflow-y: auto; margin-right: 8px;">
@if (string.IsNullOrEmpty(PlaylistSearchText))
Expand Down
2 changes: 1 addition & 1 deletion MapMaven/MapMaven.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<ItemGroup>
<PackageReference Include="BeatSaber.SongHashing" Version="1.2.0" />
<PackageReference Include="BeatSaberPlaylistsLib" Version="1.6.6" />
<PackageReference Include="Blazor-ApexCharts" Version="3.4.0" />
<PackageReference Include="Blazor-ApexCharts" Version="3.3.0" />
<PackageReference Include="Clowd.Squirrel" Version="2.11.1" />
<PackageReference Include="CodeBeam.MudBlazor.Extensions" Version="7.0.0" />
<PackageReference Include="Markdig" Version="0.37.0" />
Expand Down

0 comments on commit e345faa

Please sign in to comment.