Skip to content

Commit

Permalink
Cleanup > remove material-icons (stakwork#185)
Browse files Browse the repository at this point in the history
* feat: remove material-icons

* feat: add yarn3 support

---------

Co-authored-by: Riccardo Caranfil <[email protected]>
  • Loading branch information
emberist and Riccardo Caranfil authored Mar 17, 2023
1 parent cef0be7 commit fb6b709
Show file tree
Hide file tree
Showing 28 changed files with 21,025 additions and 15,394 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3.2.0
uses: actions/checkout@v3
- name: Cypress run
# Uses the official Cypress GitHub action https://github.com/cypress-io/github-action
uses: cypress-io/github-action@v5.0.2
uses: cypress-io/github-action@v5
with:
install-command: yarn --no-immutable
browser: chrome
start: yarn start
wait-on: "http://localhost:3000" # Waits for above
Expand Down
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,9 @@ yarn-error.log*

.idea/
package-lock.json

# yarn 3
.yarn/*
!.yarn/releases
!.yarn/plugins
.pnp.*
873 changes: 873 additions & 0 deletions .yarn/releases/yarn-3.4.1.cjs

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.4.1.cjs
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,15 @@
"d3-force-3d": "^3.0.3",
"gsap": "^3.10.4",
"invariant": "^2.2.4",
"leva": "^0.9.30",
"lodash": "^4.17.21",
"lsat-js": "^2.0.5",
"material-icons": "^1.11.6",
"moment": "^2.29.4",
"react": "^18.2.0",
"react-audio-player": "^0.17.0",
"react-dom": "^18.2.0",
"react-dropdown-select": "^4.9.3",
"react-hook-form": "^7.39.5",
"react-icons": "^4.7.1",
"react-icons": "^4.8.0",
"react-input-mask": "3.0.0-alpha.2",
"react-is": "^18.2.0",
"react-player": "^2.11.2",
Expand Down Expand Up @@ -106,5 +104,6 @@
"husky": "^8.0.1",
"prettier": "^2.7.1",
"typescript": "^4.4.2"
}
},
"packageManager": "[email protected]"
}
83 changes: 0 additions & 83 deletions src/components/AddNodeModal/GuestHandle/index.tsx

This file was deleted.

109 changes: 0 additions & 109 deletions src/components/AddNodeModal/GuestPreview/index.tsx

This file was deleted.

129 changes: 0 additions & 129 deletions src/components/AddNodeModal/NameInput/index.tsx

This file was deleted.

Loading

0 comments on commit fb6b709

Please sign in to comment.