Commits
Click on a commit to change the comparison rangefeat(core): add stories viewer for TUI component development fix(core): address PR review feedback for stories feature Merge branch 'main' into feat/storybook fix(cli): update stories command to use renamed CommandContext fix(core): fix jiti story importer for JSX and extensionless resolution refactor(core): clean up stories code after review fix(core): address second round PR review comments fix(core): convert stories command to use screen() for proper stdin handling fix(core): use automatic JSX runtime in jiti story importer feat(core): add ScrollArea component and integrate into sidebar feat(core): improve stories TUI UX with auto-select and focus indicators refactor(core): flatten sidebar, require Enter to select, add tab indicator refactor(core): implement browse/edit modes with collapsible story tree feat(core): add preview context with file path, qualified name, and description feat(core): improve preview panel with bordered box, scroll, and styled header fix(core): fix preview overflow by replacing ScrollArea with flex + overflow clip feat(core): add useSize hook for measuring element dimensions fix(core): fix hooks order violation in Preview component chore(repo): enable oxlint react plugin for hooks and JSX linting Merge branch 'main' into feat/storybook chore: merge main into feat/storybook, resolve oxlintrc conflict chore(repo): disable no-optional-chaining lint rule