-
### Is your feature request related to a problem? Please describe.
customize startURL, change default wails://
### Describe the solution you'd like
export "const startURL = "wails://wails/""
### D…
-
WAS [feat] Support HTMX / JavaScript-less Tauri applications
### Describe the problem
I realize Tauri was explicitly intended to enable JavaScript-based front-ends.
However, I've been drinking th…
-
Hey @maxpert
Was thinking that a HTMX based Web GUi might be a nice match for Marmot ? All golang of course..
what sort of things would be useful to expose ?
-
Looking at docs page: https://htmx.org/attributes/hx-sync/, it says:
> drop - drop (ignore) this request if an existing request is in flight (the default)
abort - drop (ignore) this request if an …
-
Hi There,
I loaded my js inside tag and I put deffer attr. Still not affecting the js to the response, like the accordion code I wrote inside my script.
-
There are several attributes that accept boolean `"true"` values. If such an attribute is present with without a value it should behave as if it were set to true. I.e. writing `` should be equivalent …
-
Yesterday (about 16 hours ago?) I triggered a deployment of htmx.org 2.0.0, but it hasn't appeared on Maven Central yet. I know this process takes some time, but I'm used to it not taking this long. I…
breun updated
2 months ago
-
hi @adamstep, as discussed on #17, we need to support the web version for the current Hyperview-based App.
We have listed the potential solutions, and the corresponding benefits and efforts(risks).
…
-
Can an option to be added to how many elements that can be added when using:
- `beforebegin`
- `afterbegin`
- `beforeend`
- `afterend`
with the option to prepend, append and ignore newer times.…
-
### Description
Hello,
I would like to create multiple endpoints with the same url. Depending on request headers I would like to decide which method should be used. Currently I have one endpoint…