-
Notifications
You must be signed in to change notification settings - Fork 22
Remove play button from sidebar #332
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
base: main
Are you sure you want to change the base?
Conversation
❌ Deploy Preview for storybook-addon-catalog failed. Why did it fail? →
|
❌ Deploy Preview for storybook-frontpage failed. Why did it fail? →
|
0c37f34 to
b2a1d4e
Compare
Sidnioulz
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. We can now update deps to 10.0, I've set suggestions to make it easier.
| "@storybook/addon-links": "^10.0.0-beta.10", | ||
| "@storybook/nextjs-vite": "^10.0.0-beta.10", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| "@storybook/addon-links": "^10.0.0-beta.10", | |
| "@storybook/nextjs-vite": "^10.0.0-beta.10", | |
| "@storybook/addon-links": "^10.0.0", | |
| "@storybook/nextjs-vite": "^10.0.0", |
| "@types/tar": "^6.1.13", | ||
| "@vitejs/plugin-react": "^4.3.0", | ||
| "eslint-plugin-storybook": "^0.8.0", | ||
| "eslint-plugin-storybook": "^10.0.0-beta.10", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| "eslint-plugin-storybook": "^10.0.0-beta.10", | |
| "eslint-plugin-storybook": "^10.0.0", |
| "postcss": "^8", | ||
| "prompts": "^2.4.2", | ||
| "storybook": "^8.1.1", | ||
| "storybook": "^10.0.0-beta.10", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| "storybook": "^10.0.0-beta.10", | |
| "storybook": "^10.0.0", |
| "typescript": "^5.3.3", | ||
| "vitest": "^1.6.0" | ||
| "vitest": "^1.6.0", | ||
| "@storybook/addon-docs": "^10.0.0-beta.10" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| "@storybook/addon-docs": "^10.0.0-beta.10" | |
| "@storybook/addon-docs": "^10.0.0" |
| "@storybook/addon-themes": "^10.0.0-beta.10", | ||
| "@storybook/nextjs-vite": "^10.0.0-beta.10", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| "@storybook/addon-themes": "^10.0.0-beta.10", | |
| "@storybook/nextjs-vite": "^10.0.0-beta.10", | |
| "@storybook/addon-themes": "^10.0.0", | |
| "@storybook/nextjs-vite": "^10.0.0", |
| "autoprefixer": "^10.4.18", | ||
| "eslint": "^8.57.0", | ||
| "eslint-plugin-storybook": "^0.11.1", | ||
| "eslint-plugin-storybook": "^10.0.0-beta.10", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| "eslint-plugin-storybook": "^10.0.0-beta.10", | |
| "eslint-plugin-storybook": "^10.0.0", |
| "postcss": "^8.4.35", | ||
| "react": "^18.2.0", | ||
| "storybook": "^8.4.5", | ||
| "storybook": "^10.0.0-beta.10", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| "storybook": "^10.0.0-beta.10", | |
| "storybook": "^10.0.0", |
| "tailwindcss": "^3.4.1", | ||
| "typescript": "^5.3.3" | ||
| "typescript": "^5.3.3", | ||
| "@storybook/addon-docs": "^10.0.0-beta.10" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| "@storybook/addon-docs": "^10.0.0-beta.10" | |
| "@storybook/addon-docs": "^10.0.0" |
This PR removes the "play" button from the animated layout used in frontpage, and also upgrades from Storybook 8 -> 10. Additionally, sets Storybook to use the nextjs-vite framework.
Before:

After:
