Skip to content

feat: add Storybook 8.6 with Bids strip stories - #130

Open
mxjxn wants to merge 5 commits into
mainfrom
feat/storybook
Open

feat: add Storybook 8.6 with Bids strip stories#130
mxjxn wants to merge 5 commits into
mainfrom
feat/storybook

Conversation

@mxjxn

@mxjxn mxjxn commented May 16, 2026

Copy link
Copy Markdown
Owner

Storybook for cryptoart-studio

Sets up Storybook 8.6 with Vite builder for lightweight component development without running the full Next.js app.

Why Vite, not Next.js framework?

Next.js 16 bundles its own webpack which is incompatible with @storybook/nextjs (webpack-based). The Vite builder works cleanly.

What's included

  • .storybook/main.ts + preview.tsx with decorators for next/image mock and router stub
  • Mock data matching EnrichedAuctionData shape
  • Bids Strip stories showing current (broken) state and proposed fix:
    • WithBids — current state with truncated addresses, no thumbnails, "by —"
    • NoBids — empty bid state
    • FixedVersion — proposed fix with real thumbnails, Farcaster handles, resolved artist names

Covers

Subdomain

Live at storybook.mxjxn.com (port 4390, static build served via pm2)

@vercel

vercel Bot commented May 16, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
cryptoart-studio-mvp Ready Ready Preview, Comment May 17, 2026 2:48pm

Request Review

- Add SuchGallery.sol (ERC-721 + ERC-6551 token bound accounts)
- Add Hardhat config, tests, and TypeScript config
- Update Storybook preview.tsx
- Update pnpm-lock.yaml for new workspace package
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant