Update website based on feedback
All checks were successful
Gitea Actions Demo / publish (push) Successful in 23s
All checks were successful
Gitea Actions Demo / publish (push) Successful in 23s
This commit is contained in:
parent
7f097966a9
commit
9e622101aa
@ -5,6 +5,11 @@
|
|||||||
{{ image(url="trailer.gif" full_bleed=true) }}
|
{{ 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. <div class="logo"> Aparoksha. </div>
|
# Native. Cross-platform. <div class="logo"> Aparoksha. </div>
|
||||||
|
|
||||||
<div style="margin-bottom: 2em;">
|
<div style="margin-bottom: 2em;">
|
||||||
@ -30,8 +35,7 @@ Combine them into pages, windows, and apps.
|
|||||||
</aside>
|
</aside>
|
||||||
--->
|
--->
|
||||||
|
|
||||||
{% crt() %}
|
```swift
|
||||||
```
|
|
||||||
struct Timeline: View {
|
struct Timeline: View {
|
||||||
|
|
||||||
var posts: Posts
|
var posts: Posts
|
||||||
@ -45,7 +49,6 @@ struct Timeline: View {
|
|||||||
|
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
{% end %}
|
|
||||||
|
|
||||||
## The Magic of the State
|
## The Magic of the State
|
||||||
|
|
||||||
@ -58,8 +61,7 @@ Let's create a simple counter view:
|
|||||||
</aside>
|
</aside>
|
||||||
--->
|
--->
|
||||||
|
|
||||||
{% crt() %}
|
```swift
|
||||||
```
|
|
||||||
struct SearchView: View {
|
struct SearchView: View {
|
||||||
|
|
||||||
@State private var count = 0
|
@State private var count = 0
|
||||||
@ -76,7 +78,6 @@ struct SearchView: View {
|
|||||||
|
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
{% end %}
|
|
||||||
|
|
||||||
## Supported Platforms
|
## Supported Platforms
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user