mirror of
https://github.com/shadoll/sLogos.git
synced 2025-12-20 06:30:00 +00:00
display brand count in filter buttons
This commit is contained in:
@@ -316,16 +316,18 @@
|
||||
{#if viewMode === "grid"}
|
||||
<Grid
|
||||
logos={displayLogos}
|
||||
allLogos={logos}
|
||||
onCopy={copyUrl}
|
||||
onDownload={downloadLogo}
|
||||
theme={effectiveTheme}
|
||||
setSearchQuery={setSearchQuery}
|
||||
theme={effectiveTheme}
|
||||
on:openPreview={(e) => openPreview(e.detail)}
|
||||
{compactMode}
|
||||
/>
|
||||
{:else}
|
||||
<List
|
||||
logos={displayLogos}
|
||||
allLogos={logos}
|
||||
onCopy={copyUrl}
|
||||
onDownload={downloadLogo}
|
||||
setSearchQuery={setSearchQuery}
|
||||
|
||||
Reference in New Issue
Block a user