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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user