fixed #52
Some checks failed
Tests / Run Go Tests (push) Failing after 1m23s

This commit is contained in:
2025-10-08 12:59:47 +02:00
parent 1b8fb747e8
commit 89eb5d255d
8 changed files with 34 additions and 14 deletions

View File

@@ -20,7 +20,7 @@ templ lineComponent() {
}
templ changeButtonComponent(id string, workDay bool) {
<button class="btn w-auto group/button" type="submit" onclick={ templ.JSFuncCall("editWorkday", templ.JSExpression("this"), templ.JSExpression("event"), id, workDay) }>
<button class="change-button-component btn w-auto group/button" type="button" onclick={ templ.JSFuncCall("editWorkday", templ.JSExpression("this"), templ.JSExpression("event"), id, workDay) }>
<p class="hidden md:block group-[.edit]/button:hidden">Ändern</p>
<p class="hidden group-[.edit]/button:md:block">Absenden</p>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4 md:hidden">