Skip to content

Commit

Permalink
fix: downgrade FA library to fix a deadlock (#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
timschneeb committed Jul 11, 2024
1 parent e5c54d3 commit ab5f349
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion GalaxyBudsClient/GalaxyBudsClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
<PackageReference Include="Config.Net" Version="5.2.0" />
<PackageReference Include="CS-Script" Version="4.8.16" />
<PackageReference Include="FluentAvalonia.BreadcrumbBar" Version="2.0.2" />
<PackageReference Include="FluentAvaloniaUI" Version="2.1.0-preview5" />
<PackageReference Include="FluentAvaloniaUI" Version="2.1.0-preview2" />
<PackageReference Include="FluentIcons.Avalonia.Fluent" Version="1.1.234-exp" />
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="6.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.0-preview.3.24172.4">
Expand Down
6 changes: 6 additions & 0 deletions GalaxyBudsClient/Interface/Pages/BatteryHistoryPage.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,14 @@
Cursor="{Binding PlotCursor}"
Grid.Row="3" />

<ProgressBar Grid.Row="3"
Padding="16"
IsIndeterminate="True"
IsVisible="{Binding IsPlotLoading}"/>
<!-- TODO reintroduce progress ring after upgrading FluentAvalonia
<ui:ProgressRing IsVisible="{Binding IsPlotLoading}"
Grid.Row="3" />
-->

<StackPanel Grid.Row="4"
Margin="0,8,0,0"
Expand Down

0 comments on commit ab5f349

Please sign in to comment.