Closed clydebarrow closed 1 month ago
Name | Link |
---|---|
Latest commit | c3c204d39de6a28bef8fdf54b0838e13d73084a3 |
Latest deploy log | https://app.netlify.com/sites/esphome/deploys/671efdf8920bba0008287bb0 |
Deploy Preview | https://deploy-preview-4393--esphome.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
The changes in this pull request involve updates to the Makefile
, _templates/searchbox.html
, and pagefind.yml
. The Makefile
has been modified to update the version of the PAGEFIND
tool from 1.1.0
to 1.1.1
, affecting the download URL for the pagefind
binary. In _templates/searchbox.html
, a new function getLink
is introduced, and several variable declarations are updated to improve scoping and immutability. Additionally, modifications are made to enhance the handling of click events and maintain focus on the input field. The pagefind.yml
file now includes an exclusion selector for the page indexing process.
File | Change Summary |
---|---|
Makefile | Updated PAGEFIND_VERSION from 1.1.0 to 1.1.1 . Affects the download URL for the pagefind binary. |
_templates/searchbox.html | Added function getLink(location, anchors, url) . Updated variable declarations for mobileWidth , leftPos , topPos , maxWidth , wrapper , thumb , inner , title , and excerpt to use const or let . Added input_field variable. Modified clickCallback function for event handling and added focus maintenance on input field. |
pagefind.yml | Added exclusion selector "pre" to exclude_selectors in the configuration file. |
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Description:
Related issue (if applicable): fixes
Pull request in esphome with YAML changes (if applicable): esphome/esphome#
Checklist:
[ ] I am merging into
next
because this is new documentation that has a matching pull-request in esphome as linked above.or
[x] I am merging into
current
because this is a fix, change and/or adjustment in the current documentation and is not for a new component or feature.[ ] Link added in
/index.rst
when creating new documents for new components or cookbook.