You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,11 @@ Running on
6
6
* Android
7
7
* Desktop
8
8
* Web (Wasm)
9
+
* Web (Kotlin/JS)
9
10
* Kotlin Notebook
10
11
11
12
13
+
12
14
Code is very minimal right now with Compose code using remote apis directly. Will choose/add persistence library once those libraries support Wasm along
13
15
with associated Repository. Also need to add some sort of shared view model/state holder. Have started using Voyager for navigation in the Android client
14
16
and need to evaulate whether this could/should be used for other clients (again needs Wasm support first).
@@ -37,6 +39,10 @@ and need to evaulate whether this could/should be used for other clients (again
37
39
38
40
<imgwidth="1141"alt="Screenshot 2023-12-14 at 17 16 17"src="https://github.com/joreilly/ClimateTraceKMP/assets/6302/70e02dc8-f82b-4ed2-b940-495e513ce3b1">
39
41
42
+
### Compose for Web (Kotlin/JS)
43
+
44
+
<imgwidth="1141"alt="Screenshot 2023-12-14 at 17 16 17"src="https://github.com/joreilly/ClimateTraceKMP/assets/6302/70e02dc8-f82b-4ed2-b940-495e513ce3b1">
45
+
40
46
### Kotlin Notebook
41
47
42
48
<imgwidth="694"alt="Screenshot 2023-12-14 at 20 33 45"src="https://github.com/joreilly/ClimateTraceKMP/assets/6302/82ed364a-0284-4e5c-b81e-40fdfc58f312">
0 commit comments