From 32f56623701409db92a7c0f94d6c7062540da0cc Mon Sep 17 00:00:00 2001 From: rabbitism Date: Wed, 14 Feb 2024 00:41:33 +0800 Subject: [PATCH] feat: add header footer to navmenu. --- demo/Ursa.Demo/Pages/NavMenuDemo.axaml | 126 +++++++++++--------- src/Ursa.Themes.Semi/Controls/NavMenu.axaml | 10 +- src/Ursa/Controls/Icons/TwoTonePathIcon.cs | 9 +- src/Ursa/Controls/NavMenu/NavMenu.cs | 21 ++++ 4 files changed, 97 insertions(+), 69 deletions(-) diff --git a/demo/Ursa.Demo/Pages/NavMenuDemo.axaml b/demo/Ursa.Demo/Pages/NavMenuDemo.axaml index 504c2eb..fd3b40c 100644 --- a/demo/Ursa.Demo/Pages/NavMenuDemo.axaml +++ b/demo/Ursa.Demo/Pages/NavMenuDemo.axaml @@ -15,69 +15,77 @@ - - - - - - - - - - - - - - - - - - - - - - + + Collapse + + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - Collapse - - - - - - - - - - - + diff --git a/src/Ursa.Themes.Semi/Controls/NavMenu.axaml b/src/Ursa.Themes.Semi/Controls/NavMenu.axaml index da22141..b7cdd91 100644 --- a/src/Ursa.Themes.Semi/Controls/NavMenu.axaml +++ b/src/Ursa.Themes.Semi/Controls/NavMenu.axaml @@ -12,9 +12,13 @@ - - - + + + + + + +