feat: update navbar with new content

This commit is contained in:
Twig 2025-08-13 21:23:29 +02:00
parent 74ba8ea91d
commit e3288c0787
Signed by: twig
SSH key fingerprint: SHA256:nBO+OwpTkd8LYhe38PIqdxmDvkIg9Vw2EbrRZM97dkU
5 changed files with 56 additions and 59 deletions

View file

@ -47,6 +47,8 @@ import { generateIrcColor } from '#imports';
const { getDisplayName } = useProfile()
const { fetchMe } = useApi()
// TODO this file is a mess, and we need to stop using fetchWithApi
const props = defineProps<{ channelUrl: string, amount?: number, offset?: number }>();
const me = await fetchMe() as UserResponse;