-
Notifications
You must be signed in to change notification settings - Fork 56
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
Docs: Add real thumbnail img #2034
Conversation
Images automagically compressed by Calibre's image-actions ✨ Compression reduced images by 35.7%, saving 373 bytes.
61 images did not require optimisation. Update required: Update image-actions configuration to the latest version before 1/1/21. See README for instructions. |
Kudos, SonarCloud Quality Gate passed! |
✅ Deploy Preview for boosted ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
✅ Deploy Preview for boosted ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
Is this PR linked to a specific issue?
Could you also please check why the jobs are running endlessly? Fixed by Julien
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.
Looks ok after discussion during daily meeting.
The thumbnail looks good. No issues. |
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.
LGTM with the following suggested commit 5050278 containing:
- Add "or PNG" in both paragraphs to show this new possibility
- "Compress" elements to 1 line to avoid having whitespaces handling the spacing between the icons and the text, preferring the
.me-1
spacing utility
Note: it'll need to be re-worked with the dark mode to switch the PNG or to change the PNG to a SVG version
<svg xmlns="http://www.w3.org/2000/svg" width="1.875rem" height="1.875rem" viewBox="0 0 30 30" role="img" aria-labelledby="svg1" class="me-2"> | ||
<title id="svg1">Document</title> | ||
<use xlink:href="/docs/{{< param docs_version >}}/assets/img/boosted-sprite.svg#document"> | ||
</use> |
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.
Should be one line above
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.
Good catch! Fixed in 3ce373a. I let you approve the PR if it's good for you so that it can land in the v5.3.0.
Kudos, SonarCloud Quality Gate passed! |
Note: Please transform
- [ ]
into- (NA)
in the description when things are not applicableRelated issues
Description
Replace current svg square yellow and blue with a thumbnail image
Motivation & Context
Doc enhancement
Types of change
Live previews
Checklist
Contribution
Accessibility
Design
Development
Documentation
Checklist (for Core Team only)
After the merge