Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Storage app skeleton #1067

Merged
merged 14 commits into from
Jun 2, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"scripts": {
"postinstall": "yarn build:common && yarn wsrun -p files-ui -c compile",
"build:common": "yarn build:theme && yarn build:components && yarn build:contexts",
"build:common": "yarn build:theme && yarn build:components",
"build:contexts": "yarn wsrun -t -p @chainsafe/common-contexts -c build",
"build:components": "yarn wsrun -t -p @chainsafe/common-components -c build",
"build:theme": "yarn wsrun -t -p @chainsafe/common-theme -c build",
Expand All @@ -31,9 +31,9 @@
"build:files-ui": "yarn wsrun -p files-ui -c build",
"release:files-ui": "yarn wsrun -p files-ui -c release",
"start:files-ui": "yarn wsrun -p files-ui -c start",
"build:chainsafex": "yarn wsrun -p chainsafex -c build",
"release:chainsafex": "yarn wsrun -p chainsafex -c release",
"start:chainsafex": "yarn wsrun -p chainsafex -c start",
"build:storage-ui": "yarn wsrun -p storage-ui -c build",
"release:storage-ui": "yarn wsrun -p storage-ui -c release",
"start:storage-ui": "yarn wsrun -p storage-ui -c start",
"clean:dependencies": "rm -rf ./node_modules && rm -rf ./*/**/node_modules",
"clean:dist": "rm -rf ./*/**/dist && rm -rf ./*/**/build && rm -rf ./*/**/storybook-static",
"clean": "yarn clean:dependencies && yarn clean:dist",
Expand Down
9 changes: 0 additions & 9 deletions packages/chainsafex/.env.example

This file was deleted.

48 changes: 0 additions & 48 deletions packages/chainsafex/package.json

This file was deleted.

Binary file removed packages/chainsafex/public/ChainSafe-logo.png
Binary file not shown.
Binary file removed packages/chainsafex/public/favicon.ico
Binary file not shown.
71 changes: 0 additions & 71 deletions packages/chainsafex/src/App.tsx

This file was deleted.

21 changes: 0 additions & 21 deletions packages/chainsafex/src/Components/Layouts/AppWrapper.tsx

This file was deleted.

8 changes: 0 additions & 8 deletions packages/chainsafex/src/Components/Pages/HomePage.tsx

This file was deleted.

23 changes: 0 additions & 23 deletions packages/chainsafex/src/Components/Routes.tsx

This file was deleted.

14 changes: 0 additions & 14 deletions packages/chainsafex/src/Themes/DarkTheme.ts

This file was deleted.

21 changes: 0 additions & 21 deletions packages/chainsafex/src/Themes/LightTheme.ts

This file was deleted.

1 change: 0 additions & 1 deletion packages/chainsafex/src/Utils/Constants.ts

This file was deleted.

2 changes: 1 addition & 1 deletion packages/common-components/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ export default {
strict: true
},
plugins: [
image(),
peerDepsExternal(),
image(),
resolve(),
commonjs(),
typescript(),
Expand Down
49 changes: 0 additions & 49 deletions packages/common-contexts/.gitignore

This file was deleted.

6 changes: 0 additions & 6 deletions packages/common-contexts/.npmignore

This file was deleted.

6 changes: 0 additions & 6 deletions packages/common-contexts/.npmrc

This file was deleted.

Loading