- Remove create-umi config from package.json
- Update i18n-remove script to use max instead of pro
- Remove unused fetch-blocks locale keys from all language files
- Update README.md and README.zh-CN.md with umi create instructions
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Update README.md and README.zh-CN.md with new usage instructions
- Remove multi-language README files (keep only EN and CN)
- Remove @ant-design/pro-cli from devDependencies
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Convert Yuan.tsx to FC with useRef + useEffect
- Convert MonitorMap to FC with useState + useEffect
- Convert autoHeight HOC to functional component
- Convert WaterWave to FC with proper animation cleanup
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Use node: protocol for fs and path imports in scripts/simple.js
- Replace deprecated hideRequiredMark with requiredMark={false}
- Replace Steps.Step with Steps items prop for antd v6
- Add missing data.d.ts for table-list service
- Fix formRef type in step-form using Form.useForm()
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Add missing basic-list components and service files
- Fix jest.config.ts import path for @umijs/max/test.js
- Update login test snapshots (fix 'Ant Desgin' typo)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Add complete version with all blocks (dashboard, form, list, profile, result, exception, account)
- Add npm run simple script to simplify to minimal version
- Add routes.simple.ts for simple version route config
- Add extra dependencies: @ant-design/plots, @antv/l7, @antv/l7-react, numeral
- Update README.md with usage instructions
Default startup shows full version. Run `npm run simple` to convert to simple version.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* fix: update antd dependencies and snapshot tests
* fix: update table list form item render signature
* test: add MessageChannel polyfill for jest/jsdom environments
* fix: update antd dependency to version 6.1.3
* fix: update deprecated props in antd components
* ci: switch to bun for faster builds
* Apply suggestions from code review