From e8c5a36d0d7aae0e6b3230f250ee2ecefdcd9012 Mon Sep 17 00:00:00 2001 From: ShahzaibAhmad05 Date: Fri, 2 Jan 2026 16:17:49 +0500 Subject: [PATCH] Organize Views into folders (editable) --- Views/{ => AI}/AIGenerationWindow.axaml | 0 Views/{ => AI}/AIGenerationWindow.axaml.cs | 0 Views/{ => AI}/ImageProcessingWindow.axaml | 0 Views/{ => AI}/ImageProcessingWindow.cs | 0 Views/{ => About}/AboutWindow.axaml | 0 Views/{ => About}/AboutWindow.axaml.cs | 0 .../ComponentPropertiesView.axaml | 0 .../ComponentPropertiesView.axaml.cs | 0 .../OtherComponentsWindow.axaml | 0 .../OtherComponentsWindow.axaml.cs | 0 .../{ => Export}/ExportComponentWindow.axaml | 0 .../ExportComponentWindow.axaml.cs | 0 Views/{ => Main}/MainWindow.axaml | 604 +++++++++--------- Views/{ => Main}/MainWindow.axaml.cs | 42 +- 14 files changed, 323 insertions(+), 323 deletions(-) rename Views/{ => AI}/AIGenerationWindow.axaml (100%) rename Views/{ => AI}/AIGenerationWindow.axaml.cs (100%) rename Views/{ => AI}/ImageProcessingWindow.axaml (100%) rename Views/{ => AI}/ImageProcessingWindow.cs (100%) rename Views/{ => About}/AboutWindow.axaml (100%) rename Views/{ => About}/AboutWindow.axaml.cs (100%) rename Views/{ => Components}/ComponentPropertiesView.axaml (100%) rename Views/{ => Components}/ComponentPropertiesView.axaml.cs (100%) rename Views/{ => Components}/OtherComponentsWindow.axaml (100%) rename Views/{ => Components}/OtherComponentsWindow.axaml.cs (100%) rename Views/{ => Export}/ExportComponentWindow.axaml (100%) rename Views/{ => Export}/ExportComponentWindow.axaml.cs (100%) rename Views/{ => Main}/MainWindow.axaml (97%) rename Views/{ => Main}/MainWindow.axaml.cs (96%) diff --git a/Views/AIGenerationWindow.axaml b/Views/AI/AIGenerationWindow.axaml similarity index 100% rename from Views/AIGenerationWindow.axaml rename to Views/AI/AIGenerationWindow.axaml diff --git a/Views/AIGenerationWindow.axaml.cs b/Views/AI/AIGenerationWindow.axaml.cs similarity index 100% rename from Views/AIGenerationWindow.axaml.cs rename to Views/AI/AIGenerationWindow.axaml.cs diff --git a/Views/ImageProcessingWindow.axaml b/Views/AI/ImageProcessingWindow.axaml similarity index 100% rename from Views/ImageProcessingWindow.axaml rename to Views/AI/ImageProcessingWindow.axaml diff --git a/Views/ImageProcessingWindow.cs b/Views/AI/ImageProcessingWindow.cs similarity index 100% rename from Views/ImageProcessingWindow.cs rename to Views/AI/ImageProcessingWindow.cs diff --git a/Views/AboutWindow.axaml b/Views/About/AboutWindow.axaml similarity index 100% rename from Views/AboutWindow.axaml rename to Views/About/AboutWindow.axaml diff --git a/Views/AboutWindow.axaml.cs b/Views/About/AboutWindow.axaml.cs similarity index 100% rename from Views/AboutWindow.axaml.cs rename to Views/About/AboutWindow.axaml.cs diff --git a/Views/ComponentPropertiesView.axaml b/Views/Components/ComponentPropertiesView.axaml similarity index 100% rename from Views/ComponentPropertiesView.axaml rename to Views/Components/ComponentPropertiesView.axaml diff --git a/Views/ComponentPropertiesView.axaml.cs b/Views/Components/ComponentPropertiesView.axaml.cs similarity index 100% rename from Views/ComponentPropertiesView.axaml.cs rename to Views/Components/ComponentPropertiesView.axaml.cs diff --git a/Views/OtherComponentsWindow.axaml b/Views/Components/OtherComponentsWindow.axaml similarity index 100% rename from Views/OtherComponentsWindow.axaml rename to Views/Components/OtherComponentsWindow.axaml diff --git a/Views/OtherComponentsWindow.axaml.cs b/Views/Components/OtherComponentsWindow.axaml.cs similarity index 100% rename from Views/OtherComponentsWindow.axaml.cs rename to Views/Components/OtherComponentsWindow.axaml.cs diff --git a/Views/ExportComponentWindow.axaml b/Views/Export/ExportComponentWindow.axaml similarity index 100% rename from Views/ExportComponentWindow.axaml rename to Views/Export/ExportComponentWindow.axaml diff --git a/Views/ExportComponentWindow.axaml.cs b/Views/Export/ExportComponentWindow.axaml.cs similarity index 100% rename from Views/ExportComponentWindow.axaml.cs rename to Views/Export/ExportComponentWindow.axaml.cs diff --git a/Views/MainWindow.axaml b/Views/Main/MainWindow.axaml similarity index 97% rename from Views/MainWindow.axaml rename to Views/Main/MainWindow.axaml index 807cdb3..bbcb135 100644 --- a/Views/MainWindow.axaml +++ b/Views/Main/MainWindow.axaml @@ -1,303 +1,303 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -