You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ju...@apache.org on 2020/05/13 03:43:44 UTC

[incubator-apisix-dashboard] 01/01: feat: upgrade Ant Design Pro (#184)

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

juzhiyuan pushed a commit to branch next
in repository https://gitbox.apache.org/repos/asf/incubator-apisix-dashboard.git

commit 0a803b524ac9e9a369cc3a5ca65e70c85df3a6ca
Merge: 2b2fda3 b026e9a
Author: 琚致远 <ju...@apache.org>
AuthorDate: Wed May 13 11:43:35 2020 +0800

    feat: upgrade Ant Design Pro (#184)
    
    * feat: update package.json
    
    * feat: upgrade umi
    
    * feat: update codes diff
    
    * feat: remove plugin.config.ts
    
    * feat: update defaultSettings
    
    * feat: remove other languages
    
    * feat: update package.json
    
    * feat: update config
    
    * feat: use intl instead
    
    * fix: Settings
    
    * codes clean

 .gitignore                                     |     1 -
 config/config.ts                               |   150 +-
 config/defaultSettings.ts                      |    53 +-
 config/plugin.config.ts                        |    65 -
 config/themePluginConfig.ts                    |   115 -
 package.json                                   |    47 +-
 src/components/GlobalHeader/AvatarDropdown.tsx |     5 +-
 src/components/GlobalHeader/NoticeIconView.tsx |     2 +-
 src/components/GlobalHeader/RightContent.tsx   |     2 +-
 src/components/PluginForm/index.tsx            |    70 +-
 src/components/PluginModal/index.tsx           |     6 +-
 src/components/SelectLang/index.tsx            |     2 +-
 src/global.tsx                                 |    12 +-
 src/layouts/BasicLayout.tsx                    |    42 +-
 src/layouts/SecurityLayout.tsx                 |     3 +-
 src/layouts/UserLayout.tsx                     |    17 +-
 src/locales/pt-BR.ts                           |    20 -
 src/locales/pt-BR/component.ts                 |     5 -
 src/locales/pt-BR/globalHeader.ts              |    18 -
 src/locales/pt-BR/menu.ts                      |    52 -
 src/locales/pt-BR/pwa.ts                       |     7 -
 src/locales/pt-BR/settingDrawer.ts             |    32 -
 src/locales/pt-BR/settings.ts                  |    60 -
 src/locales/zh-TW.ts                           |    20 -
 src/locales/zh-TW/component.ts                 |     5 -
 src/locales/zh-TW/globalHeader.ts              |    17 -
 src/locales/zh-TW/menu.ts                      |    52 -
 src/locales/zh-TW/pwa.ts                       |     6 -
 src/locales/zh-TW/settingDrawer.ts             |    31 -
 src/locales/zh-TW/settings.ts                  |    55 -
 src/models/connect.d.ts                        |     9 -
 src/models/global.ts                           |     3 +-
 src/models/login.ts                            |     8 +-
 src/models/setting.ts                          |     2 +-
 src/models/user.ts                             |     3 +-
 src/pages/404.tsx                              |     4 +-
 src/pages/Authorized.tsx                       |     5 +-
 src/pages/SSLModule/detail/index.tsx           |    49 +-
 src/pages/SSLModule/list/index.tsx             |    15 +-
 src/pages/Settings.tsx                         |    47 +-
 src/pages/user/login/index.tsx                 |    21 +-
 src/typings.d.ts                               |     2 +-
 tsconfig.json                                  |    16 +-
 yarn.lock                                      | 18580 +++++++++++++++++++++++
 44 files changed, 18780 insertions(+), 956 deletions(-)