From 7a09f73c445ed68464f098e186e79a786e40e55c Mon Sep 17 00:00:00 2001 From: "j.foucher" Date: Sun, 3 May 2026 08:56:07 +0200 Subject: [PATCH] Sidebar: move from right to left MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Left-sidebar layout matches the convention of Steam, Discord, Spotify, VSCode, etc. — nav anchored to the leading edge. Also feels less intrusive: in a Library-centric default view the eye lands on the hero card first, sidebar fades into the chrome on the left. Just swaps the two ColumnDefinitions, the Grid.Column attributes and the Border's BorderThickness (left edge → right edge of the sidebar). Co-Authored-By: Claude Opus 4.7 (1M context) --- src/PSLauncher.App/Views/MainWindow.xaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/PSLauncher.App/Views/MainWindow.xaml b/src/PSLauncher.App/Views/MainWindow.xaml index 1204ba5..c667404 100644 --- a/src/PSLauncher.App/Views/MainWindow.xaml +++ b/src/PSLauncher.App/Views/MainWindow.xaml @@ -317,19 +317,19 @@ - + - - + + @@ -591,11 +591,11 @@ - - + + BorderThickness="0,0,1,0">