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 5866197c feat(question): sort questions by update time for frequent tab
add dfa22f94 feat: actions add toast tips
add ab36105c feat: The editor has added support for uploading attachments,
and the management background has added file upload configuration information.
new 3a795b24 Merge branch 'feat/1.4.2/ui' 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 | 35 ++++-
ui/src/common/interface.ts | 10 +-
ui/src/components/Editor/ToolBars/file.tsx | 130 +++++++++++++++++
ui/src/components/Editor/ToolBars/image.tsx | 86 +++++++++---
ui/src/components/Editor/ToolBars/index.ts | 2 +
ui/src/components/Editor/index.tsx | 2 +
ui/src/components/Editor/toolItem.tsx | 1 +
ui/src/components/QueryGroup/index.tsx | 156 ++++++++++++---------
ui/src/components/QuestionList/index.tsx | 5 +-
.../Admin/Answers/components/Action/index.tsx | 9 ++
ui/src/pages/Admin/Badges/index.tsx | 9 ++
.../Admin/Questions/components/Action/index.tsx | 20 ++-
.../pages/Admin/Users/components/Action/index.tsx | 13 +-
ui/src/pages/Admin/Users/index.tsx | 6 +-
ui/src/pages/Admin/Write/index.tsx | 151 +++++++++++++++++++-
ui/src/pages/Tags/Detail/index.tsx | 2 +-
ui/src/stores/writeSetting.ts | 5 +
ui/src/utils/guard.ts | 7 +-
18 files changed, 548 insertions(+), 101 deletions(-)
create mode 100644 ui/src/components/Editor/ToolBars/file.tsx