Merge branch 'Dev' into feat/react19-modernization

This commit is contained in:
DuckieTM
2026-05-20 10:42:34 +02:00
committed by GitHub
48 changed files with 973 additions and 12 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 && (
@@ -61,6 +61,9 @@ export const AvatarInfoWidgetOwnAvatarView: FC<AvatarInfoWidgetOwnAvatarViewProp
case 'customize_nick':
CreateLinkEvent('customize/show');
break;
case 'badge_leaderboard':
CreateLinkEvent('badge-leaderboard/show');
break;
case 'expressions':
hideMenu = false;
setMode(MODE_EXPRESSIONS);
@@ -149,6 +152,9 @@ export const AvatarInfoWidgetOwnAvatarView: FC<AvatarInfoWidgetOwnAvatarViewProp
<ContextMenuListItemView onClick={ event => processAction('customize_nick') }>
Nick Custom
</ContextMenuListItemView>
<ContextMenuListItemView onClick={ event => processAction('badge_leaderboard') }>
{ LocalizeText('badge_leaderboard.title.total_badges') }
</ContextMenuListItemView>
{ (HasHabboClub() && !isRidingHorse) &&
<ContextMenuListItemView onClick={ event => processAction('dance_menu') }>
<FaChevronRight className="right fa-icon" />