coder999o opened a new pull request, #2611: URL: https://github.com/apache/rocketmq-dashboard/pull/2611
## What is the purpose of the change Add CSV export for the Studio LiteTopic list so operators can download the current filtered result for offline review. ## Brief changelog - Add a LiteTopic export action to the page header. - Export namespace, topic pattern, topic count, consumer count, backlog, TTL, status, last active time, and sessions. - Reuse the current pattern, namespace, and TTL-status filtered list. - Add regression coverage for filtered LiteTopic export. ## Verifying this change - npm test -- src/pages/studio/__tests__/LiteTopic.test.tsx - npm run build - npm run lint - npx prettier --check src/pages/studio/LiteTopic.tsx src/pages/studio/__tests__/LiteTopic.test.tsx src/i18n/translations.ts - git diff --check -- 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]
