This is an automated email from the ASF dual-hosted git repository.
shuai pushed a change to branch test
in repository https://gitbox.apache.org/repos/asf/incubator-answer.git
from e0ae3181 fix: pnpm-lock file error
new d4cf2e0a fix: sidenav nav-link remove box-shadow
new 6ffa5470 fix: disable react-devtools
new b9f9bbcb fix: ui bundle size resplit
new 4c2083d3 fix: ui config-overrides update
new 200815d1 fix: auto-scroll to the first invalid form field #873
new 42859683 fix: privilege translate
new 988662c7 fix: support search admin uses #795
new 7bc726c4 fix: delete console.log
new 4fdc3c92 chore: ui add split codemirrow bundle
The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
i18n/en_US.yaml | 3 ++
ui/config-overrides.js | 45 +++++++++-------------
ui/public/index.html | 4 ++
.../components/Comment/components/Form/index.tsx | 1 +
ui/src/components/Mentions/index.tsx | 19 ++++++++-
ui/src/components/SchemaForm/index.tsx | 3 ++
ui/src/components/SideNav/index.scss | 3 ++
ui/src/i18n/init.ts | 11 +++---
ui/src/pages/Admin/Branding/index.tsx | 4 +-
ui/src/pages/Admin/CssAndHtml/index.tsx | 4 +-
ui/src/pages/Admin/General/index.tsx | 4 +-
ui/src/pages/Admin/Interface/index.tsx | 4 +-
ui/src/pages/Admin/Legal/index.tsx | 4 +-
ui/src/pages/Admin/Login/index.tsx | 4 +-
ui/src/pages/Admin/Privileges/index.tsx | 8 ++--
ui/src/pages/Admin/Seo/index.tsx | 4 +-
ui/src/pages/Admin/SettingsUsers/index.tsx | 4 +-
ui/src/pages/Admin/Smtp/index.tsx | 4 +-
ui/src/pages/Admin/Themes/index.tsx | 4 +-
ui/src/pages/Admin/Write/index.tsx | 4 +-
ui/src/pages/Install/index.tsx | 9 ++++-
ui/src/pages/Questions/Ask/index.tsx | 15 +++++++-
ui/src/pages/Questions/index.tsx | 2 +-
.../Review/components/EditPostModal/index.tsx | 13 +++++++
ui/src/pages/Tags/Create/index.tsx | 15 +++++++-
.../Users/AccountForgot/components/sendEmail.tsx | 9 ++++-
.../Users/ChangeEmail/components/sendEmail.tsx | 4 +-
ui/src/pages/Users/Login/index.tsx | 20 +++++++++-
ui/src/pages/Users/OauthBindEmail/index.tsx | 9 ++++-
ui/src/pages/Users/PasswordReset/index.tsx | 15 ++++++--
.../Users/Register/components/SignUpForm/index.tsx | 11 +++++-
.../Account/components/ModifyEmail/index.tsx | 15 ++++++--
.../Account/components/ModifyPass/index.tsx | 18 +++++++--
ui/src/pages/Users/Settings/Profile/index.tsx | 17 ++++++--
ui/src/services/client/user.ts | 7 ++++
ui/src/utils/localize.ts | 2 +-
36 files changed, 249 insertions(+), 73 deletions(-)