From 862d4157d289ef378a3d0b31feae99cdce7b7c2a Mon Sep 17 00:00:00 2001 From: Dong Bin Date: Tue, 25 Feb 2025 01:05:06 +0800 Subject: [PATCH 1/4] feat: fix demo name. add a failing case. --- ...{SelectionBoxDemo.axaml => SelectionListDemo.axaml} | 10 +++++++--- ...tionBoxDemo.axaml.cs => SelectionListDemo.axaml.cs} | 0 2 files changed, 7 insertions(+), 3 deletions(-) rename demo/Ursa.Demo/Pages/{SelectionBoxDemo.axaml => SelectionListDemo.axaml} (89%) rename demo/Ursa.Demo/Pages/{SelectionBoxDemo.axaml.cs => SelectionListDemo.axaml.cs} (100%) diff --git a/demo/Ursa.Demo/Pages/SelectionBoxDemo.axaml b/demo/Ursa.Demo/Pages/SelectionListDemo.axaml similarity index 89% rename from demo/Ursa.Demo/Pages/SelectionBoxDemo.axaml rename to demo/Ursa.Demo/Pages/SelectionListDemo.axaml index 18068cf..ec4a9c3 100644 --- a/demo/Ursa.Demo/Pages/SelectionBoxDemo.axaml +++ b/demo/Ursa.Demo/Pages/SelectionListDemo.axaml @@ -12,10 +12,14 @@ x:DataType="vm:SelectionListDemoViewModel" mc:Ignorable="d"> - + - + @@ -36,9 +40,9 @@