You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(app-showcase): re-instate grid KPIs, role-gated note, History tab (#2066)
Now that the SDUI renderer fixes landed in objectui (#1814), restore the
showcase features that were dropped as workarounds:
My Work — KPI hero row moves from `flex` back to an equal-width `grid`
(layout grid no longer shadowed by ObjectGrid); sidebar gains a per-user
`visible`-gated note (`user.email == 'admin@objectos.ai'` shows for the admin,
a different-email note stays hidden) demonstrating component-level role gating.
Account 360 — the History tab returns: `record:history` now self-fetches from
sys_activity field_change events (trackHistory on status/industry), so the tab
lists real audit entries instead of "No history yet".
Browser-verified on :5181: grid-cols KPI row, role-gated visibility, and the
History tab populating after an industry change. typecheck + 20 tests pass.
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments