mirror of
https://git.nolog.cz/NoLog.cz/headline.git
synced 2025-01-31 11:53:35 +01:00
Fix fix
This commit is contained in:
parent
89fda0c882
commit
a8be87c205
1 changed files with 5 additions and 7 deletions
|
@ -25,19 +25,17 @@
|
||||||
</svg>
|
</svg>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<button type="button" class="button-outline button-md" @click="document.querySelector('#feeds-dialog').showModal()">
|
<button type="button" class="button-outline button-md" @click="$refs.feedsDialog.showModal()">
|
||||||
<svg class="w-4 fill-current" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 14L4 5V3H20V5L14 14V20L10 22V14Z"></path></svg>
|
<svg class="w-4 fill-current" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 14L4 5V3H20V5L14 14V20L10 22V14Z"></path></svg>
|
||||||
Feeds
|
Feeds
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<dialog id="feeds-dialog" hx-boost="false" class="dialog">
|
<dialog hx-boost="false" class="dialog" x-ref="feedsDialog">
|
||||||
<header class="flex justify-between mb-6 items-center">
|
<header class="flex justify-between mb-6 items-center">
|
||||||
<p>Filter by feed</p>
|
<p>Filter by feed</p>
|
||||||
<form method="dialog">
|
<button formmethod="dialog" class="button-outline button-md" @click="$refs.feedsDialog.close()">
|
||||||
<button class="button-outline button-md">
|
✕
|
||||||
✕
|
</button>
|
||||||
</button>
|
|
||||||
</form>
|
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="columns-2 mb-6">
|
<div class="columns-2 mb-6">
|
||||||
|
|
Loading…
Reference in a new issue