From 75028aa6475b3a184cb5c2058b2dd30eeca2fd73 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Mon, 27 Oct 2025 10:28:10 +0000 Subject: [PATCH] [GUI] Redesign and reorganize Filesystem window. --- Aaru.Gui/Views/Panels/FileSystem.xaml | 114 +++++++++++++++++--------- 1 file changed, 73 insertions(+), 41 deletions(-) diff --git a/Aaru.Gui/Views/Panels/FileSystem.xaml b/Aaru.Gui/Views/Panels/FileSystem.xaml index bb0388f13..dce90626a 100644 --- a/Aaru.Gui/Views/Panels/FileSystem.xaml +++ b/Aaru.Gui/Views/Panels/FileSystem.xaml @@ -37,6 +37,7 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:panels="clr-namespace:Aaru.Gui.ViewModels.Panels" xmlns:localization="clr-namespace:Aaru.Localization;assembly=Aaru.Localization" + xmlns:controls="clr-namespace:Aaru.Gui.Controls" mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450" @@ -44,47 +45,78 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - + + - - - + + + + + + + \ No newline at end of file