From a78cf611c061a07f9c5c830da62e25f0ae416490 Mon Sep 17 00:00:00 2001 From: leo Date: Fri, 27 Sep 2024 17:12:13 +0800 Subject: [PATCH] ux: style for left panel of repository view --- src/Resources/Styles.axaml | 12 +++++++---- src/Views/Repository.axaml | 43 ++++++++++++++++++-------------------- 2 files changed, 28 insertions(+), 27 deletions(-) diff --git a/src/Resources/Styles.axaml b/src/Resources/Styles.axaml index 6de1a479..13ccf0a5 100644 --- a/src/Resources/Styles.axaml +++ b/src/Resources/Styles.axaml @@ -962,12 +962,14 @@ - diff --git a/src/Views/Repository.axaml b/src/Views/Repository.axaml index 786c8484..a897a5ba 100644 --- a/src/Views/Repository.axaml +++ b/src/Views/Repository.axaml @@ -19,31 +19,22 @@ - - - - + - + - - - - + - - + + @@ -138,6 +129,12 @@ Watermark="{DynamicResource Text.Repository.Filter}" Text="{Binding Filter, Mode=TwoWay}" VerticalContentAlignment="Center"> + + + + - + - + + IsVisible="{Binding SearchCommitFilterType, Converter={x:Static c:IntConverters.IsGreaterThanZero}}"> + +