Skip to content
This repository was archived by the owner on Aug 6, 2026. It is now read-only.

feat: add activity hover card - #3872

Closed
puemos wants to merge 2 commits into
mainfrom
posthog-code/activity-hover-card
Closed

feat: add activity hover card#3872
puemos wants to merge 2 commits into
mainfrom
posthog-code/activity-hover-card

Conversation

@puemos

@puemos puemos commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

Problem

Unread activity currently requires opening the full Activity page, which makes quick review and cleanup slower than it needs to be.

Why: People should be able to scan unread task updates directly from the sidebar and clear them without leaving their current view.

Changes

  • Add a delayed, right-aligned hover card containing only unread activity.
  • Reuse activity rows for task navigation and individual mark-as-read actions.
  • Add mark-all behavior and keep the badge, full feed, and hover cache synchronized.
  • Depend on the unread activity API in PostHog/posthog#74214.

How did you test this?

  • Biome checks passed for all changed files.
  • API client, shared UI, and web-host typechecks passed.
  • Focused activity hook, realtime cache, and activity row tests passed (12 tests).

Automatic notifications

  • Publish to changelog?
  • Alert Sales and Marketing teams?

Created with PostHog Code

Generated-By: PostHog Code
Task-Id: 4a1c53d9-0ca7-4ebe-9936-0c6dab92ca96
@puemos puemos self-assigned this Jul 28, 2026
@trunk-io

trunk-io Bot commented Jul 28, 2026

Copy link
Copy Markdown

Merging to main in this repository is managed by Trunk.

  • To merge this pull request, check the box to the left or comment /trunk merge below.

After your PR is submitted to the merge queue, this comment will be automatically updated with its status. If the PR fails, failure details will also be posted here

@github-actions

github-actions Bot commented Jul 28, 2026

Copy link
Copy Markdown

React Doctor found 1 issue in 1 file · 1 warning.

1 warning

src/features/canvas/components/ChannelNav.tsx

Reviewed by React Doctor for commit f572403.

Generated-By: PostHog Code
Task-Id: 4a1c53d9-0ca7-4ebe-9936-0c6dab92ca96
@puemos puemos changed the title feat: add unread activity hover card feat: add activity hover card Jul 28, 2026

puemos commented Jul 28, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by the backend-independent recent-activity implementation.

@puemos puemos closed this Jul 28, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant