feat(sz-service-detail-view): replace the custom logs panel with dees-chart-log in the service detail view

This commit is contained in:
2026-03-17 19:29:47 +00:00
parent 889f84d666
commit 61359bc712
3 changed files with 19 additions and 92 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-03-17 - 2.7.0 - feat(sz-service-detail-view)
replace the custom logs panel with dees-chart-log in the service detail view
- Removes the bespoke log streaming UI styles and markup in favor of a shared log chart component.
- Maps service log entries to structured timestamp, level, and message data for the new component.
- Enables auto-scrolling, metrics display, and a higher log entry limit in the embedded log viewer.
## 2026-03-16 - 2.6.2 - fix(platform-service-detail-view)
wrap service logs chart in a full-width container to preserve layout