From 9e622101aae31f4de6499be5fef69e4be5dfb05b Mon Sep 17 00:00:00 2001 From: david-swift Date: Fri, 18 Oct 2024 22:15:23 +0200 Subject: [PATCH] Update website based on feedback --- content/_index.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/content/_index.md b/content/_index.md index b9b23bd..733e23f 100644 --- a/content/_index.md +++ b/content/_index.md @@ -5,6 +5,11 @@ {{ image(url="trailer.gif" full_bleed=true) }} ---> +{% alert(warning=true) %} +This project is currently under development and not yet ready for production. +Follow the project [on the Fediverse](@aparoksha@mastodon.de) to stay up to date. +{% end %} + # Native. Cross-platform.
@@ -30,8 +35,7 @@ Combine them into pages, windows, and apps. ---> -{% crt() %} -``` +```swift struct Timeline: View { var posts: Posts @@ -45,7 +49,6 @@ struct Timeline: View { } ``` -{% end %} ## The Magic of the State @@ -58,8 +61,7 @@ Let's create a simple counter view: ---> -{% crt() %} -``` +```swift struct SearchView: View { @State private var count = 0 @@ -76,7 +78,6 @@ struct SearchView: View { } ``` -{% end %} ## Supported Platforms