From bf43dd828a48322af1eb3a56d5f857475c3f8c7c Mon Sep 17 00:00:00 2001 From: leo Date: Tue, 3 Jun 2025 12:34:49 +0800 Subject: [PATCH] ux: new style for ref's `Visibility in Graph` context menu item Signed-off-by: leo --- src/Resources/Styles.axaml | 17 ++++ src/ViewModels/FilterModeInGraph.cs | 62 +++++++++++++ src/ViewModels/Histories.cs | 127 +++++---------------------- src/Views/FilterModeInGraph.axaml | 31 +++++++ src/Views/FilterModeInGraph.axaml.cs | 12 +++ 5 files changed, 142 insertions(+), 107 deletions(-) create mode 100644 src/ViewModels/FilterModeInGraph.cs create mode 100644 src/Views/FilterModeInGraph.axaml create mode 100644 src/Views/FilterModeInGraph.axaml.cs diff --git a/src/Resources/Styles.axaml b/src/Resources/Styles.axaml index 923ef22b..629c4354 100644 --- a/src/Resources/Styles.axaml +++ b/src/Resources/Styles.axaml @@ -843,6 +843,10 @@ + + + + @@ -949,6 +953,19 @@ + + + + +