Skip to content

Commit

Permalink
refactor: move dashboard back to mask (#10688)
Browse files Browse the repository at this point in the history
Co-authored-by: Jack-Works <Jack-Works@users.noreply.github.com>
  • Loading branch information
Jack-Works and Jack-Works committed Sep 1, 2023
1 parent 569dbfa commit 327d0a4
Show file tree
Hide file tree
Showing 357 changed files with 416 additions and 1,338 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/netlify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,6 @@ jobs:
uses: DimensionDev/github-token-action@latest
with:
registry: true
- name: Restore Webpack cache
uses: actions/cache@v3
with:
path: |
packages/dashboard/node_modules/.cache/
packages/theme/node_modules/.cache/
key: netlify-${{ hashFiles('pnpm-lock.yaml') }}-${{ steps.get-date.outputs.date }}
restore-keys: |
netlify-${{ hashFiles('pnpm-lock.yaml') }}
netlify-
- run: git config --global url."https://github.com/".insteadOf git@github.com
- run: pnpm install
- run: npx gulp build-ci-netlify
Expand Down
4 changes: 2 additions & 2 deletions .i18n-codegen.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
}
},
{
"input": "./packages/dashboard/src/locales/en-US.json",
"output": "./packages/dashboard/src/locales/i18n_generated",
"input": "./packages/mask/dashboard/locales/en-US.json",
"output": "./packages/mask/dashboard/locales/i18n_generated",
"parser": { "type": "i18next", "contextSeparator": "$", "pluralSeparator": "_" },
"generator": {
"type": "i18next/react-hooks",
Expand Down
2 changes: 1 addition & 1 deletion .ignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Ignores for rg or ag
patches/
packages/dashboard/src/assets/images/SetupTutorial.svg
packages/mask/dashboard/assets/images/SetupTutorial.svg
9 changes: 0 additions & 9 deletions .vscode/tasks.recommended.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,6 @@
},
"runOptions": { "instanceLimit": 1, "runOn": "folderOpen" }
},
{
"type": "npm",
"script": "start",
"isBackground": true,
"group": "build",
"path": "packages/dashboard/",
"label": "Develop dashboard",
"problemMatcher": []
},
{
"type": "npm",
"script": "start",
Expand Down
1 change: 0 additions & 1 deletion cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"./packages/app/postcss.config.cjs",
"./packages/app/src/styles/index.css",
"./packages/app/tailwind.config.cjs",
"./packages/dashboard/src/assets/welcome.splinecode",
"./packages/web3-contracts/types/**",
".github",
".gitignore",
Expand Down
23 changes: 0 additions & 23 deletions packages/dashboard/.storybook/main.cjs

This file was deleted.

10 changes: 0 additions & 10 deletions packages/dashboard/.storybook/manager.js

This file was deleted.

38 changes: 0 additions & 38 deletions packages/dashboard/.storybook/preview.js

This file was deleted.

25 changes: 0 additions & 25 deletions packages/dashboard/README.md

This file was deleted.

86 changes: 0 additions & 86 deletions packages/dashboard/package.json

This file was deleted.

16 changes: 0 additions & 16 deletions packages/dashboard/src/API.tsx

This file was deleted.

5 changes: 0 additions & 5 deletions packages/dashboard/src/entry.tsx

This file was deleted.

19 changes: 0 additions & 19 deletions packages/dashboard/stories/ConfirmDialog.tsx

This file was deleted.

16 changes: 0 additions & 16 deletions packages/dashboard/stories/FileUpload.tsx

This file was deleted.

31 changes: 0 additions & 31 deletions packages/dashboard/stories/MaskAlert.tsx

This file was deleted.

13 changes: 0 additions & 13 deletions packages/dashboard/stories/components/Persona/AddPersonaCard.tsx

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 327d0a4

Please sign in to comment.