Skip to content

Commit

Permalink
Merge pull request #32 from hotungkhanh/kan-17/gantt-display
Browse files Browse the repository at this point in the history
Kan-17/gantt-display
  • Loading branch information
NguyenDonLam authored Oct 6, 2024
2 parents 6250939 + 301c18d commit c564b81
Show file tree
Hide file tree
Showing 10 changed files with 627 additions and 18 deletions.
6 changes: 2 additions & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
{
"conventionalCommits.scopes": [
"database"
]
}
"conventionalCommits.scopes": ["database", "display ganttchart"]
}
150 changes: 148 additions & 2 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"react-dom": "^18.3.1",
"react-router-dom": "^6.26.1",
"read-excel-file": "^5.8.5",
"serve": "^6.5.8"
"serve": "^6.5.8",
"vis-timeline": "^7.7.3"
},
"devDependencies": {
"@eslint/js": "^9.9.0",
Expand Down
Loading

0 comments on commit c564b81

Please sign in to comment.