<!-- ghit#filepath: /Users/jagadeesh/goat/drips/predictify --> ## Description - Design skeletons for lists/cards/details and inline loading states for actions. - Define retry and error-state patterns for network failures. ## Requirements and context - Must avoid layout shifts. - Scope is frontend design only. ## Suggested execution - `git checkout -b design/loading` - Implement changes: 1. Skeleton templates for markets list and detail. 2. Inline loading for buttons/forms. 3. Error + retry banners. ## Test and commit - Include screenshots for 3 core surfaces. ## Example commit message ``` feat(design): loading skeletons and async state patterns ``` ## Guidelines - Keep skeletons subtle and consistent. - Timeframe: 96 hours.
Description
Requirements and context
Suggested execution
git checkout -b design/loadingTest and commit
Example commit message
Guidelines