Refactor the client to implement a channel navbar #76

Open
twig wants to merge 23 commits from navbar into main
2 changed files with 0 additions and 3 deletions
Showing only changes of commit 8acf6a77eb - Show all commits

View file

@ -9,7 +9,6 @@
<script lang="ts" setup>
import ContextMenu from '~/components/UserInterface/ContextMenu.vue';
import type { ContextMenuInterface } from './types/interfaces';
import type { INavbar } from '~/types/interfaces';
const banner = useState("banner", () => false);

View file

@ -1,5 +1,3 @@
<!-- TODO -->
<template>
<ResizableSidebar
width="14rem" min-width="8rem" max-width="30rem"