1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-11-14 21:40:49 -05:00

zod ➡️ valibot (plus more server action tracing)

This commit is contained in:
2025-03-30 01:09:30 -04:00
parent 87a24a98f0
commit 444f91b6dc
10 changed files with 216 additions and 111 deletions

View File

@@ -24,9 +24,15 @@
border-color: var(--colors-error);
}
.fieldError {
font-size: 0.9em;
color: var(--colors-error);
}
.actionRow {
display: flex;
align-items: center;
margin-top: 0.6em;
min-height: 3.75em;
}