47 Commits

Author SHA1 Message Date
olemorud
ed0c2dc401 Move some packages to devDependencies 2023-05-15 22:35:15 +02:00
dependabot[bot]
ef7e501c84 Bump minimatch and recursive-readdir
Bumps [minimatch](https://github.com/isaacs/minimatch) and [recursive-readdir](https://github.com/jergason/recursive-readdir). These dependencies needed to be updated together.

Updates `minimatch` from 3.0.4 to 3.1.2
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2)

Updates `recursive-readdir` from 2.2.2 to 2.2.3
- [Changelog](https://github.com/jergason/recursive-readdir/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jergason/recursive-readdir/commits/v2.2.3)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
- dependency-name: recursive-readdir
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-16 13:27:54 +02:00
dependabot[bot]
e4bbeb9d92 Bump loader-utils from 2.0.2 to 2.0.4
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.2 to 2.0.4.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.4/CHANGELOG.md)
- [Commits](https://github.com/webpack/loader-utils/compare/v2.0.2...v2.0.4)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-16 13:27:09 +02:00
dependabot[bot]
69ca038076 Bump json5 from 1.0.1 to 1.0.2
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-16 13:27:02 +02:00
dependabot[bot]
88c774da30 Bump webpack from 5.74.0 to 5.76.1
Bumps [webpack](https://github.com/webpack/webpack) from 5.74.0 to 5.76.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.74.0...v5.76.1)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-16 13:26:42 +02:00
Ole Morud
3fcf38e097 add WIP file upload component 2022-08-25 23:58:07 +02:00
Ole Morud
92c468c6e1 add WIP upload feature 2022-08-25 23:57:45 +02:00
Ole Morud
ef2f19c171 update document title and manifest 2022-08-25 23:57:07 +02:00
Ole Morud
587eb27908 add save feature 2022-08-25 23:55:51 +02:00
Ole Morud
c1bdbc7060 make width and height dynamic 2022-08-25 23:54:25 +02:00
Ole Morud
d8d0126662 remove console.logs 2022-08-25 21:02:30 +02:00
Ole Morud
a0eda5dffa update README 2022-08-25 20:58:06 +02:00
Ole Morud
6eb554fffb update README 2022-08-25 20:56:56 +02:00
Ole Morud
b50ab3ee43 update README 2022-08-25 20:56:16 +02:00
Ole Morud
4f1476cc25 update favicon 2022-08-25 20:54:34 +02:00
Ole Morud
51191b7b30 remove unused files 2022-08-25 20:51:06 +02:00
Ole Morud
a2cfab3d67 change board width 2022-08-25 20:45:55 +02:00
Ole Morud
d7cb2b2145 add play button 2022-08-25 20:45:40 +02:00
Ole Morud
1bd5085b91 squash 2022-08-25 19:33:11 +02:00
Ole Morud
75029d0fde make tooltip less obstructive 2022-08-25 19:32:44 +02:00
Ole Morud
2cf821729b refactor interpreter to new file 2022-08-25 19:31:40 +02:00
Ole Morud
d85f6bf80b fix: update package.json for icon-material 2022-08-22 22:38:58 +02:00
Ole Morud
7be64cd1d7 remove indentation from eslintrc
remove indentation from eslintrc as it confilicts with prettifier
2022-08-22 22:38:30 +02:00
Ole Morud
fd5fb174a8 squash 2022-08-22 22:37:54 +02:00
Ole Morud
18c0be6a53 make drag&drop transfer entire object 2022-08-22 22:37:35 +02:00
Ole Morud
8c80a1a203 add instruction logic 2022-08-22 22:37:09 +02:00
Ole Morud
a43ea1648f mystery commit 2022-08-22 22:36:47 +02:00
Ole Morud
c14b29305c move instructions to sidebar menu 2022-08-22 16:13:28 +02:00
Ole Morud
6bd184ac5b move constants to const.tsx and setup game logic 2022-08-22 16:13:08 +02:00
Ole Morud
ae0191daff remove duplicate instruction 2022-08-22 16:09:46 +02:00
Ole Morud
af629c8260 fix: update import in index.tsx 2022-08-22 13:56:57 +02:00
Ole Morud
ef0291f382 add drag&drop to instruction menu 2022-08-22 13:56:21 +02:00
Ole Morud
587b7c6cc4 add NOOP to instructions 2022-08-22 13:54:29 +02:00
Ole Morud
612bc2fbb9 add drag&drop functionality to board
additionally move file to components directory
2022-08-22 13:53:27 +02:00
Ole Morud
af98ee0e2c move InstructionMenu to components directory
additionally make a map parameter explicitly typed
2022-08-22 13:51:28 +02:00
Ole Morud
66e2f5290f make instruction menu cards unselectable 2022-08-21 22:08:29 +02:00
Ole Morud
505d3d6e98 update .gitignore 2022-08-21 21:49:13 +02:00
Ole Morud
04e61ad10d Update package/package-lock 2022-08-21 21:48:24 +02:00
Ole Morud
553c984612 Delete react default files 2022-08-21 21:47:50 +02:00
Ole Morud
8e27cf4f49 Delete <app/> 2022-08-21 21:46:11 +02:00
Ole Morud
c957b1f68a ESLint formatting 2022-08-21 21:45:10 +02:00
Ole Morud
b2cda262ed add ESLint + prettier config 2022-08-21 21:44:35 +02:00
Ole Morud
656c668037 make index render new components and remove <app/> 2022-08-21 21:43:46 +02:00
Ole Morud
f8c475b699 add instruction selection panel (WIP) 2022-08-21 21:41:57 +02:00
Ole Morud
264a406e4b Add list of instructions 2022-08-21 21:41:20 +02:00
Ole Morud
770d68d5a5 Add board component 2022-08-21 21:40:10 +02:00
Ole Morud
f3a701d4a1 Initialize project using Create React App 2022-08-19 12:26:08 +02:00