This is an automated email from the ASF dual-hosted git repository.
shuai pushed a change to branch feat/1.4.3/ui
in repository https://gitbox.apache.org/repos/asf/incubator-answer.git
from c32f99b3 fix: translate list view model
add b31d644b fix: Fix render comments with line breaks
add 6203b5b4 fix: use TrimSpace
add 30534ad0 feat: Check HTML comments in question, answer or comments
new 1dd7a8d7 Merge branch 'dev' into feat/1.4.3/ui
new 7a15e24f feat: add a copy button to the code block #1211
The 2 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 | 8 +++
i18n/zh_CN.yaml | 9 +++-
internal/base/reason/reason.go | 3 ++
internal/schema/answer_schema.go | 14 ++++++
internal/schema/comment_schema.go | 14 ++++++
internal/schema/question_schema.go | 29 +++++++++++
pkg/converter/markdown.go | 7 +--
ui/src/components/Editor/Viewer.tsx | 7 ++-
ui/src/components/Editor/utils/index.ts | 58 +++++++++++++++++++++-
ui/src/index.scss | 21 ++++++++
ui/src/pages/Legal/Privacy/index.tsx | 5 +-
ui/src/pages/Legal/Tos/index.tsx | 5 +-
.../Questions/Detail/components/Answer/index.tsx | 9 +++-
.../Questions/Detail/components/Question/index.tsx | 5 +-
ui/src/pages/Questions/EditAnswer/index.tsx | 5 +-
.../pages/Review/components/FlagContent/index.tsx | 5 +-
.../Review/components/QueuedContent/index.tsx | 5 +-
ui/src/pages/Tags/Info/index.tsx | 5 +-
18 files changed, 199 insertions(+), 15 deletions(-)