From fd87f1f11c0126ceeb90513227aafaf207b800bd Mon Sep 17 00:00:00 2001 From: Douglasymlai Date: Fri, 17 Oct 2025 10:44:45 +0100 Subject: [PATCH] chore: commit local changes --- src/components/TopBar/index.tsx | 11 +++++++---- src/components/WorkFlow/node.tsx | 2 +- src/components/ui/input.tsx | 11 ++++++++++- src/components/ui/textarea.tsx | 25 +++++++++++++++++++++++-- src/pages/Login.tsx | 2 ++ 5 files changed, 43 insertions(+), 8 deletions(-) diff --git a/src/components/TopBar/index.tsx b/src/components/TopBar/index.tsx index b4dcd9f3..471ef9c9 100644 --- a/src/components/TopBar/index.tsx +++ b/src/components/TopBar/index.tsx @@ -292,10 +292,11 @@ function HeaderWin() { @@ -304,7 +305,7 @@ function HeaderWin() { {chatStore.activeTaskId && @@ -338,10 +340,11 @@ function HeaderWin() { )} diff --git a/src/components/WorkFlow/node.tsx b/src/components/WorkFlow/node.tsx index f85ea27b..d8fef480 100644 --- a/src/components/WorkFlow/node.tsx +++ b/src/components/WorkFlow/node.tsx @@ -374,7 +374,7 @@ export function Node({ id, data }: NodeProps) {