feat(autoform): Add multiLang props for input & editor#709
feat(autoform): Add multiLang props for input & editor#709aXenDeveloper wants to merge 1 commit into
Conversation
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Code Review
This pull request introduces multi-language support for form fields, enabling translation inputs for AutoFormInput and AutoFormEditor, along with backend helpers to persist translations in core_languages_words. It also resolves a potential InvalidStateError in the WebSocket manager during teardown. The review feedback highlights several valuable improvements: adding defensive checks for optional multi-language values in saveLanguageWords to prevent TypeError crashes, removing a redundant items prop from the Select component, and gracefully handling legacy string values in getLangValue to support database migrations.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Improving Documentation
pnpm lint:fixto fix formatting issues before opening the PR.Description
What?
Why?