feat: info for rare and platinum achievements

This commit is contained in:
Zamitto
2025-05-17 18:06:16 -03:00
parent 3cc4ee3ee4
commit 1247a105a0
3 changed files with 24 additions and 21 deletions

View File

@@ -8,7 +8,7 @@ import {
import { injectCustomCss } from "@renderer/helpers";
import { AchievementNotificationItem } from "@renderer/components/achievements/notification/achievement-notification";
const NOTIFICATION_TIMEOUT = 40000;
const NOTIFICATION_TIMEOUT = 4000;
export function AchievementNotification() {
const { t } = useTranslation("achievement");

View File

@@ -50,16 +50,6 @@ const DEFAULT_THEME_CODE = `/*
/* Button */
.button {}
/* Custom Achievement Notification */
.achievement-notification {}
.achievement-notification__container {}
.achievement-notification__content {}
.achievement-notification__icon {}
.achievement-notification__text-container {}
.achievement-notification__title {}
.achievement-notification__description {}
`;
export function AddThemeModal({