-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
🥡 Marketplace
: Product::Photo
s
#1428
Labels
✨ feature
Reduces Client's Burden or Grants them Benefits
🥔 Satisfices
It's good enough to use, but not particularly great
Comments
This was referenced May 3, 2023
Closed
zspencer
changed the title
🌱
🌱✨ May 4, 2023
Marketplace
: Product::Photo
sMarketplace
: Product::Photo
s
4 tasks
zspencer
added a commit
that referenced
this issue
May 6, 2023
- #1428 Quick spec on create, probably should add one for `update` soon too
zspencer
added a commit
that referenced
this issue
May 6, 2023
zspencer
added a commit
that referenced
this issue
May 6, 2023
- #1428 Quick spec on create, probably should add one for `update` soon too
zspencer
added a commit
that referenced
this issue
May 6, 2023
- #1428 Quick spec on create, probably should add one for `update` soon too
zspencer
added a commit
that referenced
this issue
May 6, 2023
zspencer
changed the title
🌱✨
✨ May 18, 2023
Marketplace
: Product::Photo
sMarketplace
: Product::Photo
s
zspencer
added a commit
that referenced
this issue
May 23, 2023
- #1430 - #1428 - Pulled from https://github.com/libvips/ruby-vips/blob/master/.github/workflows/test.yml I'm not particularly pleased with this, but I didn't find a github action; and I'm not entirely sure why the test passes locally but not on CI.
zspencer
added a commit
that referenced
this issue
May 23, 2023
- #1430 - #1428 - Pulled from https://github.com/libvips/ruby-vips/blob/master/.github/workflows/test.yml I'm not particularly pleased with this, but I didn't find a github action; and I'm not entirely sure why the test passes locally but not on CI.
zspencer
added a commit
that referenced
this issue
May 24, 2023
- #1430 - #1428 - Pulled from https://github.com/libvips/ruby-vips/blob/master/.github/workflows/test.yml I'm not particularly pleased with this, but I didn't find a github action; and I'm not entirely sure why the test passes locally but not on CI.
zspencer
added a commit
that referenced
this issue
May 24, 2023
- #1430 - #1428 - Pulled from https://github.com/libvips/ruby-vips/blob/master/.github/workflows/test.yml I'm not particularly pleased with this, but I didn't find a github action; and I'm not entirely sure why the test passes locally but not on CI.
zspencer
added a commit
that referenced
this issue
May 25, 2023
…1494) * `Marketplace`: Install `libvips` for testing `Product::Photo`s - #1430 - #1428 - Pulled from https://github.com/libvips/ruby-vips/blob/master/.github/workflows/test.yml
One thing I noticed in testing is that when the photo loads in it does not have a set size; so the page will shuffle around a little bit. |
zspencer
added a commit
that referenced
this issue
May 28, 2023
- #1326 - #1428 Depending on device bandwidth, even 150x150 `Product::Photo`s can take a quarter to a half second to load. When the photo does not have a set height; this results in the page re-flowing as the photo loads in. To Test: - Add several `Products` with a `Product::Photo` to a `Marketplace` - Throttle your network connection to 2g (Firefox DevTools can do this) - Visit the `Marketplace` - Before: `Product`s would "bump" down the page as the photos load. - After: `Product`s stay in the same dang place, even as the photos load Reference: - https://css-tricks.com/preventing-content-reflow-from-lazy-loaded-images/ (Note: While this talks about lazy-loaded images, the principal of "set the height and width of the image!" still applies)
zspencer
changed the title
✨
🥔✨ May 28, 2023
Marketplace
: Product::Photo
sMarketplace
: Product::Photo
s
zspencer
added
✨ feature
Reduces Client's Burden or Grants them Benefits
🥔 Satisfices
It's good enough to use, but not particularly great
🐞 bug
Something isn't working
labels
May 28, 2023
zspencer
added a commit
that referenced
this issue
Jun 1, 2023
- #1326 - #1428 Depending on device bandwidth, even 150x150 `Product::Photo`s can take a quarter to a half second to load. When the photo does not have a set height; this results in the page re-flowing as the photo loads in. To Test: - Add several `Products` with a `Product::Photo` to a `Marketplace` - Throttle your network connection to 2g (Firefox DevTools can do this) - Visit the `Marketplace` - Before: `Product`s would "bump" down the page as the photos load. - After: `Product`s stay in the same dang place, even as the photos load Reference: - https://css-tricks.com/preventing-content-reflow-from-lazy-loaded-images/ (Note: While this talks about lazy-loaded images, the principal of "set the height and width of the image!" still applies)
zspencer
added a commit
that referenced
this issue
Jun 1, 2023
- #1326 - #1428 Depending on device bandwidth, even 150x150 `Product::Photo`s can take a quarter to a half second to load. When the photo does not have a set height; this results in the page re-flowing as the photo loads in. To Test: - Add several `Products` with a `Product::Photo` to a `Marketplace` - Throttle your network connection to 2g (Firefox DevTools can do this) - Visit the `Marketplace` - Before: `Product`s would "bump" down the page as the photos load. - After: `Product`s stay in the same dang place, even as the photos load Reference: - https://css-tricks.com/preventing-content-reflow-from-lazy-loaded-images/ (Note: While this talks about lazy-loaded images, the principal of "set the height and width of the image!" still applies)
This was referenced Jan 21, 2024
zspencer
added a commit
that referenced
this issue
Jan 25, 2024
- #1428 Apparently `resize_to_limit` can result in odd aspect ratios. This ensures they are always the aspect ratio we want them to be.
This was referenced Jan 25, 2024
Closed
zspencer
added a commit
that referenced
this issue
Jan 29, 2024
- #1428 Apparently `resize_to_limit` can result in odd aspect ratios. This ensures they are always the aspect ratio we want them to be.
zspencer
changed the title
🥔✨
🥡 Feb 17, 2024
Marketplace
: Product::Photo
sMarketplace
: Product::Photo
s
🧹 Relegated to cold storage |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
✨ feature
Reduces Client's Burden or Grants them Benefits
🥔 Satisfices
It's good enough to use, but not particularly great
Marketplace
: Selling 🥡Products
#1324Marketplace
: Buying 🥡Products
#1326Prerequisites
Utility
:AWS::S3
#1430Use Cases
Product::Photo
Product::Photo
.Product::Photo
Refactor
Marketplace::Product::Photo
: Back withMedia
#2138Bugs
Product::Photo
moves content on the page as the image loadsThe text was updated successfully, but these errors were encountered: