Notification.Avalonia icon indicating copy to clipboard operation
Notification.Avalonia copied to clipboard

Results 5 Notification.Avalonia issues
Sort by recently updated
recently updated
newest added

On my MainWindowViewModel I have the following functions defined: ``` public void ShowSuccessMessage(string message) { Manager.CreateMessage() .Foreground("#000000") .Background("#5BF58B") .HasMessage(message) .Dismiss().WithDelay(TimeSpan.FromSeconds(5)) .Queue(); } public void ShowErrorMessage(string message) { Manager.CreateMessage() .Foreground("#000000") .Background("#F55B5B")...

When showing a notification with `.Animates(true)`, it appears as though the notification itself animates in & out, but the shadow does not. This creates a glitchy-looking effect, especially when the...

Could anyone give me a hint on what may be happening? I've tried some workarounds but sometimes this happens out of nowhere. > System.InvalidOperationException: The control already has a visual...

I added notification types and a property to opt out of showing the notification type. The generic theme now displays the notification type with a accented icon. ### New Notification...

.editorconfig, .gitignore, netstandard2.0, updated Avalonia, format