Adds an action for showing the most popular groups

This commit is contained in:
Sledmore 2022-03-26 15:57:11 +00:00
parent 3b806e70d5
commit 674b346de6

View File

@ -92,6 +92,9 @@ export const GroupInformationView: FC<GroupInformationViewProps> = props =>
case 'furniture':
CreateLinkEvent('catalog/open/' + CatalogPageName.GUILD_CUSTOM_FURNI);
break;
case 'popular_groups':
CreateLinkEvent('navigator/search/groups');
break;
}
}, [ groupInformation ]);
@ -131,7 +134,7 @@ export const GroupInformationView: FC<GroupInformationViewProps> = props =>
<Column gap={ 1 }>
<Text small underline pointer onClick={ () => handleAction('homeroom') }>{ LocalizeText('group.linktobase') }</Text>
<Text small underline pointer onClick={ () => handleAction('furniture') }>{ LocalizeText('group.buyfurni') }</Text>
<Text small underline pointer>{ LocalizeText('group.showgroups') }</Text>
<Text small underline pointer onClick={ () => handleAction('popular_groups') }>{ LocalizeText('group.showgroups') }</Text>
</Column>
{ (groupInformation.type !== GroupType.PRIVATE) &&
<Button disabled={ (groupInformation.membershipType === GroupMembershipType.REQUEST_PENDING) || isRealOwner } onClick={ handleButtonClick }>