feat: add Storybook stories for VestingBar and VestingClock - #927
feat: add Storybook stories for VestingBar and VestingClock#927Ademiitura wants to merge 6 commits into
Conversation
Also restores frontend/package.json and package-lock.json, which were empty on main and blocked local setup entirely.
vite-plugin-pwa's service worker generation crashes during build-storybook due to a workbox-build/ajv-errors incompatibility. Not needed for Storybook previews, so it's filtered out via viteFinal.
|
@Ademiitura is attempting to deploy a commit to the ritik4ever's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
@Ademiitura 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! 🚀 |
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
- SenderDashboard.tsx: restore missing 'if' condition that caused a syntax error at end of file - StreamsTable.stories.tsx / WalletButton.stories.tsx: update mock data to match current Stream and FreighterState type shapes
|
Type check is failing in CI due to a pre-existing issue unrelated to this PR:
This also reproduces on While digging into CI, also found and fixed two other pre-existing issues so this PR could get a clean type-check locally:
|
Commit Type
Breaking change? (If yes, add
BREAKING CHANGEin the commit footer)What changed
Testing done
npm run storybook) and manually verified all existing component stories still render correctly (StreamsTable, StreamTimeline, WalletButton, CreateStreamForm, StreamDetailDrawer, CopyableAddress, FilterBar).Related issues
Closes #759
Checklist