feat(workspace): support configurable inbox documents and emit document-open events

This commit is contained in:
2026-05-02 21:26:03 +00:00
parent a0dd552628
commit a6324f867f
4 changed files with 28 additions and 12 deletions
+7
View File
@@ -1,5 +1,12 @@
# Changelog
## 2026-05-02 - 1.6.0 - feat(workspace)
support configurable inbox documents and emit document-open events
- Adds a documents property to the workspace and inbox components so document lists, counts, filters, and attention metrics use injected data instead of demo data.
- Passes documents from the workspace container into the inbox view for consistent sidebar and inbox counts.
- Emits a bubbling document-open event when an inbox item is opened to enable parent integrations and external handling.
## 2026-05-02 - 1.5.1 - fix(sdig-workspace)
make workspace view externally controllable and preserve explicit initial state