Skip to content

Commit

Permalink
Merge branch 'crop_grid'
Browse files Browse the repository at this point in the history
  • Loading branch information
ConfeitoHS committed Nov 8, 2023
2 parents f640599 + 9818bea commit 4cd930c
Show file tree
Hide file tree
Showing 7 changed files with 1,904 additions and 34 deletions.
248 changes: 248 additions & 0 deletions backend/db/asdf.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,248 @@
[
[
"Select",
"Copy",
[
[
0,
3
],
[
1,
5
],
"Output Grid"
],
[
[
0,
0,
0,
6,
0,
2,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
9,
0,
8,
8,
8,
8,
0,
0,
0,
0
],
[
0,
0,
8,
8,
8,
8,
0,
0,
0,
7
],
[
3,
0,
8,
8,
8,
8,
0,
0,
0,
0
],
[
4,
0,
8,
8,
8,
8,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
6,
0,
0,
0,
0,
0
]
]
],
[
"Critical",
"CropGrid",
[
[
3,
2
],
[
6,
5
]
],
[
[
8,
8,
8,
8
],
[
8,
8,
8,
8
],
[
8,
8,
8,
8
],
[
8,
8,
8,
8
]
]
],
[
"Select",
"Paste",
[
[
0,
0
]
],
[
[
6,
0,
2,
8
],
[
0,
0,
0,
8
],
[
8,
8,
8,
8
],
[
8,
8,
8,
8
]
]
],
[
"Critical",
"Submit",
[
false
],
[
[
6,
0,
2,
8
],
[
0,
0,
0,
8
],
[
8,
8,
8,
8
],
[
8,
8,
8,
8
]
]
]
]
8 changes: 4 additions & 4 deletions backend/package-lock.json

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

2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "node ./bin/www"
},
"dependencies": {
"axios": "^1.3.4",
"axios": "^1.5.1",
"bootstrap": "^5.2.3",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
Expand Down
Loading

0 comments on commit 4cd930c

Please sign in to comment.