-
Notifications
You must be signed in to change notification settings - Fork 13k
chore: Replace blurry quick reactions image preview #37163
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
Conversation
|
Looks like this PR is not ready to merge, because of the following issues:
Please fix the issues and try again If you have any trouble, please check the PR guidelines |
|
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #37163 +/- ##
===========================================
+ Coverage 67.34% 67.36% +0.02%
===========================================
Files 3285 3285
Lines 112249 112249
Branches 20361 20366 +5
===========================================
+ Hits 75593 75621 +28
+ Misses 33976 33955 -21
+ Partials 2680 2673 -7
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Proposed changes (including videos or screenshots)
While implementing another feature preview item we've noticed that one of the images was low res, what was happening is that the image was being stretched beyond it's native size, this PR changes the image to have the same size as the other feature preview images
Issue(s)
Steps to test or reproduce
Just open the feature preview page and examine the html

Further comments