From 3e6ca4197198da0ce7aec49d8ee902b6ad65352c Mon Sep 17 00:00:00 2001 From: idonahue Date: Wed, 19 Apr 2023 22:33:29 +0200 Subject: [PATCH] Updated visual style subtlly and added a way to have a "greeting" before you typing anything --- .../[projectId]/aiplayground/+page.svelte | 69 ++++++++++++++++--- 1 file changed, 61 insertions(+), 8 deletions(-) diff --git a/src/routes/projects/[projectId]/aiplayground/+page.svelte b/src/routes/projects/[projectId]/aiplayground/+page.svelte index 5e9bafb6f..bf9d43c1e 100644 --- a/src/routes/projects/[projectId]/aiplayground/+page.svelte +++ b/src/routes/projects/[projectId]/aiplayground/+page.svelte @@ -116,7 +116,7 @@
-
+
Chat GitButler
@@ -136,13 +136,43 @@
-
+
    +
    +
    + + + + + +
    +
    +
    +
    Hello and welcome.
    +
    +
    +
    How may I serve you?
    +
    +
    +
    {#each chatHistory as pair}
    -
    +
    {pair[0]}
    @@ -169,15 +199,26 @@ />
    -
    -
    {pair[1]}
    +
    +
    +
    {pair[1]}
    +
    {/each}
-
+
+ +