Skip to content

Commit

Permalink
Fix: Chat.svelte indentation
Browse files Browse the repository at this point in the history
Removed backup files
  • Loading branch information
johnconnor-sec committed Jan 1, 2025
1 parent f911de4 commit ce7fc78
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 199 deletions.
28 changes: 14 additions & 14 deletions web/src/lib/components/chat/Chat.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@
import Patterns from "./Patterns.svelte";
</script>

<div class="flex gap-4 p-2 w-full">
<aside class="w-1/5">
<div class="flex flex-col gap-2">
<Patterns />
<Models />
<ModelConfig />
</div>
</aside>

<div class="w-1/2">
<ChatInput />
<div class="flex gap-4 p-2 w-full">
<aside class="w-1/5">
<div class="flex flex-col gap-2">
<Patterns />
<Models />
<ModelConfig />
</div>
</aside>

<div class="w-1/2">
<ChatMessages />
</div>
<div class="w-1/2">
<ChatInput />
</div>

<div class="w-1/2">
<ChatMessages />
</div>
</div>
32 changes: 0 additions & 32 deletions web/src/lib/components/chat/Chat.svelte.bak

This file was deleted.

153 changes: 0 additions & 153 deletions web/src/lib/components/chat/ChatMessages.svelte.bak

This file was deleted.

0 comments on commit ce7fc78

Please sign in to comment.