feat(stellungnahme): Text-erstellen-Button pulsiert (animate-ping)
Deploy / verify (push) Failing after 47s
Deploy / deploy (push) Has been skipped

This commit is contained in:
Peter Meier
2026-05-28 13:29:44 +02:00
parent 6bc6781b3c
commit 16bb8af12c
@@ -894,11 +894,14 @@ ${"=".repeat(64)}`;
</div> </div>
<div class="mb-2 flex gap-3"> <div class="mb-2 flex gap-3">
<button class="rounded-lg border border-stein-300 px-4 py-2 text-sm text-stein-600 hover:bg-stein-50" onclick={() => goTo(3)}> Zurück</button>
<span class="relative inline-flex">
<span class="absolute inline-flex h-full w-full animate-ping rounded-lg bg-wald-400 opacity-50"></span> <span class="absolute inline-flex h-full w-full animate-ping rounded-lg bg-wald-400 opacity-50"></span>
<button <button
class="relative rounded-lg bg-wald-700 px-6 py-2.5 font-semibold text-white transition hover:bg-wald-800 disabled:opacity-40" class="relative rounded-lg bg-wald-700 px-6 py-2.5 font-semibold text-white transition hover:bg-wald-800 disabled:opacity-40"
disabled={!absenderName.trim()} disabled={!absenderName.trim()}
onclick={generateOutput} onclick={generateOutput}
>Text erstellen</button>
</span> </span>
</div> </div>
{#if !absenderName.trim()} {#if !absenderName.trim()}