🎨 Palette: Add Skeleton loading state to IntegrationsManager#97
🎨 Palette: Add Skeleton loading state to IntegrationsManager#97
Conversation
- Add `Skeleton` components for initial loading state - Add spinning animation to refresh button when loading - Add `aria-label` to icon-only buttons (refresh, close) - Format codebase with Prettier Co-authored-by: aarjava <218419324+aarjava@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
- Add `Skeleton` components for initial loading state - Add spinning animation to refresh button when loading - Add `aria-label` to icon-only buttons (refresh, close) - Format codebase with Prettier to pass CI checks Co-authored-by: aarjava <218419324+aarjava@users.noreply.github.com>
- Reorder imports in `scripts/check_learned_model.ts` - Reformat `src/components/ui/button.tsx` to match Prettier 3.6.2 (used in CI) - Fix formatting in `.Jules/palette.md` and `FEATURES_GUIDE.md` Co-authored-by: aarjava <218419324+aarjava@users.noreply.github.com>
💡 What: Added
Skeletoncomponents for initial data loading and a spinning animation to the refresh button inIntegrationsManager.tsx. Also addedaria-labelattributes to icon-only buttons.🎯 Why: Improve perceived performance and prevent layout shift during initial load. Also fix accessibility issues.
📸 Before/After: Verified via screenshot (skeletons appear instead of blank space).
♿ Accessibility: Added
aria-labelto refresh and close buttons.Verified by creating a reproduction script with mocked API responses.
Ran
pnpm lintandpnpm format.Also formatted codebase with Prettier to comply with CI.
PR created automatically by Jules for task 14756529086913274280 started by @aarjava