Skip to content

Integrate Storybook for React UI components#64

Merged
code-by-sia merged 1 commit into
mainfrom
codex/issue-59-storybook
May 30, 2026
Merged

Integrate Storybook for React UI components#64
code-by-sia merged 1 commit into
mainfrom
codex/issue-59-storybook

Conversation

@code-by-sia
Copy link
Copy Markdown
Owner

Summary

  • Adds Storybook with the React/Vite framework and docs addon.
  • Adds scripts for local Storybook development and static Storybook builds.
  • Adds initial stories for shared UI primitives and the ribbon menu.
  • Documents the Storybook workflow in README and the development guide.
  • Ignores generated storybook-static/ output and regenerates app build assets.

Closes #59.

Verification

  • npm test
  • npm run typecheck
  • npm run build
  • npm run build-storybook

Notes:

  • npm run build still reports the existing direct eval warning in src/lib/core/formula/Evaluator.ts; build succeeds.
  • npm run build-storybook reports large Storybook bundle chunks; the static Storybook build succeeds.

@code-by-sia code-by-sia merged commit 3de70cf into main May 30, 2026
1 check passed
@code-by-sia code-by-sia deleted the codex/issue-59-storybook branch May 30, 2026 13:24
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.

Integrate Storybook for UI component development and documentation

1 participant