0.34.1: populate the log container filter (parse compose prefix)

The whole-stack log stream sends service:null on every line, so the
container filter dropdown only ever showed "All containers". docker compose
logs already prefixes each line with the container name (and an RFC3339
timestamp via --timestamps); parse that prefix client-side to recover the
container, populate the filter, and render time + container + message
separately (cleaner than the raw prefixed line).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
menzelj
2026-06-16 07:58:26 +00:00
co-authored by Claude Opus 4.8
parent efb468560e
commit 844655d1c8
2 changed files with 47 additions and 6 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "stackpilot-frontend",
"private": true,
"version": "0.34.0",
"version": "0.34.1",
"type": "module",
"scripts": {
"dev": "vite",