bf phase v

This commit is contained in:
juanatsap
2025-11-12 19:54:56 +00:00
parent 81f8161dd2
commit f48ae9388e
6 changed files with 746 additions and 34 deletions
@@ -89,7 +89,7 @@
{{if eq .CVLengthClass "cv-long"}}checked{{end}}
hx-post="/toggle/length"
hx-target=".cv-paper"
hx-swap="outerHTML"
hx-swap="outerHTML show:none"
hx-indicator="#loading">
<span class="icon-toggle-slider">
<iconify-icon icon="mdi:file-document-outline" width="16" height="16" class="icon-left"></iconify-icon>
@@ -110,7 +110,7 @@
{{if .ShowLogos}}checked{{end}}
hx-post="/toggle/logos"
hx-target=".cv-paper"
hx-swap="outerHTML"
hx-swap="outerHTML show:none"
hx-indicator="#loading">
<span class="icon-toggle-slider">
<iconify-icon icon="mdi:image-off-outline" width="16" height="16" class="icon-left"></iconify-icon>
@@ -131,7 +131,7 @@
{{if .ThemeClean}}checked{{end}}
hx-post="/toggle/theme"
hx-target="body"
hx-swap="outerHTML"
hx-swap="outerHTML show:none"
hx-indicator="#loading">
<span class="icon-toggle-slider">
<iconify-icon icon="mdi:page-layout-sidebar-left" width="16" height="16" class="icon-left"></iconify-icon>
@@ -10,7 +10,7 @@
{{if eq .CVLengthClass "cv-long"}}checked{{end}}
hx-post="/toggle/length"
hx-target=".cv-paper"
hx-swap="outerHTML"
hx-swap="outerHTML show:none"
hx-indicator="#loading">
<span class="icon-toggle-slider">
<iconify-icon icon="mdi:file-document-outline" width="16" height="16" class="icon-left"></iconify-icon>
@@ -28,7 +28,7 @@
{{if .ShowLogos}}checked{{end}}
hx-post="/toggle/logos"
hx-target=".cv-paper"
hx-swap="outerHTML"
hx-swap="outerHTML show:none"
hx-indicator="#loading">
<span class="icon-toggle-slider">
<iconify-icon icon="mdi:image-off-outline" width="16" height="16" class="icon-left"></iconify-icon>
@@ -46,7 +46,7 @@
{{if .ThemeClean}}checked{{end}}
hx-post="/toggle/theme"
hx-target="body"
hx-swap="outerHTML"
hx-swap="outerHTML show:none"
hx-indicator="#loading">
<span class="icon-toggle-slider">
<iconify-icon icon="mdi:page-layout-sidebar-left" width="16" height="16" class="icon-left"></iconify-icon>