10-project-settings (#13)

Added the project properties page.
This commit was merged in pull request #13.
This commit is contained in:
2024-07-08 11:19:35 +00:00
parent b33df4b447
commit 364dabee69
20 changed files with 357 additions and 16 deletions

View File

@@ -1,13 +1,13 @@
<script>
import { _ } from 'svelte-i18n'
import NavigationBar from './components/NavigationBar.svelte';
import Clock from './components/Clock.svelte'
import Preparation from './components/Preparation.svelte';
import Animation from './components/Animation.svelte';
import Settings from './components/Settings.svelte';
import Devices from './components/Devices.svelte';
import Show from './components/Show.svelte';
import GeneralConsole from './components/GeneralConsole.svelte';
import NavigationBar from './components/General/NavigationBar.svelte';
import Clock from './components/General/Clock.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/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