From 1e57a60a9f1f98e60aac00efe5909a5c4e5da4aa Mon Sep 17 00:00:00 2001 From: Valentin Boulanger Date: Mon, 8 Jul 2024 09:35:31 +0200 Subject: [PATCH] added the project properties page --- frontend/src/App.svelte | 10 +++++----- .../src/components/{ => Animation}/Animation.svelte | 0 .../src/components/{ => Console}/GeneralConsole.svelte | 0 frontend/src/components/{ => Devices}/Devices.svelte | 0 .../components/{ => Preparation}/Preparation.svelte | 0 .../components/Settings/InputsOutputsContent.svelte | 2 +- frontend/src/components/{ => Show}/Show.svelte | 0 7 files changed, 6 insertions(+), 6 deletions(-) rename frontend/src/components/{ => Animation}/Animation.svelte (100%) rename frontend/src/components/{ => Console}/GeneralConsole.svelte (100%) rename frontend/src/components/{ => Devices}/Devices.svelte (100%) rename frontend/src/components/{ => Preparation}/Preparation.svelte (100%) rename frontend/src/components/{ => Show}/Show.svelte (100%) diff --git a/frontend/src/App.svelte b/frontend/src/App.svelte index d671866..970dbfb 100644 --- a/frontend/src/App.svelte +++ b/frontend/src/App.svelte @@ -2,12 +2,12 @@ import { _ } from 'svelte-i18n' import NavigationBar from './components/General/NavigationBar.svelte'; import Clock from './components/General/Clock.svelte' - import Preparation from './components/Preparation.svelte'; - import Animation from './components/Animation.svelte'; + import Preparation from './components/Preparation/Preparation.svelte'; + import Animation from './components/Animation/Animation.svelte'; import Settings from './components/Settings/Settings.svelte'; - import Devices from './components/Devices.svelte'; - import Show from './components/Show.svelte'; - import GeneralConsole from './components/GeneralConsole.svelte'; + import Devices from './components/Devices/Devices.svelte'; + import Show from './components/Show/Show.svelte'; + import GeneralConsole from './components/Console/GeneralConsole.svelte'; let selectedMenu = "settings" // When the navigation menu changed, update the selected menu diff --git a/frontend/src/components/Animation.svelte b/frontend/src/components/Animation/Animation.svelte similarity index 100% rename from frontend/src/components/Animation.svelte rename to frontend/src/components/Animation/Animation.svelte diff --git a/frontend/src/components/GeneralConsole.svelte b/frontend/src/components/Console/GeneralConsole.svelte similarity index 100% rename from frontend/src/components/GeneralConsole.svelte rename to frontend/src/components/Console/GeneralConsole.svelte diff --git a/frontend/src/components/Devices.svelte b/frontend/src/components/Devices/Devices.svelte similarity index 100% rename from frontend/src/components/Devices.svelte rename to frontend/src/components/Devices/Devices.svelte diff --git a/frontend/src/components/Preparation.svelte b/frontend/src/components/Preparation/Preparation.svelte similarity index 100% rename from frontend/src/components/Preparation.svelte rename to frontend/src/components/Preparation/Preparation.svelte diff --git a/frontend/src/components/Settings/InputsOutputsContent.svelte b/frontend/src/components/Settings/InputsOutputsContent.svelte index 652a6b5..60925a3 100644 --- a/frontend/src/components/Settings/InputsOutputsContent.svelte +++ b/frontend/src/components/Settings/InputsOutputsContent.svelte @@ -2,7 +2,7 @@ - +

This is the Inputs & outputs page