-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(replay): Read the has_viewed field on replay records and reflect that in the list #67951
Conversation
b3b6008
to
8ad70a7
Compare
<UserAvatar user={getUserBadgeUser(replay)} size={24} /> | ||
<SubText> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this look different than using UserBadge
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i'll followup soon with some stories to differentiate the avatar stuff. There's too many components related to that :(
Bundle ReportChanges will increase total bundle size by 225.42kB ⬆️
|
… that in the list (#67951) Depends on backend support for the new `has_viewed` field. Follows the blueprint in https://github.com/getsentry/sentry/blob/master/src/sentry/replays/blueprints/api.md Relates to getsentry/team-replay#19 Relates to #64924 Depends on #68628
… seen (#68743) Depends on #67951 Relates to getsentry/team-replay#19 Relates to #64924
… seen (#68743) Depends on #67951 Relates to getsentry/team-replay#19 Relates to #64924
… seen (#68990) This is a dupe of #68743, but with a feature-flag wrapping it. Depends on #67951 Relates to getsentry/team-replay#19 Relates to #64924
Depends on backend support for the new
has_viewed
field.Follows the blueprint in https://github.com/getsentry/sentry/blob/master/src/sentry/replays/blueprints/api.md
Relates to https://github.com/getsentry/team-replay/issues/19
Relates to #64924
Depends on #68628