Add visual for GUI; fix clippy issue.

This commit is contained in:
Ember
2026-02-10 16:49:03 -08:00
committed by Cooper Quintin
parent 0c624c2bc2
commit 480b6f8681
4 changed files with 75 additions and 2 deletions
+2
View File
@@ -11,6 +11,7 @@
import ConfigForm from '$lib/components/ConfigForm.svelte';
import ActionErrors from '$lib/components/ActionErrors.svelte';
import ClockDriftAlert from '$lib/components/ClockDriftAlert.svelte';
import DiskSpaceAlert from '$lib/components/DiskSpaceAlert.svelte';
import LogView from '$lib/components/LogView.svelte';
let manager: AnalysisManager = new AnalysisManager();
@@ -210,6 +211,7 @@
<ActionErrors />
<ClockDriftAlert />
{#if loaded}
<DiskSpaceAlert stats={system_stats!} is_recording={!!current_entry} />
<div class="flex flex-col lg:flex-row gap-4">
{#if current_entry}
<Card