This is an automated email from the ASF dual-hosted git repository.
wu-sheng pushed a change to branch feat/dashboard-tab-widgets
in repository https://gitbox.apache.org/repos/asf/skywalking-horizon-ui.git
from 5438fb0 test(bff): regression tests for flattenTabWidgets +
widgetSchema tab acceptance
add 5157d4e fix(layer-dashboards): tab feature hardening — 15 review
findings (P1 tab-switch flash + id collisions, compare/pop-out parity, +P2/P3)
No new revisions were added by this update.
Summary of changes:
CHANGELOG.md | 2 +-
apps/bff/src/http/query/dashboard.test.ts | 5 +-
apps/bff/src/http/query/dashboard.ts | 48 ++--
apps/bff/src/i18n/seed.ts | 3 +
apps/bff/src/i18n/validate.ts | 2 +-
.../admin/layer-templates/LayerDashboardsAdmin.vue | 241 +++++----------------
apps/ui/src/i18n/locales/de.json | 6 +-
apps/ui/src/i18n/locales/en.json | 6 +-
apps/ui/src/i18n/locales/es.json | 6 +-
apps/ui/src/i18n/locales/fr.json | 6 +-
apps/ui/src/i18n/locales/ja.json | 6 +-
apps/ui/src/i18n/locales/ko.json | 6 +-
apps/ui/src/i18n/locales/pt.json | 6 +-
apps/ui/src/i18n/locales/zh-CN.json | 6 +-
.../render/layer-dashboard/LayerDashboardsView.vue | 60 ++++-
.../render/layer-dashboard/useLayerDashboard.ts | 9 +-
apps/ui/src/render/widgets/TabWidget.vue | 180 +++++++++++----
apps/ui/src/render/widgets/tabHostCtx.ts | 76 +++++++
18 files changed, 404 insertions(+), 270 deletions(-)
create mode 100644 apps/ui/src/render/widgets/tabHostCtx.ts