From 6c6cd5052a157b658f50e04ca7c350a00c2dbd60 Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Fri, 16 Jan 2026 14:17:17 +0800 Subject: feat: add assistant view and configuration editor components Introduced a new AssistantView component for enhanced interaction with the AI assistant, allowing users to send messages and receive responses. Implemented a ConfigEditorModal for editing configuration files with JSON validation and history management. Updated the App component to integrate these new features, improving user experience and functionality in managing AI settings. --- ui/src/components/ConfigEditorModal.svelte | 364 +++++++++++++++++++++++++++++ 1 file changed, 364 insertions(+) create mode 100644 ui/src/components/ConfigEditorModal.svelte (limited to 'ui/src/components/ConfigEditorModal.svelte') diff --git a/ui/src/components/ConfigEditorModal.svelte b/ui/src/components/ConfigEditorModal.svelte new file mode 100644 index 0000000..87a7d67 --- /dev/null +++ b/ui/src/components/ConfigEditorModal.svelte @@ -0,0 +1,364 @@ + + +
+ +
+ + -- cgit v1.2.3-70-g09d2