Reimplement compose and add tiling windows
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
<a
|
||||
class="has-text-grey button nowrap-child"
|
||||
onclick="window.prompt('Copy to clipboard: Ctrl+C, Enter', '{{ item.identifier }}');">
|
||||
<span class="icon" data-tooltip="Copy identifier">
|
||||
<span class="icon" title="Copy identifier" aria-label="Copy identifier">
|
||||
<i class="fa-solid fa-copy" aria-hidden="true"></i>
|
||||
</span>
|
||||
</a>
|
||||
@@ -46,7 +46,7 @@
|
||||
hx-get="{{ item.compose_widget_url }}"
|
||||
hx-trigger="click"
|
||||
hx-target="#widgets-here"
|
||||
hx-swap="afterend"
|
||||
hx-swap="beforeend"
|
||||
class="button"
|
||||
title="Manual text mode widget">
|
||||
<span class="icon"><i class="fa-solid fa-paper-plane"></i></span>
|
||||
|
||||
Reference in New Issue
Block a user