Add golden glow for new badges and badge received toast notification

New unseen badges pulse with a gold glow instead of a flat green
background. When a badge is received, a bubble notification appears
with the badge image, name, and a "Wear" button that opens inventory.
This commit is contained in:
Life
2026-04-04 13:55:29 +02:00
parent 73ee9c7603
commit 020db83870
5 changed files with 59 additions and 3 deletions
+1 -1
View File
@@ -172,7 +172,7 @@ const InfiniteGridItem = forwardRef<HTMLDivElement, {
: (itemColor ? 'border-card-grid-item-border' : 'border-card-grid-item-border bg-card-grid-item'),
(itemUniqueSoldout || (itemUniqueNumber > 0)) && 'unique-item',
itemUniqueSoldout && 'sold-out',
itemUnseen && ' bg-green-500 bg-opacity-40',
itemUnseen && ' animate-pulse-glow-gold border-yellow-400/60',
className
) }
style={ styleNames(