From 699db4f9ffd4a1a4f113b5347a99945fd1d3aec2 Mon Sep 17 00:00:00 2001
From: Yair <39923744+yaira2@users.noreply.github.com>
Date: Tue, 8 Jul 2025 16:24:08 -0400
Subject: [PATCH 1/3] Code Quality: Animated chevron
---
.../BreadcrumbBar/BreadcrumbBar.xaml | 49 ++++++++++++-------
1 file changed, 30 insertions(+), 19 deletions(-)
diff --git a/src/Files.App.Controls/BreadcrumbBar/BreadcrumbBar.xaml b/src/Files.App.Controls/BreadcrumbBar/BreadcrumbBar.xaml
index 071c43d19e5a..02aebd7a049c 100644
--- a/src/Files.App.Controls/BreadcrumbBar/BreadcrumbBar.xaml
+++ b/src/Files.App.Controls/BreadcrumbBar/BreadcrumbBar.xaml
@@ -203,31 +203,28 @@
-
-
-
-
-
-
-
+ RenderTransformOrigin="0.5,0.5">
+
+
+
+
+
+
-
@@ -238,14 +235,28 @@
-
+
+
+
+
+
+
-
-
-
+
+
+
-
From 8bb959fa25454d39c5870f7e5eaa94b4b2ec03e9 Mon Sep 17 00:00:00 2001
From: Yair <39923744+yaira2@users.noreply.github.com>
Date: Tue, 8 Jul 2025 16:39:20 -0400
Subject: [PATCH 2/3] Update BreadcrumbBar.xaml
---
.../BreadcrumbBar/BreadcrumbBar.xaml | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/src/Files.App.Controls/BreadcrumbBar/BreadcrumbBar.xaml b/src/Files.App.Controls/BreadcrumbBar/BreadcrumbBar.xaml
index 02aebd7a049c..ca0375d743df 100644
--- a/src/Files.App.Controls/BreadcrumbBar/BreadcrumbBar.xaml
+++ b/src/Files.App.Controls/BreadcrumbBar/BreadcrumbBar.xaml
@@ -242,7 +242,11 @@
Storyboard.TargetName="ChevronRotateTransform"
Storyboard.TargetProperty="Angle"
To="0"
- Duration="0:0:0.1" />
+ Duration="0:0:0.2">
+
+
+
+
@@ -253,7 +257,11 @@
Storyboard.TargetName="ChevronRotateTransform"
Storyboard.TargetProperty="Angle"
To="90"
- Duration="0:0:0.1" />
+ Duration="0:0:0.2">
+
+
+
+
From 58ac27c38b404dd5e5ab39f5a618599ecd9a7c50 Mon Sep 17 00:00:00 2001
From: Yair <39923744+yaira2@users.noreply.github.com>
Date: Tue, 8 Jul 2025 17:00:24 -0400
Subject: [PATCH 3/3] Fix crash
---
src/Files.App.Controls/BreadcrumbBar/BreadcrumbBar.xaml | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/Files.App.Controls/BreadcrumbBar/BreadcrumbBar.xaml b/src/Files.App.Controls/BreadcrumbBar/BreadcrumbBar.xaml
index ca0375d743df..cd45ce83ad0b 100644
--- a/src/Files.App.Controls/BreadcrumbBar/BreadcrumbBar.xaml
+++ b/src/Files.App.Controls/BreadcrumbBar/BreadcrumbBar.xaml
@@ -213,7 +213,6 @@
Foreground="{ThemeResource BreadcrumbBarForegroundBrush}"
Glyph=""
IsTextScaleFactorEnabled="False"
- MirroredWhenRightToLeft="True"
RenderTransformOrigin="0.5,0.5">