= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
type t =
| Initialising
| InitWait
| Initialised
| Connected
| Closing
| Closed
val of_string : string -> t option
val to_assoc_list : t -> (string * string) list
val to_string : t -> string