account page: can now reorder entries under shops sections by drag and drop
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
<script src="/scripts/htmx-ext-sse.js"></script>
|
||||
<script src="/scripts/htmx-ext-path-params.js"></script>
|
||||
<script src="/scripts/idiomorph-ext.js"></script>
|
||||
<script src="/scripts/hx-drag.js"></script>
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png">
|
||||
@@ -35,7 +36,7 @@
|
||||
|
||||
<body
|
||||
class="basis-full grow bg-background flex flex-col items-stretch"
|
||||
hx-ext="morph,path-params,sse"
|
||||
hx-ext="morph,path-params,sse,drag"
|
||||
{{/* get requests to just replace the body - until we start replacing the head, this will be good */}}
|
||||
hx-boost="true"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user