This is an automated email from the ASF dual-hosted git repository.
wu-sheng pushed a change to branch feat/explore
in repository https://gitbox.apache.org/repos/asf/skywalking-horizon-ui.git
from 7ac856b fix(explore): Log inspect UX — full-width conditions, raw
keywords, browser maps + Type entity
add e199387 feat(explore): on-theme tag autocomplete, replacing the
browser datalist
add 9425109 fix(explore): TagInput renders dark + dropdown anchors under
the input
No new revisions were added by this update.
Summary of changes:
apps/ui/src/components/primitives/TagInput.vue | 270 +++++++++++++++++++++
.../features/operate/explore/ExploreLogView.vue | 8 +-
.../src/features/operate/explore/ExploreView.vue | 8 +-
apps/ui/src/layer/logs/LayerLogsView.vue | 56 +----
apps/ui/src/layer/traces/LayerTracesView.vue | 62 +----
5 files changed, 297 insertions(+), 107 deletions(-)
create mode 100644 apps/ui/src/components/primitives/TagInput.vue