From 2222769b50b3baa552031e89d7e4540c63a3f93a Mon Sep 17 00:00:00 2001 From: Jon Udell Date: Fri, 17 Oct 2025 11:21:31 -0700 Subject: [PATCH 1/5] wip --- blog/src/Main.xmlui | 52 +++++++++++++++++--------- blog/src/components/BlogOverview.xmlui | 47 +++++++++++++---------- blog/src/components/BlogPage.xmlui | 5 ++- 3 files changed, 65 insertions(+), 39 deletions(-) diff --git a/blog/src/Main.xmlui b/blog/src/Main.xmlui index 9de4e44c3..2eeeddc77 100644 --- a/blog/src/Main.xmlui +++ b/blog/src/Main.xmlui @@ -1,38 +1,60 @@ + ]}`> + + + + + + + + when="{navState.value.showNavPanel}"> - - + + @@ -50,14 +72,10 @@
- + This site is an XMLUI™ app. - -
-
+ \ No newline at end of file diff --git a/blog/src/components/BlogOverview.xmlui b/blog/src/components/BlogOverview.xmlui index 8c59fd3b2..f5773fd0b 100644 --- a/blog/src/components/BlogOverview.xmlui +++ b/blog/src/components/BlogOverview.xmlui @@ -1,27 +1,34 @@ - -

XMLUI Blog

- Latest updates, tutorials, and insights for building with XMLUI -
- +

+ XMLUI Blog +

+ + Latest updates, tutorials, and insights for building with XMLUI + + - - - - {$item.title} - - - - {$item.date} • {$item.author} - - - - - + + + + {$item.title} + + + + {$item.date} • {$item.author} + + + + + + + -
+
\ No newline at end of file diff --git a/blog/src/components/BlogPage.xmlui b/blog/src/components/BlogPage.xmlui index 619b7f55f..ca9be8ee4 100644 --- a/blog/src/components/BlogPage.xmlui +++ b/blog/src/components/BlogPage.xmlui @@ -1,10 +1,11 @@ - + +

{$props.post.title}

{$props.post.date} • {$props.post.author}
-
+
From 9ac34ae3ac24c74f10df61b2a6be7fba5dda6ff5 Mon Sep 17 00:00:00 2001 From: Jon Udell Date: Fri, 17 Oct 2025 11:37:41 -0700 Subject: [PATCH 2/5] wip --- blog/src/Main.xmlui | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/blog/src/Main.xmlui b/blog/src/Main.xmlui index 2eeeddc77..a93b79ab6 100644 --- a/blog/src/Main.xmlui +++ b/blog/src/Main.xmlui @@ -13,16 +13,21 @@ - - + + + + + + - + + + - -

- XMLUI Blog -

- - Latest updates, tutorials, and insights for building with XMLUI - - - +
diff --git a/blog/src/components/BlogPage.xmlui b/blog/src/components/BlogPage.xmlui index ca9be8ee4..2b6fde7d2 100644 --- a/blog/src/components/BlogPage.xmlui +++ b/blog/src/components/BlogPage.xmlui @@ -1,11 +1,8 @@ - -

{$props.post.title}

{$props.post.date} • {$props.post.author}
-
From 1d2a0002de69fa89955521786ecfbe410dc1205f Mon Sep 17 00:00:00 2001 From: Jon Udell Date: Fri, 17 Oct 2025 14:29:54 -0700 Subject: [PATCH 4/5] wip --- blog/src/Main.xmlui | 25 +++++++++---------------- 1 file changed, 9 insertions(+), 16 deletions(-) diff --git a/blog/src/Main.xmlui b/blog/src/Main.xmlui index bd6548933..e811ddcac 100644 --- a/blog/src/Main.xmlui +++ b/blog/src/Main.xmlui @@ -17,23 +17,16 @@ showNavPanelThreshold: showNavPanelThreshold, posts: posts.length }}" /> - - - - -