mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-13 15:07:49 +00:00
feat: reposition filter button
This commit is contained in:
parent
77bf4f1c96
commit
cb39c7e8ca
1 changed files with 26 additions and 25 deletions
|
|
@ -166,8 +166,8 @@ new class extends Component {
|
||||||
<div class="max-w-7xl mx-auto sm:px-6 lg:px-8">
|
<div class="max-w-7xl mx-auto sm:px-6 lg:px-8">
|
||||||
<div class="flex justify-between items-center mb-6">
|
<div class="flex justify-between items-center mb-6">
|
||||||
<h2 class="text-2xl font-semibold dark:text-gray-100">Plugins & Recipes</h2>
|
<h2 class="text-2xl font-semibold dark:text-gray-100">Plugins & Recipes</h2>
|
||||||
|
<div class="flex items-center space-x-2">
|
||||||
<flux:button icon="funnel" variant="primary" @click="showFilters = !showFilters"></flux:button>
|
<flux:button icon="funnel" variant="ghost" @click="showFilters = !showFilters"></flux:button>
|
||||||
<flux:button.group>
|
<flux:button.group>
|
||||||
<flux:modal.trigger name="add-plugin">
|
<flux:modal.trigger name="add-plugin">
|
||||||
<flux:button icon="plus" variant="primary">Add Recipe</flux:button>
|
<flux:button icon="plus" variant="primary">Add Recipe</flux:button>
|
||||||
|
|
@ -194,6 +194,7 @@ new class extends Component {
|
||||||
</flux:dropdown>
|
</flux:dropdown>
|
||||||
</flux:button.group>
|
</flux:button.group>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div x-show="showFilters" class="mb-6 flex flex-col sm:flex-row gap-4" style="display: none;">
|
<div x-show="showFilters" class="mb-6 flex flex-col sm:flex-row gap-4" style="display: none;">
|
||||||
<div class="flex-1">
|
<div class="flex-1">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue