feat(storybook): add Storybook 8 with stories for Stellar components#32
Conversation
|
@Kingvic300 is attempting to deploy a commit to the truthixify's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
@Kingvic300 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
|
The Storybook setup, the stories themselves, and the new presentational git fetch origin
git rebase origin/develop
git push --force-with-leaseWhen resolving, keep develop's |
Set up Storybook 8 (Vite + React) wired to the dark monochrome design system, with stories for the key Stellar components and a test-runner visual-regression job. - Split Stellar components into pure views + containers: StellarSendView, StellarReceiveView, StellarMatchCard, FreighterConnectButton; add a disabledChains prop to ChainSwitcher - Export ChainContext/StealthKeysContext/StellarWalletContext so stories can inject mocked values - Add .storybook config (dark theme, fonts, MSW worker) and mock-context decorators (withChain, withStealthKeys, withStellarWallet) + fixtures - Stories for CopyButton, ChainSwitcher, FreighterConnectButton, StellarMatchCard, StellarSendView, StellarReceiveView, plus WalletConnect and StellarReceive container integration stories, with idle/loading/error variants and no network or wallet access - Visual regression via @storybook/test-runner + jest-image-snapshot, CI workflow running inside the Playwright image, and CONTRIBUTING docs
303cf02 to
51578b2
Compare
|
@truthixify this has been fixed |
|
Verified locally that the merge cleanly preserves #13's validation, #29's sponsored withdrawal, and #31's faq.ts. The presentational |
Set up Storybook 8 (Vite + React) wired to the dark monochrome design system, with stories for the key Stellar components and a test-runner visual-regression job.
Closes: #25