account page: can now reorder entries under shops sections by drag and drop

This commit is contained in:
2026-01-26 13:51:40 -07:00
parent a2d8993e0e
commit a50c0ef18d
14 changed files with 682 additions and 88 deletions
+2 -1
View File
@@ -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"