Aias00 opened a new pull request, #1908:
URL: https://github.com/apache/rocketmq-dashboard/pull/1908
## Summary
- replace deprecated Ant Design `Card.bodyStyle` usage with `styles.body`
- replace deprecated `Card.bordered={false}` usage with
`variant="borderless"`
- replace deprecated Modal and Drawer `destroyOnClose` usage with
`destroyOnHidden`
- keep ACL and Settings out of scope because open PRs #1757 and #1771
already update those pages
This is a compatibility-only migration; page behavior and visual
configuration are preserved.
## Validation
- `npm test -- --run --silent` (92 test files, 532 tests passed)
- `npm run build`
- targeted ESLint passed for 15 changed files
- the remaining `BrokerCluster.tsx` lint failure is pre-existing on the base
branch and unrelated to the one-line Card property migration; #1907 contains
the corresponding hooks fix
- verified no `bodyStyle`, `bordered={false}`, or `destroyOnClose` usages
remain in the scoped files
Closes #1906
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]