From 378e007141c699945080bbf944aeef4abf67d75c Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Thu, 6 Jun 2024 23:05:41 +0200 Subject: add new collection page --- frontend/app/Main.hs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'frontend/app/Main.hs') diff --git a/frontend/app/Main.hs b/frontend/app/Main.hs index f5ec4b6..3a2c5a6 100644 --- a/frontend/app/Main.hs +++ b/frontend/app/Main.hs @@ -214,7 +214,12 @@ viewBranch s = viewCollections :: LoadedState -> View Action viewCollections s = section_ [] $ - [ span_ [] [text "collections"], + [ span_ + [] + [ text "collections", + text " ", + a_ [href_ "#collection/new"] [text "+new"] + ], ol_ [] $ [ li_ [] -- cgit v1.2.3