Conversation
…web build Add deploy job using actions/deploy-pages for automatic GitHub Pages publishing on push to main. Add Codecov coverage upload step. Update web build to include --base-href for correct asset paths. Made-with: Cursor
Support fadeIn, slideUp, slideLeft, and scale animations via props.animation in JSON contracts with configurable duration and delay. Made-with: Cursor
…ndling Catches build-time errors per component and renders a descriptive red fallback instead of crashing the entire screen. Made-with: Cursor
Wrap every component in ErrorBoundary for resilience and apply entrance animations when props.animation is present in the node. Made-with: Cursor
Support required, minLength, maxLength, and regex pattern validation rules from props.validation with custom error messages and blur trigger. Made-with: Cursor
Made-with: Cursor
Made-with: Cursor
Made-with: Cursor
Made-with: Cursor
Made-with: Cursor
Made-with: Cursor
Made-with: Cursor
Showcase declarative validation (required, minLength, pattern) and staggered entrance animations on the feedback form contract. Made-with: Cursor
…REST Standalone server with GET /api/screens, GET /api/screens/:id, health check, CORS middleware, and request logging. Made-with: Cursor
Cover home->components_showcase, home->form with input, and landing page card rendering assertions. Made-with: Cursor
…ests Made-with: Cursor
… server Made-with: Cursor
…rver Made-with: Cursor
Remove the deploy job and --base-href flag since the web deploy is managed by Vercel, not GitHub Pages. Made-with: Cursor
Made-with: Cursor
Made-with: Cursor
Made-with: Cursor
Made-with: Cursor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
required,minLength,maxLength,patternrules viaprops.validationon input componentsfadeIn,slideUp,slideLeft,scaleper-component viaprops.animationwith configurable duration and delaySemanticslabels on text, button, image, icon, input, switch, and checkbox componentsserver/) serving JSON contracts via REST API with CORSTest plan
dart analyze --fatal-warningspasses (0 warnings)flutter test --exclude-tags=goldenpasses (110 tests)dart analyzeonserver/passes (0 issues)CODECOV_TOKENsecret for private coverage reports