Add an (un-wired) input for searching rooms.
This commit is contained in:
@@ -91,6 +91,7 @@ roomListView m =
|
||||
in
|
||||
div [ class "rooms-wrapper" ]
|
||||
[ h2 [] [ text "Rooms" ]
|
||||
, input [ class "room-search", type_ "text", placeholder "Search chats..." ] []
|
||||
, homeserverList
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user