Implement space operations

This commit is contained in:
Eike Kettner
2020-07-08 00:21:48 +02:00
parent 0e8c9b1819
commit 752a94a9e2
11 changed files with 358 additions and 74 deletions

View File

@ -48,7 +48,6 @@ view _ items =
[ th [ class "collapsing" ] []
, th [] [ text "Name" ]
, th [] [ text "Owner" ]
, th [] [ text "Members" ]
, th [] [ text "Created" ]
]
, tbody []
@ -78,10 +77,6 @@ viewItem item =
, td []
[ text item.owner.name
]
, td []
[ String.fromInt item.members
|> text
]
, td []
[ Util.Time.formatDateShort item.created
|> text