Skip to content

Commit

Permalink
refactor(general): Remove storybook from wallet and explorer (#910)
Browse files Browse the repository at this point in the history
Co-authored-by: Mario <[email protected]>
  • Loading branch information
marc2332 and msarcev authored Jul 5, 2024
1 parent 82c85c5 commit c22590d
Show file tree
Hide file tree
Showing 19 changed files with 64 additions and 1,290 deletions.
15 changes: 0 additions & 15 deletions apps/explorer/.storybook/main.js

This file was deleted.

10 changes: 0 additions & 10 deletions apps/explorer/.storybook/manager.js

This file was deleted.

3 changes: 0 additions & 3 deletions apps/explorer/.storybook/preview-head.html

This file was deleted.

14 changes: 0 additions & 14 deletions apps/explorer/.storybook/preview.js

This file was deleted.

10 changes: 0 additions & 10 deletions apps/explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@
"lint": "pnpm eslint:check && pnpm prettier:check",
"lint:fix": "pnpm eslint:fix && pnpm prettier:fix",
"preview": "vite preview",
"storybook": "storybook dev",
"build-storybook": "storybook build",
"preview-storybook": "pnpm dlx serve ./storybook-static",
"ampli": "ampli",
"pull-amplitude": "ampli pull web && node prependLicense.mjs && prettier -w ampli.json src/utils/analytics/ampli/index.ts"
},
Expand Down Expand Up @@ -81,12 +78,6 @@
"@amplitude/ampli": "^1.31.5",
"@babel/core": "^7.22.9",
"@playwright/test": "^1.36.1",
"@storybook/addon-a11y": "^7.1.0",
"@storybook/addon-essentials": "^7.1.0",
"@storybook/addons": "^7.1.0",
"@storybook/react": "^7.1.0",
"@storybook/react-vite": "^7.1.0",
"@storybook/theming": "^7.1.0",
"@testing-library/dom": "^9.3.1",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
Expand All @@ -102,7 +93,6 @@
"onchange": "^7.1.0",
"postcss": "^8.4.31",
"start-server-and-test": "^2.0.0",
"storybook": "^7.1.0",
"tailwindcss": "^3.3.3",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.3.3",
Expand Down
40 changes: 0 additions & 40 deletions apps/wallet/.storybook/main.js

This file was deleted.

10 changes: 0 additions & 10 deletions apps/wallet/.storybook/manager.js

This file was deleted.

40 changes: 0 additions & 40 deletions apps/wallet/.storybook/preview.js

This file was deleted.

13 changes: 0 additions & 13 deletions apps/wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
"test:watch": "vitest",
"playwright": "cross-env PW_EXPERIMENTAL_SERVICE_WORKER_NETWORK_EVENTS=\"1\" playwright",
"pack:zip": "web-ext build --source-dir ./dist --overwrite-dest",
"storybook": "storybook dev -p 6007",
"build-storybook": "storybook build",
"preview-storybook": "pnpm dlx serve ./storybook-static -l 6007",
"ampli": "ampli",
"pull-amplitude": "ampli pull web && node prependLicense.mjs && prettier -w ampli.json src/shared/analytics/ampli/index.ts",
"demoApp:dev": "pnpm vite -c ./tests/demo-app/vite.config.ts ./tests/demo-app/ --port 5181"
Expand All @@ -46,15 +43,6 @@
"@playwright/test": "^1.36.1",
"@sentry/react": "^7.59.2",
"@sentry/webpack-plugin": "^1.20.0",
"@storybook/addon-a11y": "^7.1.0",
"@storybook/addon-essentials": "^7.1.0",
"@storybook/addon-interactions": "^7.1.0",
"@storybook/addon-links": "^7.1.0",
"@storybook/addons": "^7.1.0",
"@storybook/blocks": "^7.1.0",
"@storybook/react": "^7.1.0",
"@storybook/react-webpack5": "^7.1.0",
"@storybook/theming": "^7.1.0",
"@svgr/webpack": "^7.0.0",
"@types/git-rev-sync": "^2.0.0",
"@types/node": "^20.4.2",
Expand Down Expand Up @@ -82,7 +70,6 @@
"postcss-preset-env": "^9.0.0",
"sass": "^1.63.6",
"sass-loader": "^13.3.2",
"storybook": "^7.1.0",
"tailwindcss": "^3.3.3",
"tailwindcss-animate": "^1.0.6",
"ts-loader": "^9.4.4",
Expand Down
25 changes: 0 additions & 25 deletions apps/wallet/src/ui/app/shared/Badge.stories.tsx

This file was deleted.

49 changes: 0 additions & 49 deletions apps/wallet/src/ui/app/shared/ButtonConnectedTo.stories.tsx

This file was deleted.

74 changes: 0 additions & 74 deletions apps/wallet/src/ui/app/shared/ButtonUI.stories.tsx

This file was deleted.

38 changes: 0 additions & 38 deletions apps/wallet/src/ui/app/shared/ConfirmationModal.stories.tsx

This file was deleted.

Loading

0 comments on commit c22590d

Please sign in to comment.