feat: update navbar with new content
This commit is contained in:
parent
74ba8ea91d
commit
e3288c0787
5 changed files with 56 additions and 59 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue