From f9f44ae9cb0d2b21e54a1892dd746185173dd287 Mon Sep 17 00:00:00 2001 From: leo Date: Wed, 18 Jun 2025 20:33:49 +0800 Subject: [PATCH] ux: show `Name` of stash instead of `SHA` in `Apply Stash` and `Drop Stash` popup Signed-off-by: leo --- src/Views/ApplyStash.axaml | 5 ++--- src/Views/DropStash.axaml | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/src/Views/ApplyStash.axaml b/src/Views/ApplyStash.axaml index 44a97f42..505e7662 100644 --- a/src/Views/ApplyStash.axaml +++ b/src/Views/ApplyStash.axaml @@ -3,7 +3,6 @@ xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:vm="using:SourceGit.ViewModels" - xmlns:c="using:SourceGit.Converters" mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450" x:Class="SourceGit.Views.ApplyStash" x:DataType="vm:ApplyStash"> @@ -21,8 +20,8 @@ HorizontalAlignment="Left" VerticalAlignment="Center" Data="{StaticResource Icons.Stashes}"/> - - + + @@ -21,8 +20,8 @@ HorizontalAlignment="Left" VerticalAlignment="Center" Data="{StaticResource Icons.Stashes}"/> - - + +