From d090b490015c103c895015140bf8b0e86237bf35 Mon Sep 17 00:00:00 2001 From: Xin Wang Date: Sun, 7 Jun 2026 09:21:20 +0800 Subject: [PATCH] Enhance AssistantPage with new buttons and icon updates Added new buttons for debugging and saving functionality, incorporating icons for better visual representation. Updated existing buttons to include icons, improving the overall user interface and interaction experience on the AssistantPage. --- src/components/pages/AssistantPage.tsx | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) diff --git a/src/components/pages/AssistantPage.tsx b/src/components/pages/AssistantPage.tsx index 5fea101..40d528e 100644 --- a/src/components/pages/AssistantPage.tsx +++ b/src/components/pages/AssistantPage.tsx @@ -11,13 +11,14 @@ import { MoreHorizontal, Pencil, Plus, - Rocket, Search, Sparkles, Trash2, Workflow, ChevronLeft, ChevronRight, + Bug, + Save, } from "lucide-react"; import { Button } from "@/components/ui/button"; @@ -479,9 +480,10 @@ export function AssistantPage() { @@ -602,9 +604,10 @@ export function AssistantPage() { @@ -662,11 +665,22 @@ export function AssistantPage() { className="gap-2 border-hairline-strong text-muted-foreground hover:text-foreground" onClick={() => setView("list")} > - 返回列表 + + 返回 + + +