feat: finish DM sidebar

This commit is contained in:
Twig 2025-07-10 23:12:44 +02:00
parent c9bea94ef8
commit 34976b4f50
No known key found for this signature in database
4 changed files with 34 additions and 40 deletions

View file

@ -1,19 +1,6 @@
<template>
<NuxtLayout>
<div id="left-bar">
</div>
<div id="middle-bar">
<h1>
Welcome to gorb :3
</h1>
<p>
Click on a guild to the left to view a guild.
<br>
Or click the button in the bottom left to join a guild.
</p>
</div>
<div id="right-bar">
</div>
<NuxtLayout name="client">
<DirectMessagesSidebar />
</NuxtLayout>
</template>