feat: Add Create channel button

No button functionality, will add functionality tomorrow
morning/afternoon
This commit is contained in:
April Hall 2025-02-06 23:48:14 -05:00
parent 63690dcd2a
commit 0034f594ea
Signed by: arithefirst
GPG Key ID: 4508A15C4DB91C5B

View File

@ -1,5 +1,6 @@
<script lang="ts"> <script lang="ts">
import MessagesSquare from 'lucide-svelte/icons/messages-square'; import MessagesSquare from 'lucide-svelte/icons/messages-square';
import { Button } from '$lib/components/ui/button/index';
import ModeSwitcher from './modeSwitcher.svelte'; import ModeSwitcher from './modeSwitcher.svelte';
import Channel from './channel.svelte'; import Channel from './channel.svelte';
import type { Snippet } from 'svelte'; import type { Snippet } from 'svelte';
@ -29,6 +30,9 @@
{/each} {/each}
</nav> </nav>
</div> </div>
<div class="mt-auto p-4">
<Button class="w-full">Create Channel</Button>
</div>
</div> </div>
</div> </div>
<div class="p-2 max-h-screen"> <div class="p-2 max-h-screen">