feat(storybook): add UX Error and Validation layout pattern - #1089
Conversation
|
Apollo Coded App preview deployments are ready.
|
Dependency License Review
License distribution
Excluded packages
|
There was a problem hiding this comment.
Pull request overview
Adds a new Storybook “Layout Patterns” reference story focused on consistent UX for validation and error states across the canvas workbench surfaces (sidebar, canvas node, properties panel, bottom panel). This fits into the Storybook app as a documented UX/layout pattern under the Apollo Wind patterns area.
Changes:
- Adds a new fullscreen Storybook story: “UX Error and Validation” workbench pattern with coordinated validation states across multiple UI surfaces.
- Updates Storybook’s
storiesconfiguration to include the newsrc/patternsdirectory.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| apps/storybook/src/patterns/LayoutPatterns.stories.tsx | New “UX Error and Validation” layout pattern story demonstrating consistent validation/error UI across the canvas workbench. |
| apps/storybook/.storybook/main.ts | Registers apps/storybook/src/patterns so the new pattern story is picked up by Storybook. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
📊 Coverage + size by packagePer-package bundle size on this PR (no JS/TS source changes detected under
"Coverage" is each package's own |
Storybook visual diffBaseline is the deployed main Storybook, so changes merged to main after this branch was last updated can also appear here. Logs Updated (PT): Aug 26, 2026, 05:33:57 PM |
…lucide-react dependency
bryan-uipath
left a comment
There was a problem hiding this comment.
Thanks @dbacomputer for the additional pattern guidance
Summary
alert.stories.tsxandNodePropertyPanel.stories.tsx.Test plan
biome checkclean on the new file🤖 Generated with Claude Code