Add true/false to auto-htmx converter (#59)

- This will allow backups to be restored, converting the value as part of the restoration
This commit is contained in:
2026-07-07 20:26:34 -04:00
parent edb376c06c
commit 8e0b2df870
3 changed files with 11 additions and 8 deletions
-4
View File
@@ -68,10 +68,6 @@ open Giraffe
open Giraffe.Htmx
open Giraffe.ViewEngine
/// htmx script tag
let private htmxScript (webLog: WebLog) =
$"""<script src="{webLog.RelativeUrl(Permalink "htmx.min.js")}"></script>"""
/// Get the current user messages, and commit the session so that they are preserved
let private getCurrentMessages ctx = task {
let! messages = messages ctx