Issue Type
Feature request
Summary
Expose safe extension points that let package consumers tailor how activity records are displayed.
Problem / Context
Some teams need the activity UI to reflect domain-specific naming or display conventions, but the current display behavior is relatively fixed.
Proposed Solution
Add public hooks or configuration-driven customization points for subject labels, causer labels, and activity row display formatting.
Acceptance Criteria
Implementation Notes
Keep the API intentionally small and avoid exposing unstable internals. Favour explicit extension points over deep subclassing requirements.
Testing Notes
Add tests or fixtures that verify custom display hooks are applied consistently.
Additional Context
No response
Issue Type
Feature request
Summary
Expose safe extension points that let package consumers tailor how activity records are displayed.
Problem / Context
Some teams need the activity UI to reflect domain-specific naming or display conventions, but the current display behavior is relatively fixed.
Proposed Solution
Add public hooks or configuration-driven customization points for subject labels, causer labels, and activity row display formatting.
Acceptance Criteria
1.x.Implementation Notes
Keep the API intentionally small and avoid exposing unstable internals. Favour explicit extension points over deep subclassing requirements.
Testing Notes
Add tests or fixtures that verify custom display hooks are applied consistently.
Additional Context
No response