Aias00 opened a new issue, #2749: URL: https://github.com/apache/rocketmq-dashboard/issues/2749
## Problem The Home AI composer renders a history icon inside a button with no click handler, accessible name or tooltip. Clicking it does nothing, and assistive technology cannot identify the command. The `/ai` workspace already has a functional history control backed by the AI chat history store. ## Evidence - `web/src/pages/home/index.tsx:473` - `web/src/pages/ai/index.tsx:1007` ## Expected behavior - Open an appropriate history surface or navigate to the AI workspace with history intent. - Reuse the existing AI history store and mode separation. - Provide `type=button`, localized `aria-label` and `title`. - Add mouse and keyboard/accessibility regression coverage. -- 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]
