You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by zh...@apache.org on 2021/12/28 07:09:57 UTC

[dolphinscheduler] branch dev updated (269a624 -> 080cff2)

This is an automated email from the ASF dual-hosted git repository.

zhongjiajie pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git.


    from 269a624  Add E2E case for user manage (#7652)
     add 080cff2  [Feature][UI Next] Add navbar theme function. (#7670)

No new revisions were added by this update.

Summary of changes:
 .../layouts/content/components/navbar/index.tsx    |  2 ++
 .../{language => theme}/index.module.scss          |  4 +--
 .../content/components/{logo => theme}/index.tsx   | 24 ++++++++------
 .../src/layouts/content/index.tsx                  |  1 +
 .../src/layouts/content/use-dataList.ts            | 38 ++++++++++++----------
 .../src/locales/modules/en_US.ts                   |  8 ++++-
 .../src/locales/modules/zh_CN.ts                   |  8 ++++-
 dolphinscheduler-ui-next/src/views/login/index.tsx |  4 +--
 .../src/views/login/use-validate.ts                |  1 +
 9 files changed, 56 insertions(+), 34 deletions(-)
 copy dolphinscheduler-ui-next/src/layouts/content/components/{language => theme}/index.module.scss (98%)
 copy dolphinscheduler-ui-next/src/layouts/content/components/{logo => theme}/index.tsx (70%)