This is an automated email from the ASF dual-hosted git repository.
lizhimins pushed a change to branch rocketmq-studio
in repository https://gitbox.apache.org/repos/asf/rocketmq-dashboard.git
from 2592dc778 chore: remove dead model classes, legacy alert code, and
refine UI labels (#2546)
add 6488fddf0 style: refresh Studio login experience (#2385)
No new revisions were added by this update.
Summary of changes:
web/src/i18n/translations.ts | 18 ++-
web/src/pages/login/index.css | 235 +++++++++++++++++++++++++++++++++++++
web/src/pages/login/index.test.tsx | 95 +++++++++++++++
web/src/pages/login/index.tsx | 134 ++++++++++++++-------
4 files changed, 440 insertions(+), 42 deletions(-)
create mode 100644 web/src/pages/login/index.css
create mode 100644 web/src/pages/login/index.test.tsx