feat: add all badges modal and enhance badges display in profile

This commit is contained in:
Moyasee
2025-12-23 15:43:52 +02:00
parent 1d1bbd2de5
commit 3c296fe721
6 changed files with 263 additions and 47 deletions

View File

@@ -170,6 +170,7 @@ export type ProfileVisibility = "PUBLIC" | "PRIVATE" | "FRIENDS";
export interface Badge {
name: string;
title: string;
description: string;
badge: {
url: string;