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
151
Issues
151
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
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
5169418a
Commit
5169418a
authored
Jul 07, 2025
by
Fabien Maniere
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
invert connections and CTAs
parent
edb784d8
Pipeline
#7725
passed with stages
in 21 minutes and 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
Home.purs
src/Gargantext/Components/Nodes/Home.purs
+12
-12
No files found.
src/Gargantext/Components/Nodes/Home.purs
View file @
5169418a
...
@@ -136,6 +136,18 @@ homeLayoutCpt = here.component "homeLayout" cpt
...
@@ -136,6 +136,18 @@ homeLayoutCpt = here.component "homeLayout" cpt
]
]
]
]
]
]
, H.div { className: "row" }
[ H.div { className: "col py-2" }
[ H.h2 { className: "text-primary" }
[ B.icon { name: "universal-access" }
, H.span { className: "px-1" } [ H.text "Active connections (logged in workspaces)" ]
]
]
]
, H.div { className: "row" }
[ H.div { className: "home-title__jumbo" }
[ joinButtonOrTutorial boxes sessions' (click backend') ]
]
, H.div { className: "row" }
, H.div { className: "row" }
[ H.div { className: "col pt-4 pb-2" }
[ H.div { className: "col pt-4 pb-2" }
[ H.h2 { className: "text-primary" }
[ H.h2 { className: "text-primary" }
...
@@ -225,18 +237,6 @@ homeLayoutCpt = here.component "homeLayout" cpt
...
@@ -225,18 +237,6 @@ homeLayoutCpt = here.component "homeLayout" cpt
-- ]
-- ]
-- ]
-- ]
]
]
, H.div { className: "row" }
[ H.div { className: "col py-2" }
[ H.h2 { className: "text-primary" }
[ B.icon { name: "universal-access" }
, H.span { className: "px-1" } [ H.text "Active connections (logged in workspaces)" ]
]
]
]
, H.div { className: "row" }
[ H.div { className: "home-title__jumbo" }
[ joinButtonOrTutorial boxes sessions' (click backend') ]
]
]
]
-- @TODO
-- @TODO
-- H.div { className: "home-research-form" } []
-- H.div { className: "home-research-form" } []
...
...
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