From 5caf88625259c5847016e0a0a7dd1ac22f8d5f28 Mon Sep 17 00:00:00 2001 From: jake Date: Sat, 21 Mar 2026 11:04:06 +0000 Subject: [PATCH] =?UTF-8?q?agent:=20history=20=E2=80=94=20restyle=20with?= =?UTF-8?q?=20brand=20tokens=20and=20empty=20state?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- src/lib/pages/HistoryPage.svelte | 76 ++++++++++++-------------------- 1 file changed, 28 insertions(+), 48 deletions(-) diff --git a/src/lib/pages/HistoryPage.svelte b/src/lib/pages/HistoryPage.svelte index 556fc47..6a240b3 100644 --- a/src/lib/pages/HistoryPage.svelte +++ b/src/lib/pages/HistoryPage.svelte @@ -4,8 +4,10 @@ import { history, saveHistory, deleteFromHistory } from "$lib/stores/page.svelte.js"; import { convertFileSrc } from "@tauri-apps/api/core"; import Card from "$lib/components/Card.svelte"; + import EmptyState from "$lib/components/EmptyState.svelte"; import { formatTime, formatDuration } from "$lib/utils/time.js"; import { PLAYBACK_SPEEDS, FEEDBACK_TIMEOUT_MS } from "$lib/utils/constants.js"; + import { Search, Clock, Play, Pause, FileText, Mic, ChevronDown } from 'lucide-svelte'; let searchQuery = $state(""); let expandedId = $state(null); @@ -157,9 +159,7 @@
- - - +