feat: implement screendesign

This commit is contained in:
Björn Fromme
2025-12-06 15:02:33 +01:00
parent b206c3990b
commit bfb1a04ea0
84 changed files with 2807 additions and 2603 deletions
+2 -3
View File
@@ -1,9 +1,8 @@
import './bootstrap.js'
import './styles/app.css'
import '@iframe-resizer/child'
import htmx from 'htmx.org'
window.htmx = htmx
htmx.config.includeIndicatorStyles = false
htmx.config.historyEnabled = false
@@ -11,4 +10,4 @@ htmx.config.historyCacheSize = 0
htmx.config.allowScriptTags = false
htmx.config.withCredentials = true
htmx.config.selfRequestsOnly = false
htmx.config.timeout = 50000 // 50 seconds - slightly higher than backend timeout (45s)
htmx.config.timeout = 50000 // 50 seconds - slightly higher than backend timeout (45s)