This is an automated email from the ASF dual-hosted git repository.
robin0716 pushed a change to branch refactor/editor
in repository https://gitbox.apache.org/repos/asf/incubator-answer.git
from 04b0313f Add placeholder functionality to the editor
new a5364d9f chore(ui): Update CodeMirror dependency to version 6
new 122a5827 refactor(ui): Refactor CodeMirror toolbar components and
update dependencies
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:
ui/package.json | 3 +-
ui/pnpm-lock.yaml | 777 +++++++++++++++++++++-----
ui/src/components/Editor/ToolBars/formula.tsx | 106 ----
ui/src/components/Editor/ToolBars/image.tsx | 8 +-
ui/src/components/Editor/ToolBars/index.ts | 2 -
ui/src/components/Editor/types.ts | 47 +-
ui/src/components/Editor/utils/index.ts | 173 +++---
7 files changed, 772 insertions(+), 344 deletions(-)
delete mode 100644 ui/src/components/Editor/ToolBars/formula.tsx