astro/packages/integrations/prefetch/test/fixtures/basic-prefetch/src/pages
Kory Smith 9807e4dc22
Updates prefetch integration to add "only prefetch link on hover/mouseover/focus" option (#6585)
* modifies prefetch to add the option to only prefetch certain pages on hover

* adds new pages to the test website to showcase prefetch-intent functionality

* adds tests to verify prefetch-intent behavior

* adds changelog

* waits until networkidle to check if the prefetching worked instead of waiting on a specific url load

* allows intentSelector to be either a string or array of strings

* Revert "allows intentSelector to be either a string or array of strings"

This reverts commit b0268eb0d5.

* fixes the multiple selector logic and adds tests

* updates docs to include new prefetch-intent integration

* Update packages/integrations/prefetch/README.md

Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>

* Update packages/integrations/prefetch/README.md

Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>

* Update packages/integrations/prefetch/README.md

Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>

* Update .changeset/little-cars-exist.md

Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>

* Update packages/integrations/prefetch/README.md

Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>

---------

Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
2023-07-07 16:01:23 -04:00
..
about.astro Adds a prefetch integration for near-instant page navigations (#3725) 2022-06-27 18:26:21 +00:00
admin.astro Adds a prefetch integration for near-instant page navigations (#3725) 2022-06-27 18:26:21 +00:00
conditions.astro Updates prefetch integration to add "only prefetch link on hover/mouseover/focus" option (#6585) 2023-07-07 16:01:23 -04:00
contact.astro Adds a prefetch integration for near-instant page navigations (#3725) 2022-06-27 18:26:21 +00:00
index.astro Updates prefetch integration to add "only prefetch link on hover/mouseover/focus" option (#6585) 2023-07-07 16:01:23 -04:00
terms.astro Updates prefetch integration to add "only prefetch link on hover/mouseover/focus" option (#6585) 2023-07-07 16:01:23 -04:00
uses.astro Updates prefetch integration to add "only prefetch link on hover/mouseover/focus" option (#6585) 2023-07-07 16:01:23 -04:00