|
|
|
@ -37,10 +37,10 @@ const ListWrapper = ({
|
|
|
|
}, [handleQueryPlugins, marketplaceCollections, marketplaceCollectionsFromClient, isSuccessCollections])
|
|
|
|
}, [handleQueryPlugins, marketplaceCollections, marketplaceCollectionsFromClient, isSuccessCollections])
|
|
|
|
|
|
|
|
|
|
|
|
return (
|
|
|
|
return (
|
|
|
|
<div className='relative flex flex-col grow px-12 py-2 bg-background-default-subtle'>
|
|
|
|
<div className='relative flex flex-col grow h-0 px-12 py-2 bg-background-default-subtle'>
|
|
|
|
{
|
|
|
|
{
|
|
|
|
plugins && (
|
|
|
|
plugins && (
|
|
|
|
<div className='top-5 flex items-center mb-4 pt-3'>
|
|
|
|
<div className='flex items-center mb-4 pt-3'>
|
|
|
|
<div className='title-xl-semi-bold text-text-primary'>{t('plugin.marketplace.pluginsResult', { num: pluginsTotal })}</div>
|
|
|
|
<div className='title-xl-semi-bold text-text-primary'>{t('plugin.marketplace.pluginsResult', { num: pluginsTotal })}</div>
|
|
|
|
<div className='mx-3 w-[1px] h-3.5 bg-divider-regular'></div>
|
|
|
|
<div className='mx-3 w-[1px] h-3.5 bg-divider-regular'></div>
|
|
|
|
<SortDropdown locale={locale} />
|
|
|
|
<SortDropdown locale={locale} />
|
|
|
|
|