From f219acff4925d97fb817506d228b1d57a529a73b Mon Sep 17 00:00:00 2001 From: Zhang Dian <54255897+zdpcdt@users.noreply.github.com> Date: Mon, 9 Sep 2024 19:54:04 +0800 Subject: [PATCH] feat: Notification Position. --- demo/Ursa.Demo/Pages/NotificationDemo.axaml | 46 +++++++++++++++---- demo/Ursa.Demo/Pages/ToastDemo.axaml | 30 ++++++++---- .../ViewModels/NotificationDemoViewModel.cs | 10 ++++ .../Controls/Notification.axaml | 30 +++++++++++- .../Controls/Notification/NotificationCard.cs | 36 ++++++++++++++- 5 files changed, 130 insertions(+), 22 deletions(-) diff --git a/demo/Ursa.Demo/Pages/NotificationDemo.axaml b/demo/Ursa.Demo/Pages/NotificationDemo.axaml index b5cd1db..f32fb3c 100644 --- a/demo/Ursa.Demo/Pages/NotificationDemo.axaml +++ b/demo/Ursa.Demo/Pages/NotificationDemo.axaml @@ -11,24 +11,50 @@ - - + + + + + + + + + + + + + + + -