From 8cf80af20b665983511fed0a27c182c3c1ea5f29 Mon Sep 17 00:00:00 2001 From: kavi2du Date: Mon, 4 Aug 2025 11:40:43 +0800 Subject: [PATCH 01/18] Update index.html with insert markers --- {{ cookiecutter.format }}/www/index.html | 25 +++++------------------- 1 file changed, 5 insertions(+), 20 deletions(-) diff --git a/{{ cookiecutter.format }}/www/index.html b/{{ cookiecutter.format }}/www/index.html index 0a09c9b..ab13637 100644 --- a/{{ cookiecutter.format }}/www/index.html +++ b/{{ cookiecutter.format }}/www/index.html @@ -27,19 +27,11 @@ - + + + + -{% if cookiecutter.style_framework == "Bootstrap v4.6" %} - -{% elif cookiecutter.style_framework == "Shoelace v2.3" %} - - -{% endif %} @@ -47,14 +39,7 @@ Splash screen logo

Loading...

-{% if cookiecutter.style_framework == "Bootstrap v4.6" %} - - -{% endif %} + - + From 1d565b8c6ad3cb0c333b66ca03bb0e7256a19413 Mon Sep 17 00:00:00 2001 From: caydnn Date: Wed, 3 Sep 2025 14:01:04 +0800 Subject: [PATCH 06/18] pyscript version markers --- {{ cookiecutter.format }}/www/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/{{ cookiecutter.format }}/www/index.html b/{{ cookiecutter.format }}/www/index.html index 11d5cbb..b103dad 100644 --- a/{{ cookiecutter.format }}/www/index.html +++ b/{{ cookiecutter.format }}/www/index.html @@ -18,14 +18,14 @@ - - + + From f4c409680baa5123d04a27dfc1a2ecf6178ac5dd Mon Sep 17 00:00:00 2001 From: kavi2du Date: Mon, 8 Sep 2025 17:08:17 +0800 Subject: [PATCH 07/18] Minor fix for CSS banner style inconsistency --- {{ cookiecutter.format }}/www/static/css/briefcase.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/{{ cookiecutter.format }}/www/static/css/briefcase.css b/{{ cookiecutter.format }}/www/static/css/briefcase.css index b85258d..7330b1d 100644 --- a/{{ cookiecutter.format }}/www/static/css/briefcase.css +++ b/{{ cookiecutter.format }}/www/static/css/briefcase.css @@ -38,12 +38,12 @@ div#briefcase-splash img { } } +/************************* Toolkit styles *************************/ +/*@@ CSS:start @@*/ +/*@@ CSS:end @@*/ + /******************************************************************* * WARNING: Do not remove or modify this comment block, or add any * content below this block, including anything between the CSS * markers. Briefcase will add content here during the build step. ******************* Wheel contributed styles **********************/ - -/************************* Toolkit styles *************************/ -/***@@ CSS:start @@***/ -/***@@ CSS:end @@***/ From d0c2d73a4bfb8fad65d575fa7a5bd590e27a018c Mon Sep 17 00:00:00 2001 From: 19766375 <19766375@student.curtin.edu.au> Date: Mon, 15 Sep 2025 11:38:56 +0800 Subject: [PATCH 08/18] Change pyscript version --- {{ cookiecutter.format }}/www/index.html | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/{{ cookiecutter.format }}/www/index.html b/{{ cookiecutter.format }}/www/index.html index b103dad..97e498f 100644 --- a/{{ cookiecutter.format }}/www/index.html +++ b/{{ cookiecutter.format }}/www/index.html @@ -16,16 +16,8 @@ - - - - + + From bf807103335eef62357774cafd282e520c2d9b64 Mon Sep 17 00:00:00 2001 From: 19766375 <19766375@student.curtin.edu.au> Date: Wed, 17 Sep 2025 16:00:42 +0800 Subject: [PATCH 09/18] Moved "toolkit styles" below comment block --- {{ cookiecutter.format }}/www/static/css/briefcase.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/{{ cookiecutter.format }}/www/static/css/briefcase.css b/{{ cookiecutter.format }}/www/static/css/briefcase.css index 7330b1d..bea5810 100644 --- a/{{ cookiecutter.format }}/www/static/css/briefcase.css +++ b/{{ cookiecutter.format }}/www/static/css/briefcase.css @@ -38,12 +38,13 @@ div#briefcase-splash img { } } -/************************* Toolkit styles *************************/ -/*@@ CSS:start @@*/ -/*@@ CSS:end @@*/ /******************************************************************* * WARNING: Do not remove or modify this comment block, or add any * content below this block, including anything between the CSS * markers. Briefcase will add content here during the build step. - ******************* Wheel contributed styles **********************/ +******************* Wheel contributed styles **********************/ + +/************************* Toolkit styles *************************/ +/*@@ CSS:start @@*/ +/*@@ CSS:end @@*/ From a9277f787e276fa128d890d07c0e9d555194d169 Mon Sep 17 00:00:00 2001 From: kavi2du Date: Sat, 20 Sep 2025 08:56:53 +0800 Subject: [PATCH 10/18] Update toolkit head and add script insert points to index.html --- {{ cookiecutter.format }}/www/index.html | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/{{ cookiecutter.format }}/www/index.html b/{{ cookiecutter.format }}/www/index.html index 97e498f..ff21248 100644 --- a/{{ cookiecutter.format }}/www/index.html +++ b/{{ cookiecutter.format }}/www/index.html @@ -19,10 +19,10 @@ - - - - + + + + @@ -38,5 +38,11 @@ "{{ cookiecutter.module_name }}", run_name="__main__", alter_sys=True ) + + + + + + From 765dcf793db63b7797af424457e5ff5bd107b914 Mon Sep 17 00:00:00 2001 From: kavi2du Date: Sat, 20 Sep 2025 09:00:16 +0800 Subject: [PATCH 11/18] Update toolkit CSS marker comment and remove outdated block in briefcase.css --- {{ cookiecutter.format }}/www/static/css/briefcase.css | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/{{ cookiecutter.format }}/www/static/css/briefcase.css b/{{ cookiecutter.format }}/www/static/css/briefcase.css index bea5810..91f38f3 100644 --- a/{{ cookiecutter.format }}/www/static/css/briefcase.css +++ b/{{ cookiecutter.format }}/www/static/css/briefcase.css @@ -38,13 +38,10 @@ div#briefcase-splash img { } } +/************************* Toolkit styles *************************/ -/******************************************************************* - * WARNING: Do not remove or modify this comment block, or add any - * content below this block, including anything between the CSS - * markers. Briefcase will add content here during the build step. -******************* Wheel contributed styles **********************/ +/* WARNING: Do not modify content between the @@ CSS:start @@ and + @@ CSS:end @@ markers. */ -/************************* Toolkit styles *************************/ /*@@ CSS:start @@*/ /*@@ CSS:end @@*/ From 143d2af0c0dbe5689b2a13112f415c9b889b899a Mon Sep 17 00:00:00 2001 From: caydnn Date: Sat, 20 Sep 2025 12:50:46 +0800 Subject: [PATCH 12/18] Correction to match insertion marker format --- {{ cookiecutter.format }}/www/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/{{ cookiecutter.format }}/www/index.html b/{{ cookiecutter.format }}/www/index.html index ff21248..cec7136 100644 --- a/{{ cookiecutter.format }}/www/index.html +++ b/{{ cookiecutter.format }}/www/index.html @@ -39,10 +39,10 @@ ) - + - - + + From d1440a2646e3f02cda916842a993771ad33d165c Mon Sep 17 00:00:00 2001 From: 19766375 <19766375@student.curtin.edu.au> Date: Mon, 22 Sep 2025 15:51:37 +0800 Subject: [PATCH 13/18] replace "end" with "body-end" in marker --- {{ cookiecutter.format }}/www/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/{{ cookiecutter.format }}/www/index.html b/{{ cookiecutter.format }}/www/index.html index cec7136..37494e6 100644 --- a/{{ cookiecutter.format }}/www/index.html +++ b/{{ cookiecutter.format }}/www/index.html @@ -41,8 +41,8 @@ - - + + From 22a8e8b71cf969f9d98c9e1dbe4c4d4a16fc0c4d Mon Sep 17 00:00:00 2001 From: 19766375 <19766375@student.curtin.edu.au> Date: Mon, 22 Sep 2025 17:41:23 +0800 Subject: [PATCH 14/18] Add body-start marker and change Pyscript marker to python marker --- {{ cookiecutter.format }}/www/index.html | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/{{ cookiecutter.format }}/www/index.html b/{{ cookiecutter.format }}/www/index.html index 37494e6..2b80c7f 100644 --- a/{{ cookiecutter.format }}/www/index.html +++ b/{{ cookiecutter.format }}/www/index.html @@ -14,13 +14,13 @@ - + - - + + - + @@ -32,6 +32,10 @@

Loading...

+ + + + + + From cd84b610617de0057a9b28f2ff8b7a6bbc6aca2a Mon Sep 17 00:00:00 2001 From: 19766375 <19766375@student.curtin.edu.au> Date: Wed, 8 Oct 2025 16:57:03 +0800 Subject: [PATCH 17/18] fix typo --- {{ cookiecutter.format }}/www/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{ cookiecutter.format }}/www/index.html b/{{ cookiecutter.format }}/www/index.html index 5630eca..cf45676 100644 --- a/{{ cookiecutter.format }}/www/index.html +++ b/{{ cookiecutter.format }}/www/index.html @@ -36,7 +36,7 @@ - + From 2445fc95970ab11fbf0bc813e1442c9ee52a5cdc Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Thu, 9 Oct 2025 07:18:29 +0800 Subject: [PATCH 18/18] Minor renaming in head comment --- {{ cookiecutter.format }}/www/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{ cookiecutter.format }}/www/index.html b/{{ cookiecutter.format }}/www/index.html index cf45676..a0b710d 100644 --- a/{{ cookiecutter.format }}/www/index.html +++ b/{{ cookiecutter.format }}/www/index.html @@ -14,7 +14,7 @@ - +