From b78b0b8fb96a8ee8f0a8c32657ae5909b748817b Mon Sep 17 00:00:00 2001 From: "j.foucher" Date: Sat, 2 May 2026 09:51:47 +0200 Subject: [PATCH] =?UTF-8?q?UI:=20float=20"V=C3=A9rifier=20les=20MAJ"=20ove?= =?UTF-8?q?r=20the=20body,=20hide=20footer=20when=20idle?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The check-updates button was anchored inside the footer band, which felt heavy and obscured the background bitmap. Move it to a floating position: bottom-left of the body, 32px from the left edge, 24px above where the footer would render. The button now sits directly over the ASTERION VR background art, giving the chrome a lighter look. The footer goes back to its original behavior — visible only when busy or when there's a status message — instead of being permanently shown just to host the check button. Implementation: wrap the body's ScrollViewer in a single-cell Grid so a sibling Button with HorizontalAlignment=Left, VerticalAlignment= Bottom can overlay it without interfering with the version cards or the scroll behavior. Co-Authored-By: Claude Opus 4.7 (1M context) --- src/PSLauncher.App/Views/MainWindow.xaml | 60 ++++++++++++------------ 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/src/PSLauncher.App/Views/MainWindow.xaml b/src/PSLauncher.App/Views/MainWindow.xaml index a8d1190..d4da573 100644 --- a/src/PSLauncher.App/Views/MainWindow.xaml +++ b/src/PSLauncher.App/Views/MainWindow.xaml @@ -290,8 +290,9 @@ - - + + + @@ -484,36 +485,29 @@ - + - + +