Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
purescript-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Grégoire Locqueville
purescript-gargantext
Commits
2ac4a611
Commit
2ac4a611
authored
Mar 12, 2018
by
Sudhir Kumar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docView is loading data
parent
02e4f5f2
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
4 deletions
+12
-4
bower.json
bower.json
+9
-2
DocView.purs
src/DocView.purs
+3
-2
No files found.
bower.json
View file @
2ac4a611
...
@@ -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"
}
}
}
}
src/DocView.purs
View file @
2ac4a611
...
@@ -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 [] []
]
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment