Skip to content

Commit

Permalink
dragging for regions
Browse files Browse the repository at this point in the history
  • Loading branch information
yiqu committed Jun 19, 2023
1 parent df197fe commit eb56db8
Show file tree
Hide file tree
Showing 13 changed files with 236 additions and 174 deletions.
1 change: 1 addition & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ module.exports = {
"@typescript-eslint/no-unused-vars": "off",
"@typescript-eslint/no-explicit-any": "off",
"no-empty-function": "off",
"no-empty": "off",
"@typescript-eslint/no-empty-function": "off",
"@typescript-eslint/no-empty-interface": "warn",
"@typescript-eslint/no-non-null-assertion": "off",
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Movie Rank</title>
<title>Pokemon Rank</title>
</head>
<body>
<div id="root"></div>
Expand Down
178 changes: 64 additions & 114 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"@emotion/styled": "^11.10.5",
"@fontsource/poppins": "^4.5.10",
"@fontsource/roboto": "^4.5.8",
"@hello-pangea/dnd": "^16.2.0",
"@loadable/component": "^5.15.2",
"@mui/icons-material": "^5.10.9",
"@mui/joy": "5.0.0-alpha.59",
Expand All @@ -34,7 +35,6 @@
"moment": "^2.29.4",
"object-hash": "^3.0.0",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-custom-scroll": "^5.0.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
Expand All @@ -59,6 +59,7 @@
"@types/node": "^16.18.3",
"@types/object-hash": "^2.2.1",
"@types/react": "^18.0.37",
"@types/react-beautiful-dnd": "^13.1.4",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
Expand Down
Loading

0 comments on commit eb56db8

Please sign in to comment.