works.iterative.app

Members list

Type members

Classlikes

case class AppConfig(baseUrl: String, appUrl: String)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object AppConfig

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
AppConfig.type
trait AppExtension

Attributes

Supertypes
class Object
trait Matchable
class Any

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait AppShell

Attributes

Supertypes
class Object
trait Matchable
class Any

Attributes

Supertypes
class Object
trait Matchable
class Any
trait Connector[Env, P]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object Connector

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Connector.type
trait Connectors[Env, P]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object Connectors

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Connectors.type
class DOMUserNotificationService(messages: MessageCatalogue, views: AlertViews) extends UserNotificationService

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
trait JSAppConfig extends Object

Attributes

Supertypes
class Object
trait Any
class Object
trait Matchable
class Any
Known subtypes
object config
trait LaminarApp

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class LaminarAppLive[Env, P]
object LaminarApp

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
LaminarApp.type

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
class LaminarAppLive[Env, P](appShellFactory: AppShellFactory, env: ZEnvironment[Env], connectors: List[Connector[Env, P]], extensionService: AppExtensionService)(using router: Router[P], messages: MessageCatalogue) extends LaminarApp

Attributes

Companion
object
Supertypes
trait LaminarApp
class Object
trait Matchable
class Any

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
class LiveAppExtensionService(ref: Ref[Vector[AppExtension]]) extends AppExtensionService

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
trait MainApp extends ZIOAppDefault, TailwindSupport

Attributes

Supertypes
trait ZIOAppDefault
trait ZIOApp
class Object
trait Matchable
class Any
Show all
class Routes[P](base: String, connectors: List[Connector[_, P]], home: P, notFound: P, pageTitle: P => String)(implicit evidence$1: JsonCodec[P])

Attributes

Supertypes
class Object
trait Matchable
class Any

Types

type PageRender[P] = SplitRender[P, L.HtmlElement]