Skip to content

fix(observer): use lifecycle item title as verb instead of hardcoded "Status"#1709

Merged
wpfleger96 merged 2 commits into
mainfrom
alia/lifecycle-verb-fix
Jul 10, 2026
Merged

fix(observer): use lifecycle item title as verb instead of hardcoded "Status"#1709
wpfleger96 merged 2 commits into
mainfrom
alia/lifecycle-verb-fix

Conversation

@wpfleger96

Copy link
Copy Markdown
Collaborator

Summary

  • Lifecycle items in the observer feed (Commands, Mode, Usage, Config) were all prefixed with a hardcoded verb="Status", rendering as Status Commands · ... instead of Commands · ....
  • Changed LifecycleActivity.tsx to use the item's title as the verb and text as the object, matching what each item actually represents.

…"Status"

Lifecycle items (Commands, Mode, Usage) were all rendered as
"Status Commands · ..." instead of "Commands · ...". Use the item's
own title as the verb and text as the object.
@wpfleger96 wpfleger96 requested a review from a team as a code owner July 10, 2026 14:40
The verb change from "Status" to the item's title causes two elements
to match getByText("Commands") — the verb span and the object span.
@wpfleger96 wpfleger96 merged commit 95bc640 into main Jul 10, 2026
20 checks passed
@wpfleger96 wpfleger96 deleted the alia/lifecycle-verb-fix branch July 10, 2026 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant