mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-25 11:51:02 +00:00
feat: info for rare and platinum achievements
This commit is contained in:
@@ -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");
|
||||
|
||||
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user