new Join Room form that requests authcookie

getting stubbed session #1,
with auth module stubbed to accept that session in.
and stubbed method for streaming room state,
but that's enough to start testing room calling api's for other actions

next - pass in observable from parent to re-toggle subscription
websocket after successful login
This commit is contained in:
efim
2023-04-26 11:42:40 +04:00
parent 1f28a03d47
commit 90e886c62d
6 changed files with 132 additions and 10 deletions

View File

@@ -33,7 +33,7 @@ lazy val frontend = project
libraryDependencies += "org.scala-js" %%% "scalajs-dom" % "2.4.0",
libraryDependencies += "com.raquo" %%% "laminar" % "15.0.1",
libraryDependencies += "io.laminext" %%% "websocket-circe" % "0.15.0",
libraryDependencies += "io.laminext" %%% "fetch" % "0.15.0"
libraryDependencies += "io.laminext" %%% "fetch-circe" % "0.15.0"
)
.dependsOn(common.js)