Skip to content

Commit 891e1b2

Browse files
committed
ux: show name of stash instead of SHA which is useless to user
Signed-off-by: leo <[email protected]>
1 parent c349ac1 commit 891e1b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Views/StashesPage.axaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
<Border BorderBrush="{DynamicResource Brush.Border2}" BorderThickness="0,0,0,1" Padding="4" Background="Transparent" ContextRequested="OnStashContextRequested">
9393
<Grid RowDefinitions="Auto,*" >
9494
<Grid Grid.Row="0" ColumnDefinitions="*,Auto">
95-
<TextBlock Grid.Column="0" Classes="primary" Text="{Binding SHA, Converter={x:Static c:StringConverters.ToShortSHA}}" Foreground="DarkOrange" TextDecorations="Underline" Cursor="Hand"/>
95+
<TextBlock Grid.Column="0" Classes="primary" Text="{Binding Name}" Foreground="DarkOrange"/>
9696
<TextBlock Grid.Column="1" Classes="primary" Text="{Binding TimeStr}" Foreground="{DynamicResource Brush.FG2}" Margin="8,0,0,0"/>
9797
</Grid>
9898

0 commit comments

Comments
 (0)