Skip to content
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

Fix feed feedback #4730

Merged
merged 1 commit into from
Jul 4, 2024
Merged

Fix feed feedback #4730

merged 1 commit into from
Jul 4, 2024

Conversation

gaearon
Copy link
Collaborator

@gaearon gaearon commented Jul 4, 2024

We broke feed feedback when adding interstitials because feed list item is no longer a slice but a wrapper over it. Solving by adding a utility function that maps between the two types so that we don't break this again.

Test Plan

Feedback is being sent again:

Screenshot 2024-07-04 at 19 49 19

Interstitials get filtered out:

Screenshot 2024-07-04 at 19 47 54

Copy link

render bot commented Jul 4, 2024

Copy link

github-actions bot commented Jul 4, 2024

Old size New size Diff
6.6 MB 6.6 MB -4 B (-0.00%)

Copy link
Contributor

@haileyok haileyok left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

glad we found this!

@gaearon gaearon merged commit 12bf796 into main Jul 4, 2024
6 checks passed
@gaearon gaearon deleted the fix-feed-feedback branch July 4, 2024 19:07
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.

2 participants