- Do not add Go tests (
_test.go) unless explicitly asked. - Keep comments sparse: only for genuinely non-obvious mechanics, not one per block.
web is the shadcn/Tailwind rewrite of the antd frontend in web-old. Apart from
the UI layer, web should behave exactly like web-old — same validations, same
field formats, same conditions. When the two differ, web-old is the reference.
Not migrated on purpose:
- AI assistant. The
aiAssistantUrlconfig, its header button and the iframe drawer (Conf.AiAssistantUrl/renderAiAssistant()inweb-old/src/App.js, theai-assistantentry ofWidgetItemTree) are dropped. Do not port them.