From 729caa6f711c62f01b91e1b3fafa1aab75bd01a6 Mon Sep 17 00:00:00 2001 From: Keith Schacht Date: Mon, 19 Feb 2024 10:04:52 -0600 Subject: [PATCH 1/4] Update 03_page_refreshes.md --- _source/handbook/03_page_refreshes.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/_source/handbook/03_page_refreshes.md b/_source/handbook/03_page_refreshes.md index 74daa71..75e0a77 100644 --- a/_source/handbook/03_page_refreshes.md +++ b/_source/handbook/03_page_refreshes.md @@ -52,8 +52,7 @@ Sometimes, you want to ignore certain elements while morphing. For example, you You can use [turbo frames](/handbook/frames.html) to define regions in your screen that will get reloaded using morphing when a page refresh happens. To do so, you must flag those frames with `refresh="morph"`. ```html - - ... + ``` From e9a025c9f0f6c618fcbc6b389413fda1d8da7a39 Mon Sep 17 00:00:00 2001 From: Keith Schacht Date: Mon, 19 Feb 2024 13:55:16 -0600 Subject: [PATCH 2/4] Update frames reference --- _source/reference/frames.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/_source/reference/frames.md b/_source/reference/frames.md index 7fe88fc..ba249ad 100644 --- a/_source/reference/frames.md +++ b/_source/reference/frames.md @@ -87,11 +87,10 @@ Like an eager-loaded frame, but the content is not loaded from `src` until the f ``` -## Frame that will get reloaded with morphing during page refreshes +## Frame that will get reloaded with morphing during page refreshes & when they are reloaded ```html - - ... + ``` From cca1f3ef29ad7bc2efea9d45237ad5148e630b7a Mon Sep 17 00:00:00 2001 From: Keith Schacht Date: Tue, 20 Feb 2024 10:56:12 -0600 Subject: [PATCH 3/4] Update _source/reference/frames.md Co-authored-by: Sean Doyle --- _source/reference/frames.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_source/reference/frames.md b/_source/reference/frames.md index ba249ad..033b688 100644 --- a/_source/reference/frames.md +++ b/_source/reference/frames.md @@ -90,7 +90,7 @@ Like an eager-loaded frame, but the content is not loaded from `src` until the f ## Frame that will get reloaded with morphing during page refreshes & when they are reloaded ```html - + ``` From 7ac58bf7479f340c64862a7399b81be4f6a47b46 Mon Sep 17 00:00:00 2001 From: Keith Schacht Date: Tue, 27 Feb 2024 09:37:25 -0600 Subject: [PATCH 4/4] Further clarify --- _source/reference/frames.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_source/reference/frames.md b/_source/reference/frames.md index 033b688..c8d8019 100644 --- a/_source/reference/frames.md +++ b/_source/reference/frames.md @@ -87,7 +87,7 @@ Like an eager-loaded frame, but the content is not loaded from `src` until the f ``` -## Frame that will get reloaded with morphing during page refreshes & when they are reloaded +## Frame that will get reloaded with morphing during page refreshes & when they are explicitly reloaded with .reload() ```html