fix
patch
history
feat/phase-2g-bundle
fix(history): fix inline renderConsolidationHistory in hub.js
The function was duplicated — consolidation-ui-logic.mjs is only used by tests, hub.js has its own inline copy which was never updated. The inline version still read ev.timestamp (always null) instead of ev.ts (the actual field). Also brings the inline version in sync: Array.isArray fix for topics_count, event_count fallback for merged count, and ev.ts || ev.timestamp || ev.created_at for the date field.
sha256:4a5d4152a539024e9d8145161778035c0e320deb365a664f4f97b5b33b8df53d
sha
sha256:fb8150e3cb53cd0f6fce873fa8a0841f0a38ed4ef21607a6d7b2e1f4746a3bd8
snapshot
0 comments
To add a comment, use the Muse CLI:
muse hub commit comment sha256:4a5d4152a539024e9d8145161778035c0e320deb365a664f4f97b5b33b8df53d --body "your comment"
No comments yet. Be the first to start the discussion.