Skip to content
Snippets Groups Projects
Commit 98411cf8 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

note about that list

it should really be NonEmpty but then we'd have to write a NonEmpty path
encoder, I guess
parent 6fa665d5
No related branches found
No related tags found
1 merge request!31Utilize Obelisk's router for navigation within our app
Pipeline #3858 failed
......@@ -44,7 +44,8 @@ data FrontendRoute :: * -> * where
FrontendRoute_MagicFolders :: FrontendRoute ()
-- | Show the contents of some folder within a magic-folder (maybe the
-- root).
-- root). The first element of the list identifies the magic-folder. The
-- subsequent elements identify a folder contained by that magic-folder.
FrontendRoute_FileBrowser :: FrontendRoute [Text]
-- | Define the mapping between routes and URL paths & query parameters. Be
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment