implemented tanstack form

This commit is contained in:
2026-05-24 13:07:06 +02:00
parent 9dead72e1e
commit 6915e60cec
7 changed files with 622 additions and 193 deletions
+4 -1
View File
@@ -31,5 +31,8 @@
"loading": "Loading...",
"greeting": "Hello,",
"set-username-headline": "No user selected",
"set-username-text": "To start the ticket sale, you must select a user first from the top left."
"set-username-text": "To start the ticket sale, you must select a user first from the top left.",
"name-error": "You have to enter a name!",
"email-error": "You have to enter a valid e-mail Adress!",
"phone-error": "You have to enter a vaild phone number!"
}