Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
infovis-projekt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Informationsvisualisierung 2024
infovis-projekt
Commits
3d707b4d
Commit
3d707b4d
authored
3 months ago
by
Damian Romano Haj-Houssin
Browse files
Options
Downloads
Patches
Plain Diff
Removed dummy Other page.
parent
725317a1
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/Main.elm
+1
-7
1 addition, 7 deletions
src/Main.elm
src/Model.elm
+0
-1
0 additions, 1 deletion
src/Model.elm
with
1 addition
and
8 deletions
src/Main.elm
+
1
−
7
View file @
3d707b4d
...
...
@@ -168,9 +168,7 @@ viewNav ( global, _ ) =
,
div
[
Html
.
Attributes
.
class
"
navbar-title"
]
[
text
"
Schengen Visa Statistics"
]
,
div
[
Html
.
Attributes
.
class
"
navbar-view-icons"
]
[
button
[
activeClass
Other
|>
Html
.
Attributes
.
class
,
ViewChange
Other
|>
onClick
]
[
i
[
Html
.
Attributes
.
class
"
fa-solid fa-wrench fa-xl"
]
[]
]
,
button
[
activeClass
MapView
|>
Html
.
Attributes
.
class
,
ViewChange
MapView
|>
onClick
]
[
button
[
activeClass
MapView
|>
Html
.
Attributes
.
class
,
ViewChange
MapView
|>
onClick
]
[
i
[
Html
.
Attributes
.
class
"
fa-solid fa-map fa-xl"
]
[]
]
,
button
[
activeClass
DataTable
|>
Html
.
Attributes
.
class
,
ViewChange
DataTable
|>
onClick
]
[
i
[
Html
.
Attributes
.
class
"
fa-solid fa-table fa-xl"
]
[]
]
...
...
@@ -215,10 +213,6 @@ viewContent ( global, local ) =
div
[
Html
.
Attributes
.
class
"
content"
]
[
message
]
Other
->
div
[
Html
.
Attributes
.
class
"
content"
]
[
text
"
Other Page"
]
MapView
->
div
[
Html
.
Attributes
.
class
"
content"
]
[
MapView
.
view
global
local
.
map
]
...
...
This diff is collapsed.
Click to expand it.
src/Model.elm
+
0
−
1
View file @
3d707b4d
...
...
@@ -10,7 +10,6 @@ import Data.DataLoader exposing (Entry)
type
View
=
Home
|
Other
|
MapView
|
DataTable
|
ForceDirectedGraph
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment