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
ce71b4c8
Commit
ce71b4c8
authored
7 months ago
by
Asal Sahami Moghaddam
Browse files
Options
Downloads
Plain Diff
Merge branch 'main' of
ssh://gitlab.igem.org/2024/bielefeld-cebitec
parents
ce4e11a2
fbf4adbd
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#401960
failed
7 months ago
Stage: build
Changes
3
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/App/App.tsx
+21
-22
21 additions, 22 deletions
src/App/App.tsx
src/contents/Graph.tsx
+1
-0
1 addition, 0 deletions
src/contents/Graph.tsx
yarn.lock
+422
-400
422 additions, 400 deletions
yarn.lock
with
444 additions
and
422 deletions
src/App/App.tsx
+
21
−
22
View file @
ce71b4c8
import
React
,
{
useEffect
}
from
"
react
"
;
import
{
useEffect
}
from
"
react
"
;
import
"
./App.css
"
;
import
'
../App/Graph.css
'
;
import
'
../components/test.css
'
import
"
../contents/example.css
"
import
"
./App.scss
"
;
...
...
@@ -15,7 +16,7 @@ import { stringToSlug } from "../utils/stringToSlug.ts";
import
{
Villbuttonrow
}
from
"
../components/Buttons.tsx
"
;
import
"
../utils/highlight.js
"
;
import
"
./LoadingScreen.css
"
;
//import { Description } from "../contents/description.tsx";
const
App
=
()
=>
{
const
pathMapping
=
getPathMapping
();
...
...
@@ -64,26 +65,24 @@ const App = () => {
}
/>
))
}
//
{
/* Add a route for the Description component */
}
//
<
Route
//path="/description"
//element={
//<>
//{/* Page content */}
//<div className="container-fluid">
//<div className="row">
//<div className="col">
//<Description />
//<Villbuttonrow />
//</div>
//<div className="col-1 d-none d-lg-block">
//{/* <!-- empty!--> */}
//</div>
//</div>
//</div>
//</>
//}
{
/* Add a route for the Description component */
}
<
Route
path
=
"/description"
element
=
{
<>
{
/* Page content */
}
<
div
className
=
"container-fluid"
>
<
div
className
=
"row"
>
<
div
className
=
"col"
>
<
Villbuttonrow
/>
</
div
>
<
div
className
=
"col-1 d-none d-lg-block"
>
{
/* <!-- empty!--> */
}
</
div
>
</
div
>
</
div
>
</>
}
/>
<
Route
...
...
This diff is collapsed.
Click to expand it.
src/contents/Graph.tsx
+
1
−
0
View file @
ce71b4c8
...
...
@@ -2,6 +2,7 @@ import React from 'react';
import
{
Pie
}
from
'
react-chartjs-2
'
;
import
{
Chart
as
ChartJS
,
ArcElement
,
Tooltip
,
Legend
}
from
'
chart.js
'
;
ChartJS
.
register
(
ArcElement
,
Tooltip
,
Legend
);
const
PieChart
:
React
.
FC
=
()
=>
{
...
...
This diff is collapsed.
Click to expand it.
yarn.lock
+
422
−
400
View file @
ce71b4c8
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