This is an automated email from the ASF dual-hosted git repository.
wu-sheng pushed a change to branch feat/3d-map-enhance
in repository https://gitbox.apache.org/repos/asf/skywalking-horizon-ui.git
from fcd8af2 Merge branch 'main' into feat/3d-map-enhance
add c79afa0 feat(infra-3d): brand mark, alarm/deep-link fixes, refresh
countdown; relocate cluster-setup
add 1f0f705 feat(infra-3d): per-layer 3D focus mode + countdown
reposition; pipeline relabel
add 125b7e5 feat(infra-3d): topology namespace clustering in the 3D map
add bbbf4e1 feat(infra-3d): cluster frames + unified hover/detail cards
add 1c5897b fix(infra-3d,traces): hover card position + span Kind label +
tag overflow
add 0431466 feat(infra-3d): side panel shows full hierarchy, not just
tiers
add 9583585 feat(infra-3d): directional flow packets on cross-layer call
edges
add c2a954d feat(infra-3d): side-panel focus moves+zooms+flashes; 2-level
menu; review fixes
add 7e05902 feat(infra-3d): panel Reset button; drop hardcoded
data-source footer
add 5ebb3c7 fix(traces): label cross-trace refs column "Ref type", not
span "Kind"
add b7f8bde docs(changelog): record 3D map enhancements + trace/login
fixes
add a7a45ea Merge remote-tracking branch 'origin/feat/3d-map-enhance'
into feat/3d-map-enhance
No new revisions were added by this update.
Summary of changes:
CHANGELOG.md | 52 +++
.../bff/src/bundled_templates/infra-3d/config.json | 8 +-
apps/bff/src/logic/infra-3d/types.ts | 3 +-
apps/bff/src/logic/infra-3d/validate.ts | 21 +
.../admin/layer-templates/LayerDashboardsAdmin.vue | 296 ++++++-------
apps/ui/src/features/infra-3d/Infra3DScene.vue | 456 +++++++++++++++++----
apps/ui/src/features/infra-3d/Infra3DView.vue | 397 +++++++++++++-----
apps/ui/src/features/infra-3d/PipelineTimeline.vue | 51 ++-
.../infra-3d/composables/useInfra3dAlarms.ts | Bin 5342 -> 6299 bytes
.../infra-3d/composables/useLayerIconTexture.ts | 33 +-
.../infra-3d/composables/useScenePlacement.ts | 129 +++++-
apps/ui/src/i18n/locales/de.json | 1 +
apps/ui/src/i18n/locales/en.json | 1 +
apps/ui/src/i18n/locales/es.json | 1 +
apps/ui/src/i18n/locales/fr.json | 1 +
apps/ui/src/i18n/locales/ja.json | 1 +
apps/ui/src/i18n/locales/ko.json | 1 +
apps/ui/src/i18n/locales/pt.json | 1 +
apps/ui/src/i18n/locales/zh-CN.json | 1 +
.../src/layer/service-map/LayerServiceMapView.vue | 10 +-
apps/ui/src/layer/traces/LayerTracesView.vue | 4 +-
apps/ui/src/layer/traces/TracePopout.vue | 8 +-
22 files changed, 1080 insertions(+), 396 deletions(-)