feat: profile page, EXCEPT FUCKING AVATARS AAAAAHHH
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful

This commit is contained in:
JustTemmie 2025-06-01 19:24:50 +02:00
parent 256889a573
commit 622abc9155
Signed by: justtemmie
SSH key fingerprint: SHA256:nBO+OwpTkd8LYhe38PIqdxmDvkIg9Vw2EbrRZM97dkU
7 changed files with 148 additions and 40 deletions

View file

@ -57,8 +57,9 @@ export interface UserResponse {
uuid: string,
username: string,
display_name: string | null,
avatar: string,
avatar: string | null,
pronouns: string | null,
about_me: string | null,
email?: string,
email_verified?: boolean
}