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

feat(activity): update preferred source image versions for thumbnails #14572

Merged
merged 1 commit into from
Sep 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
feat(activity): update preferred source image versions for thumbnails
Follow-up to address [this comment][] in a previous PR.

[this comment]: https://github.com/artsy/force/pull/14528/files#r1769075579
  • Loading branch information
dblandin committed Sep 25, 2024
commit 5b6e10a35cd73b6a3ce11710efe5c6521d3ad47f
5 changes: 4 additions & 1 deletion src/Components/Notifications/NotificationItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,10 @@ export const NotificationItemFragmentContainer = createFragmentContainer(
previewImages(size: 4) {
internalID
blurhashDataURL
resized(height: 58, version: "normalized") {
resized(
height: 58
version: ["main", "normalized", "larger", "large"]
) {
srcSet
}
}
Expand Down