From d40f2614c925e915329593cb2d6ee1563bd2c147 Mon Sep 17 00:00:00 2001 From: Mccree Lee Date: Sat, 25 May 2024 14:23:23 +0800 Subject: [PATCH 1/2] fix: remove How to ask questions --- .github/ISSUE_TEMPLATE/bug-report.yml | 2 -- .github/ISSUE_TEMPLATE/feature-request.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index bd05a65a7..0fa64323a 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -10,8 +10,6 @@ body: options: - label: I have looked up relevant Issue required: false - - label: I've read [How To Ask Questions](https://github.com/betaseeker/How-To-Ask-Questions) - required: false - type: textarea id: description attributes: diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index 4107d1c00..8c1e8ba34 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -10,8 +10,6 @@ body: options: - label: I have looked up relevant Issue required: false - - label: I've read [How To Ask Questions](https://github.com/betaseeker/How-To-Ask-Questions) - required: false - type: textarea id: description attributes: From 0303793716f933289c2b9439e7dd3aeb193092dc Mon Sep 17 00:00:00 2001 From: Mccree Lee Date: Sat, 25 May 2024 14:47:19 +0800 Subject: [PATCH 2/2] feat: customize `OpenPaneLength` & `TogglePaneButton` Position --- SukiUI/Controls/SukiSideMenu.axaml | 5 +- SukiUI/Controls/SukiSideMenu.axaml.cs | 48 +++++++++++++++---- ...SideMenuTogglePaneButtonPositionOptions.cs | 7 +++ 3 files changed, 49 insertions(+), 11 deletions(-) create mode 100644 SukiUI/Enums/SideMenuTogglePaneButtonPositionOptions.cs diff --git a/SukiUI/Controls/SukiSideMenu.axaml b/SukiUI/Controls/SukiSideMenu.axaml index e394124bd..ec325b9f1 100644 --- a/SukiUI/Controls/SukiSideMenu.axaml +++ b/SukiUI/Controls/SukiSideMenu.axaml @@ -2,7 +2,6 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:content="clr-namespace:SukiUI.Content" xmlns:suki="clr-namespace:SukiUI.Controls" - xmlns:sukiUi="clr-namespace:SukiUI" xmlns:theme="clr-namespace:SukiUI.Theme"> @@ -10,7 +9,7 @@ + OpenPaneLength="{TemplateBinding OpenPaneLength}"> @@ -20,7 +19,7 @@