Commit 2ac4a611 authored by Sudhir Kumar's avatar Sudhir Kumar

docView is loading data

parent 02e4f5f2
...@@ -14,7 +14,8 @@ ...@@ -14,7 +14,8 @@
"purescript-routing": "^6.1.2", "purescript-routing": "^6.1.2",
"purescript-argonaut-codecs": "^2.0.0", "purescript-argonaut-codecs": "^2.0.0",
"purescript-argonaut-traversals": "^2.0.0", "purescript-argonaut-traversals": "^2.0.0",
"purescript-argonaut": "^3.1.0" "purescript-argonaut": "^3.1.0",
"purescript-random": "^3.0.0"
}, },
"devDependencies": { "devDependencies": {
"purescript-psci-support": "^3.0.0" "purescript-psci-support": "^3.0.0"
...@@ -53,6 +54,12 @@ ...@@ -53,6 +54,12 @@
"purescript-lists": "^4.0.0", "purescript-lists": "^4.0.0",
"purescript-argonaut-codecs": "^3.0.0", "purescript-argonaut-codecs": "^3.0.0",
"purescript-argonaut-traversals": "^3.0.0", "purescript-argonaut-traversals": "^3.0.0",
"purescript-argonaut": "^3.1.0" "purescript-argonaut": "^3.1.0",
"purescript-prelude": "^3.1.0",
"purescript-either": "^3.1.0",
"purescript-foldable-traversable": "^3.6.1",
"purescript-control": "^3.0.0",
"purescript-bifunctors": "^3.0.0",
"purescript-newtype": "^2.0.0"
} }
} }
...@@ -104,8 +104,9 @@ spec = simpleSpec performAction render ...@@ -104,8 +104,9 @@ spec = simpleSpec performAction render
div [className "jumbotron"] div [className "jumbotron"]
[ [
div [className "row"] div [className "row"]
[ [ br' []
div [] [b [] [text d.title]] , br' []
, div [] [b [] [text d.title]]
, div [] [ text "Search " , div [] [ text "Search "
, input [] [] , input [] []
] ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment