Merge pull request #136 from Lorenzune/merge-duckie-main-2026-05-06

Add badge leaderboard UI and rarity styling
This commit is contained in:
DuckieTM
2026-05-20 07:59:15 +02:00
committed by GitHub
48 changed files with 971 additions and 9 deletions
@@ -205,7 +205,7 @@ export const InfoStandBadgeSlotView: FC<InfoStandBadgeSlotProps> = ({ slotIndex,
onClick={ handleSlotClick }
onDoubleClick={ handleDoubleClick }>
{ badgeCode
? <LayoutBadgeImageView badgeCode={ badgeCode } showInfo={ true } />
? <LayoutBadgeImageView badgeCode={ badgeCode } showInfo={ true } showRarityInfo={ true } highlightRarity={ true } />
: isOwnUser && <FaPlus className="text-white/30 text-[10px]" /> }
</div>
{ showPicker && (