From 86b4e10a83b21231246ce55ec3a5aaed27d509ad Mon Sep 17 00:00:00 2001 From: scoped Date: Sun, 22 Feb 2026 12:42:09 -0500 Subject: [PATCH] Refactor MainWindow.xaml.cs to improve the visual feedback for active selections in navigation buttons, enhancing user experience. This update includes style adjustments to better indicate the currently selected page. --- ClipForge/App.xaml | 39 +++++++- ClipForge/MainWindow.xaml | 196 ++++++++++++++++++++++++-------------- 2 files changed, 160 insertions(+), 75 deletions(-) diff --git a/ClipForge/App.xaml b/ClipForge/App.xaml index b3f8d56..d741abd 100644 --- a/ClipForge/App.xaml +++ b/ClipForge/App.xaml @@ -8,9 +8,44 @@ - - + + + + + + + + + + + + + + + + + + + diff --git a/ClipForge/MainWindow.xaml b/ClipForge/MainWindow.xaml index e50bd9b..bf013f1 100644 --- a/ClipForge/MainWindow.xaml +++ b/ClipForge/MainWindow.xaml @@ -13,56 +13,71 @@ - + - + - + - - - + + + + + + + + + - + @@ -91,7 +112,7 @@ - + @@ -102,37 +123,44 @@ - + + FontSize="26" + FontWeight="Bold" + Foreground="{StaticResource ClipForgeTextPrimaryBrush}"/> + Margin="0,0,0,4"/>