refactor: migrace vsech formularu na FormField komponentu + JWT upgrade

- FormField.jsx: pridana podpora style prop
- 23 stranek migrovano na FormField (166 vyskytu, -246 radku)
- firebase/php-jwt upgrade v6.11 -> v7.0.3 (security advisory fix)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-12 19:33:36 +01:00
parent 37122579d0
commit 2328ba2840
26 changed files with 366 additions and 612 deletions

View File

@@ -4,7 +4,7 @@
"type": "project",
"require": {
"php": ">=8.1",
"firebase/php-jwt": "^6.11",
"firebase/php-jwt": "^7.0",
"robthree/twofactorauth": "^3.0",
"chillerlan/php-qrcode": "^5.0"
},