Aias00 opened a new pull request, #2018: URL: https://github.com/apache/rocketmq-dashboard/pull/2018
## Summary - avoid requesting the optional LLM configuration endpoint from the home page while runtime Mock mode is active - prevent the 401 response interceptor from repeatedly reloading the homepage in local/mock development - retain configured-model discovery in non-Mock mode - replace the continuous full-surface background and blurred-orb animations with a static operational background - add a regression test verifying Mock mode does not call `getLlmConfig` Closes #2017 ## Verification ```bash cd web npm test -- --run src/pages/home/__tests__/HomePage.test.tsx npm run build git diff --check ``` The focused test suite passes with 3 tests. -- 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]
