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/answer.git
from 55869408 Merge remote-tracking branch 'origin/feat/1.4.5/file' into
test
add 85903cf2 feat: Ask whether to show external resources before loading
them
new 6982a88e Merge branch 'external-img' into test
The 1 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 | 9 +++
i18n/zh_CN.yaml | 9 +++
ui/src/common/constants.ts | 1 +
ui/src/common/interface.ts | 2 +
ui/src/hooks/index.ts | 2 +
.../hooks/{useToast => useExternalToast}/index.tsx | 75 ++++++++++++++--------
ui/src/pages/Admin/Legal/index.tsx | 29 +++++++++
.../pages/Install/components/FourthStep/index.tsx | 32 ++++++++-
ui/src/pages/Install/index.tsx | 7 ++
ui/src/pages/Layout/index.tsx | 58 ++++++++++++++++-
ui/src/stores/index.ts | 2 +
ui/src/stores/{toast.ts => siteLegal.ts} | 19 ++----
ui/src/utils/guard.ts | 4 ++
13 files changed, 207 insertions(+), 42 deletions(-)
copy ui/src/hooks/{useToast => useExternalToast}/index.tsx (59%)
copy ui/src/stores/{toast.ts => siteLegal.ts} (72%)