feat(web): activity feed - #5590
Draft
synoet wants to merge 11 commits into
Draft
Conversation
Contributor
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
synoet
force-pushed
the
synoet/activity-feed
branch
4 times, most recently
from
August 12, 2026 13:26
23ffb2d to
f1d8691
Compare
synoet
force-pushed
the
synoet/activity-feed
branch
4 times, most recently
from
August 12, 2026 20:47
d8b309b to
d6a3d08
Compare
Deletes both legacy activity systems end to end:
- the deprecated REST /activity endpoint stack (handler, response
models, macro_db_client UNION query, swagger/OpenAPI entries, the
legacy model::activity enums) — it had no live callers; the pins
tool schema no longer borrows the retired endpoint's query params
- the soup/notification-derived activity-timeline frontend feature
('Things I did' / 'Firehose') and its ENABLE_ACTIVITY env flag
Replaces them with a simple feed of the user's own activity from the
GraphQL activity log (user.activity, keyset-cursor infinite query),
behind the new enable-activity-feed PostHog flag (dev-on). The
'activity' component id stays registered (flag off → inbox redirect)
so restored splits and the firehose/my-activity aliases keep
recovering; the sidebar entry and reminders anchor follow the flag
reactively. SDK + web API clients regenerated; orphaned sqlx cache
entries dropped.
A failing feed query rendered 'No activity yet.' — indistinguishable from a genuinely empty feed (found when a missing local migration made the query error while the UI claimed emptiness).
Full-width soup-style rows (rounded hover fill, right-aligned muted timestamps), the view title portaled into the split header like other list views, and date-bucketed sections (Today / Yesterday / Last 7 days) using the soup section header.
Chosen over columns and grouped variants: a glyph rail (action kind at a glance) with '<actor> <action> on <entity>' sentences — actor in medium weight, verb muted, per-action connector, entity as a real mention — keeping the unified list's hover fill and timestamp treatment.
synoet
force-pushed
the
synoet/activity-feed
branch
from
August 13, 2026 20:36
be018ef to
9efd0cc
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.