This is an automated email from the ASF dual-hosted git repository.
shuai pushed a change to branch feat/1.3.0/ui
in repository https://gitbox.apache.org/repos/asf/incubator-answer.git
from a8345ca3 fix: after the review is completed, it will automatically
switch to other types to be reviewed
new 652f5de7 fix: split main.js #809 #784
new fd9d432d fix: optimize the configuration of
setWebpackOptimizationSplitChunks #809 #787
new 6c9868dc fix: template supports multiple script tags
new af310a0f fix: components split chunks
new aa0cddb1 fix: add analyze script
new cd091097 Merge branch 'feat/ui/split-chunks' into feat/1.3.0/ui
The 6 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:
internal/controller/template_controller.go | 19 ++--
ui/config-overrides.js | 96 ++++++++++++++++++++
ui/package.json | 4 +-
ui/pnpm-lock.yaml | 100 ++++++++++++++-------
ui/src/components/Comment/index.tsx | 2 +-
ui/src/components/SchemaForm/index.tsx | 2 +-
ui/src/hooks/usePageUsers/index.tsx | 2 +-
ui/src/i18n/init.ts | 8 +-
ui/src/pages/Admin/index.tsx | 2 +-
ui/src/pages/Questions/Ask/index.tsx | 3 +-
.../components/Achievements/index.tsx | 2 +-
.../Users/Notifications/components/Inbox/index.tsx | 2 +-
ui/src/utils/common.ts | 43 ++++-----
ui/src/utils/saveDraft.ts | 2 +-
ui/template/header.html | 4 +-
15 files changed, 215 insertions(+), 76 deletions(-)