
- Convert most CSS class names to BEM style - Improve a significant amount of layouts / UI bugs - Probably add a bunch of UI bugs
7 lines
199 B
Smarty
7 lines
199 B
Smarty
{{define "error-toast"}}
|
|
<dialog class="server-error-msg" open>
|
|
<span>{{.ErrorMsg}}</span>
|
|
<button class="suicide" onclick="htmx.remove('.server-error-msg')">X</button>
|
|
</dialog>
|
|
{{end}}
|