feat: implement screendesign
This commit is contained in:
+2
-3
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user