commit ceec8ff76b73dc362d5530d9dc69ecdffb8e6a0e parent ffaeabadb682f7be2add190378569ad3f32e6713 Author: MTRNord <mtrnord1@gmail.com> Date: Wed, 27 Sep 2023 12:08:25 +0200 chore: Add small README.md Diffstat:
| A | README.md | | | 10 | ++++++++++ |
| M | src/jsMain/kotlin/pages/Login.kt | | | 2 | -- |
2 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md @@ -0,0 +1,9 @@ +# Playground + +## Getting started + +1. Best install Jetbrains Idea. +2. Do the gradle sync (probably happens automatically or it asks you) +3. Run the `jsBrowserRun --continuous` task. (Elephant menu on the right under `kotlin browser` and then right + click `Modify Run Configuration` to add the `--continuous` flag) +4. Wait until the page is built and opens +\ No newline at end of file diff --git a/src/jsMain/kotlin/pages/Login.kt b/src/jsMain/kotlin/pages/Login.kt @@ -156,9 +156,7 @@ fun Login(addMatrixAccountViewModel: AddMatrixAccountViewModel) { } } } - } - } AddMatrixAccountViewModel.ServerDiscoveryState.None -> {}