Wartung: GraphView useMemoryGraph-Fix und Auftragsbuch-Status-Reaktivitaet bei ahead > 0

This commit is contained in:
Hitonabi
2026-07-09 12:04:56 +02:00
parent 51c0c868b2
commit bbed8211f8
5 changed files with 6 additions and 6 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -7,7 +7,7 @@
<link rel="manifest" href="/manifest.webmanifest" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<title>Mission Control 2.0</title>
<script type="module" crossorigin src="/assets/index--f4XyXiY.js"></script>
<script type="module" crossorigin src="/assets/index-BCXpKH8G.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-DnWvM6fs.css">
</head>
<body>
+1 -1
View File
@@ -55,7 +55,7 @@ export function MemoryView() {
const { showAlert, showConfirm, dialogElement } = useDialog()
const { data: allItems = [] } = useMemory({})
const { data: items = [], error: itemsErr } = useMemory({ q, category: filter })
const { data: graph } = useMemoryGraph(view === "graph")
const { data: graph } = useMemoryGraph(true)
const error = itemsErr ? String(itemsErr) : ""
const reloadMemory = () => {