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