Skip to content

Commit a51d2c6

Browse files
authored
Merge branch 'develop' into fix/toolbar-title
2 parents 8277cb8 + c48a036 commit a51d2c6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+563
-1148
lines changed

.eslintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"no-console": 0,
2121
"no-alert": 0,
2222
"no-underscore-dangle": 0,
23+
"no-useless-catch": 2,
2324
"max-len": [1, 120, 2, {"ignoreComments": true, "ignoreTemplateLiterals": true}],
2425
"quote-props": [1, "as-needed"],
2526
"no-unused-vars": [1, {"vars": "local", "args": "none"}],

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ jobs:
2323
with:
2424
ref: release
2525
- name: Set up Docker Buildx
26-
uses: docker/setup-buildx-action@v1
26+
uses: docker/setup-buildx-action@v2
27+
with:
28+
platforms: linux/amd64,linux/arm64
2729
- name: Login to Docker Hub
2830
uses: docker/login-action@v1
2931
with:

client/images/down-arrow-white.svg

Lines changed: 1 addition & 5 deletions
Loading

client/images/down-arrow.svg

Lines changed: 0 additions & 3 deletions
Loading
Lines changed: 3 additions & 7 deletions
Loading

client/images/exit.svg

Lines changed: 2 additions & 8 deletions
Loading

client/images/file.svg

Lines changed: 1 addition & 5 deletions
Loading

client/images/folder.svg

Lines changed: 1 addition & 5 deletions
Loading

client/images/minus.svg

Lines changed: 2 additions & 8 deletions
Loading

client/images/p5js-logo.svg

Lines changed: 0 additions & 4 deletions
Loading

0 commit comments

Comments
 (0)