feature: Allow show uncommitted changes in commits history like TortoiseHG Workspace

This commit is contained in:
Giuseppe Lippolis 2024-07-26 11:28:40 +02:00
parent 3c5a661fa0
commit ba8c6382e7
15 changed files with 166 additions and 65 deletions

View file

@ -87,7 +87,7 @@
</Grid>
</ListBoxItem>
<ListBoxItem>
<ListBoxItem IsVisible="{Binding Source={x:Static vm:Preference.Instance}, Path=!ShowUncommittedChangesInHistory , Mode=OneWay}">
<Grid Classes="view_mode" ColumnDefinitions="32,*,Auto">
<Path Grid.Column="0" Width="12" Height="12" Data="{StaticResource Icons.Send}"/>
<TextBlock Grid.Column="1" Classes="primary" Text="{DynamicResource Text.WorkingCopy}"/>