cleanup routes, cleanup root components

This commit is contained in:
Christoph Kluge
2025-12-15 15:10:10 +01:00
parent c5aff1a2ca
commit d56b0e93db
6 changed files with 21 additions and 43 deletions

View File

@@ -6,9 +6,9 @@
-->
<script>
import {
getContext
} from "svelte"
// import {
// getContext
// } from "svelte"
import {
queryStore,
gql,
@@ -45,7 +45,7 @@
/*Const Init */
const { query: initq } = init();
const client = getContextClient();
const useCbColors = getContext("cc-config")?.plotConfiguration_colorblindMode || false
// const useCbColors = getContext("cc-config")?.plotConfiguration_colorblindMode || false
/* States */
let from = $state(new Date(Date.now() - (5 * 60 * 1000)));