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

@@ -30,7 +30,7 @@ export class HydraApi {
private static instance: AxiosInstance;
private static readonly EXPIRATION_OFFSET_IN_MS = 1000 * 60 * 5; // 5 minutes
private static readonly ADD_LOG_INTERCEPTOR = false;
private static readonly ADD_LOG_INTERCEPTOR = true;
private static secondsToMilliseconds(seconds: number) {
return seconds * 1000;