This is an automated email from the ASF dual-hosted git repository.
robin0716 pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-answer.git
from 5f28f106 refactor(router): comment out UI index file check for dynamic
routing
new c0a1f4e5 fix(ui): route plugins register failed
new 49033820 refactor(ui): extract event logic of plugin kit out
new 6e51cc75 refactor(ui): optimize initial loading
new 8753716c refactor(ui): optimize initial loading and extract event
logic of plugin kit out
new 9fa6ef68 chore(ui): copy style from `public/index.html` to keep
consistency
The 5 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/src/App.tsx | 7 +++-
.../InitialLoadingPlaceholder/index.scss | 35 ++++++++++++++++++
.../components/InitialLoadingPlaceholder/index.tsx | 15 ++++++++
ui/src/router/index.tsx | 24 +++++++++----
ui/src/utils/pluginKit/index.ts | 41 ++++++++--------------
5 files changed, 88 insertions(+), 34 deletions(-)
create mode 100644 ui/src/components/InitialLoadingPlaceholder/index.scss
create mode 100644 ui/src/components/InitialLoadingPlaceholder/index.tsx