Refresh privacy request activity timeline display#8140
Open
Kelsey-Ethyca wants to merge 3 commits intomainfrom
Open
Refresh privacy request activity timeline display#8140Kelsey-Ethyca wants to merge 3 commits intomainfrom
Kelsey-Ethyca wants to merge 3 commits intomainfrom
Conversation
Replace the bare "Fides:" prefix and snake_case dataset keys with leading icons, integration logos, and humanized labels so the activity log reads as a more user-friendly timeline. Each row now renders an icon (integration logo, user avatar, or system event glyph), drops the redundant "Fides:" author, and prefers the connection's display name when one is available. The "Request update" tag has also been renamed to "Automatically updated". Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
Style timeline icons with branded backgrounds (terracotta for request received, olive for approved, marble/sandstone with minos foreground for user and policy events), bump icon size to 24px, swap to FlowData/Process/ ArrowRight/Checkmark glyphs, and pull SaaS connection logos through the ConnectionSystemTypeMap so Stripe, Mailchimp, etc. show their integration logo instead of the generic database fallback. Also add defensive guards so an unmapped privacy request status no longer crashes the badge or the bulk-action menu, drop the redundant Button wrapper around ClipboardButton in request details, and reduce the connections page size from 1000 to 100 to stay under the backend pagination cap. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
Summary
Reworks the activity timeline on the privacy request detail page so the log reads as something a non-engineer can scan, rather than a list of raw dataset keys prefixed with `Fides:`.
Implementation notes
Test plan
🤖 Generated with Claude Code