Wire admin studio SSR and search infrastructure
This commit is contained in:
@@ -207,6 +207,7 @@
|
||||
{{-- ═══════════════════════════════════════════════════════════════ --}}
|
||||
{{-- RANKING TABS --}}
|
||||
{{-- ═══════════════════════════════════════════════════════════════ --}}
|
||||
@if(!($hide_rank_tabs ?? false))
|
||||
@php
|
||||
$rankingTabs = [
|
||||
['value' => 'trending', 'label' => 'Trending', 'icon' => '🔥'],
|
||||
@@ -257,11 +258,13 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@endif
|
||||
|
||||
{{-- ═══════════════════════════════════════════════════════════════ --}}
|
||||
{{-- HORIZONTAL CATEGORY FILTER ROW --}}
|
||||
{{-- ═══════════════════════════════════════════════════════════════ --}}
|
||||
@php
|
||||
$activeTab = $activeTab ?? ($current_sort ?? 'trending');
|
||||
$filterItems = $subcategories ?? collect();
|
||||
$activeFilterId = isset($category) ? ($category->id ?? null) : null;
|
||||
$categoryAllHref = isset($subcategory_parent) && $subcategory_parent && ($subcategory_parent->url ?? null)
|
||||
|
||||
Reference in New Issue
Block a user