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/answer.git
from 1aeea01c style: ui optimization add a6d95ae8 feat: add sidebar plugin add c2c7ea84 feat: support quick-links plugin new 6389c3b3 Merge branch 'feat/1.7.0/quicklinks' 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: cmd/wire_gen.go | 3 +- internal/controller/controller.go | 1 + ..._controller.go => plugin_sidebar_controller.go} | 32 ++++++++++------------ internal/router/plugin_api_router.go | 6 ++++ plugin/config.go | 30 +++++++++++++------- plugin/plugin.go | 4 +++ plugin/{render.go => sidebar.go} | 18 ++++++------ ui/src/components/SideNav/index.tsx | 15 ++++++++-- ui/src/plugins/index.ts | 23 ++-------------- ui/src/utils/pluginKit/interface.ts | 1 + 10 files changed, 71 insertions(+), 62 deletions(-) copy internal/controller/{render_controller.go => plugin_sidebar_controller.go} (63%) copy plugin/{render.go => sidebar.go} (75%)