refactor(forms): memoize dynamic form sections with stable ids
continuous-integration/drone/push Build is passing

Add uuid-based section keys and memoized DynamicSection to reduce re-renders, fix dashboard GSAP scoping, update logo sizing, and temporarily hide notice-type and closing-soon widgets.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
AmirReza Jamali
2026-06-23 09:50:27 +03:30
parent 90a42b9fc5
commit 31d80cd6ae
12 changed files with 169 additions and 81 deletions
+1
View File
@@ -46,6 +46,7 @@
"react-toastify": "^11.0.5",
"react-tooltip": "^5.29.1",
"tailwind-merge": "^2.6.0",
"uuid": "^14.0.1",
"zod": "^4.1.5"
},
"devDependencies": {