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
140
Issues
140
List
Board
Labels
Milestones
Merge Requests
6
Merge Requests
6
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
gargantext
purescript-gargantext
Commits
ed8a2a4f
Commit
ed8a2a4f
authored
Jun 21, 2018
by
Mael NICOLAS
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
merge error fixed
parent
008e174a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
17 deletions
+2
-17
Navigation.purs
src/Navigation.purs
+2
-17
No files found.
src/Navigation.purs
View file @
ed8a2a4f
...
...
@@ -33,7 +33,7 @@ import SearchForm as S
import Tabview as TV
import Thermite (PerformAction, Render, Spec, _render, cotransform, defaultPerformAction, defaultRender, focus, modifyState, simpleSpec, withState)
import Unsafe.Coerce (unsafeCoerce)
import Users as U
import
Gargantext.
Users as U
import GraphExplorer as GE
import NgramsTable as NG
import Dashboard as Dsh
...
...
@@ -47,13 +47,8 @@ type AppState =
, addCorpusState :: AC.State
, docViewState :: DV.State
, searchState :: S.State
<<<<<<< HEAD
, userPage :: U.State
, annotationdocumentView :: D.State
=======
, userPage :: UP.State
, docAnnotationView :: D.State
>>>>>>> master
, ntreeView :: NT.State
, tabview :: TV.State
, search :: String
...
...
@@ -73,13 +68,8 @@ initAppState =
, addCorpusState : AC.initialState
, docViewState : DV.tdata
, searchState : S.initialState
<<<<<<< HEAD
, userPage : U.initialState
, annotationdocumentView : D.initialState
=======
, userPage : UP.initialState
, docAnnotationView : D.initialState
>>>>>>> master
, ntreeView : NT.exampleTree
, tabview : TV.initialState
, search : ""
...
...
@@ -99,13 +89,8 @@ data Action
| AddCorpusA AC.Action
| DocViewA DV.Action
| SearchA S.Action
<<<<<<< HEAD
| UserPageA U.Action
| AnnotationDocumentViewA D.Action
=======
| UserPageA UP.Action
| DocAnnotationViewA D.Action
>>>>>>> master
| TreeViewA NT.Action
| TabViewA TV.Action
| GraphExplorerA GE.Action
...
...
@@ -305,7 +290,7 @@ pagesComponent s =
selectSpec Home = layout0 $ focus _landingState _landingAction (L.layoutLanding EN)
selectSpec AddCorpus = layout0 $ focus _addCorpusState _addCorpusAction AC.layoutAddcorpus
selectSpec DocView = layout0 $ focus _docViewState _docViewAction DV.layoutDocview
selectSpec UserPage = layout0 $ focus _userPageState _userPageAction U
P
.layoutUser
selectSpec UserPage = layout0 $ focus _userPageState _userPageAction U.layoutUser
selectSpec (DocAnnotation i) = layout0 $ focus _docAnnotationViewState _docAnnotationViewAction D.docview
selectSpec Tabview = layout0 $ focus _tabviewState _tabviewAction TV.tab1
-- To be removed
...
...
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