From d2994696130613e49331c5f9f352bf6b6523dddf Mon Sep 17 00:00:00 2001 From: leo Date: Fri, 16 May 2025 10:47:38 +0800 Subject: [PATCH] ux: show tooltip at right of hovered item in repository's left side bar (#1317) Signed-off-by: leo --- src/Views/BranchTree.axaml | 8 +++++--- src/Views/SubmodulesView.axaml | 7 ++++++- src/Views/TagsView.axaml | 14 ++++++++++++-- 3 files changed, 23 insertions(+), 6 deletions(-) diff --git a/src/Views/BranchTree.axaml b/src/Views/BranchTree.axaml index 61a08613..a90b327e 100644 --- a/src/Views/BranchTree.axaml +++ b/src/Views/BranchTree.axaml @@ -32,11 +32,13 @@ - + + ColumnDefinitions="16,*"> - + diff --git a/src/Views/TagsView.axaml b/src/Views/TagsView.axaml index 9bf1e653..2795c403 100644 --- a/src/Views/TagsView.axaml +++ b/src/Views/TagsView.axaml @@ -26,7 +26,13 @@ SelectionChanged="OnRowSelectionChanged"> - + @@ -86,7 +92,11 @@ SelectionChanged="OnRowSelectionChanged"> - +