Refactor the client to implement a channel navbar #76

Open
twig wants to merge 22 commits from navbar into main
Showing only changes of commit 254f7c25e3 - Show all commits

View file

@ -41,7 +41,6 @@ import type { ChannelResponse, GuildMemberResponse, GuildResponse, INavbar } fro
const route = useRoute();
const loading = useState("loading");
const navbar = useState<INavbar>("navbar");
const channelUrlPath = `channels/${route.params.channelId}`;