Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
Bielefeld-CeBiTec
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
2024 Competition
Bielefeld-CeBiTec
Commits
60a49484
Commit
60a49484
authored
8 months ago
by
Liliana Sanfilippo
Browse files
Options
Downloads
Patches
Plain Diff
data imports from file now
parent
8465f945
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#394386
failed
8 months ago
Stage: build
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/components/HorizontalTimeline.tsx
+1
-41
1 addition, 41 deletions
src/components/HorizontalTimeline.tsx
src/components/data/humanpractice.ts
+0
-0
0 additions, 0 deletions
src/components/data/humanpractice.ts
src/components/seclarations.ts
+1
-0
1 addition, 0 deletions
src/components/seclarations.ts
with
2 additions
and
41 deletions
src/components/HorizontalTimeline.tsx
+
1
−
41
View file @
60a49484
import
{
HPdata
as
data
}
from
"
./seclarations
"
;
function
TimeItem
({
color
,
tag
,
title
,
children
,
pic
,
author
,
tabid
}:
ItemProps
){
return
(
...
...
@@ -140,38 +135,3 @@ function TimeItem({color, tag, title, children, pic, author, tabid}: ItemProps){
}
let
data
=
[
{
title
:
"
Deutlich längerer Titel zum Test
"
,
pic
:
"
https://static.igem.wiki/teams/5247/placeholders/placehilderperson.jpeg
"
,
tag
:
"
Langer langer TAgs
"
,
color
:
"
blue
"
,
author
:
"
author
"
,
tabid
:
"
Eins
"
,
text
:
"
Text
"
,
},
{
title
:
"
Deutlich längerer Titel zum Test
"
,
pic
:
"
https://static.igem.wiki/teams/5247/placeholders/placehilderperson.jpeg
"
,
tag
:
"
Langer langer TAgs
"
,
color
:
"
blue
"
,
author
:
"
author
"
,
tabid
:
"
Eins
"
,
text
:
"
Text
"
,
},
{
title
:
"
Deutlich längerer Titel zum Test
"
,
pic
:
"
https://static.igem.wiki/teams/5247/placeholders/placehilderperson.jpeg
"
,
tag
:
"
Tag
"
,
color
:
"
blue
"
,
author
:
"
a
"
,
tabid
:
"
Paris
"
,
text
:
"
Text
"
,
}
]
This diff is collapsed.
Click to expand it.
src/components/data/humanpractice.
j
s
→
src/components/data/humanpractice.
t
s
+
0
−
0
View file @
60a49484
File moved
This diff is collapsed.
Click to expand it.
src/components/seclarations.ts
+
1
−
0
View file @
60a49484
...
...
@@ -7,6 +7,7 @@ export * from './AOSs.tsx'
export
*
from
'
./My-Timeline.tsx
'
export
*
from
'
./data/mapscr.ts
'
export
*
from
'
./data/humanpractice.ts
'
declare
global
{
interface
Window
{
datawrapper
:
Datawrapper
;
...
...
This diff is collapsed.
Click to expand it.
Liliana Sanfilippo
@l-sanfilippo
mentioned in commit
43eddc9f
·
8 months ago
mentioned in commit
43eddc9f
mentioned in commit 43eddc9ffc8dc2340fcc3f70909c175ab80b5dce
Toggle commit list
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