From f3073a1f15a47e865310f1b0fe25e14c741040e5 Mon Sep 17 00:00:00 2001 From: boojack Date: Wed, 29 Mar 2023 14:45:18 +0800 Subject: [PATCH] feat: update query drawer (#7) * feat: update query drawer * chore: update --- components/ChatView/Header.tsx | 6 +- components/CreateConnectionModal.tsx | 4 +- components/QueryDrawer.tsx | 121 ++++++++++++++++++--------- pages/_app.tsx | 1 + styles/data-table.css | 3 + 5 files changed, 95 insertions(+), 40 deletions(-) create mode 100644 styles/data-table.css diff --git a/components/ChatView/Header.tsx b/components/ChatView/Header.tsx index a57bb5b..bf800ea 100644 --- a/components/ChatView/Header.tsx +++ b/components/ChatView/Header.tsx @@ -18,7 +18,11 @@ const Header = (props: Props) => { }, [title]); return ( -
+