Implement friends list and refactor components #28

Merged
twig merged 24 commits from friends-list into main 2025-07-12 17:28:43 +00:00
Showing only changes of commit b1a3ce9b00 - Show all commits

View file

@ -61,7 +61,8 @@ export interface UserResponse {
pronouns: string | null,
about: string | null,
email?: string,
email_verified?: boolean
email_verified?: boolean,
friends_since: string | null,
}
export interface StatsResponse {