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 3fc0b3bc Merge branch 'dev' into test
add c99b4501 fix: upgrade ui eslint dependences
add ae95a95e fix: fix some ui bugs
add 615d90f7 fix: editor auto focus
add 81ad54c4 fix: the editor clicks the img button for the first time and
it does not take effect
add 58714888 fix: editor img btn props add editor instance
add 75ad9862 fix: change props name
add 7a96ff5a feat: add logout page
new 22687746 fix: conflcit
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 | 1 +
ui/pnpm-lock.yaml | 79 ++++++++++++----------
.../Header/components/NavItems/index.tsx | 4 +-
ui/src/components/Header/index.tsx | 9 ++-
ui/src/pages/Users/Logout/index.tsx | 49 ++++++++++++++
ui/src/router/routes.ts | 7 ++
ui/src/utils/guard.ts | 10 +++
7 files changed, 118 insertions(+), 41 deletions(-)
create mode 100644 ui/src/pages/Users/Logout/index.tsx