|
|
|
@ -1,6 +1,4 @@
|
|
|
|
|
using System.Diagnostics; |
|
|
|
|
using Avalonia.Input; |
|
|
|
|
using Avalonia.Labs.Controls; |
|
|
|
|
using Avalonia.Input; |
|
|
|
|
using StabilityMatrix.Avalonia.Controls; |
|
|
|
|
using StabilityMatrix.Avalonia.ViewModels.PackageManager; |
|
|
|
|
using StabilityMatrix.Core.Attributes; |
|
|
|
@ -22,9 +20,4 @@ public partial class PackageInstallBrowserView : UserControlBase
|
|
|
|
|
vm.ClearSearchQuery(); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
private void AsyncImage_OnFailed(object? sender, AsyncImage.AsyncImageFailedEventArgs e) |
|
|
|
|
{ |
|
|
|
|
Debug.WriteLine($"Failed to load image: {e.ErrorException?.Message}"); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|