WorkspaceActivityFeedCard
Workspace card that combines notifications, inbox activity, and uploaded documents into one activity stream.
Import
import { WorkspaceActivityFeedCard } from "@xylex-group/athena-auth-ui"Also exported from: @xylex-group/athena-auth-ui/plugins
Details
- Category:
component - Primary entrypoint:
@xylex-group/athena-auth-ui - Public entrypoints:
@xylex-group/athena-auth-ui,@xylex-group/athena-auth-ui/plugins - Source:
packages/heroui/src/components/auth/workspace/workspace-activity-feed-card.tsx
Props
| Prop | Type | Required | Notes |
|---|---|---|---|
documents | UserDocumentRecord[] | Yes | |
inboxItems | InboxItem[] | Yes | |
notifications | NotificationEvent[] | Yes |
Notes
- Workspace cards are the focused admin surfaces that power the optional workspace settings experience.
- Most of them either consume
WorkspaceRuntimestate directly or call the exported workspace hooks against an Athena auth client.