mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-02-11 15:25:16 -05:00
A collection of updates regarding onboarding and wallet. ### Changes 🏗️ - `try-except` instead of `if` when rewarding (skip unnecessary db call) - Make external services question onboarding step optional - Add `SmartImage` component to lazy load images with pulse animation and use it throughout onboarding - Use store agent name instead of graph graph name (run page) - Fix some images breaking layout on the agent card (run page) - Center agent card vertically and horizontally (center on the left half of page) (run page) - Delay and tweak confetti when opening wallet and when task finished (wallet) - Flash wallet when credits change value - Make tutorial video grayscale on completed steps (wallet) - Fix confetti triggering on page refresh (wallet) - Redirect to agent run page instead of Library after onboarding - Expand task groups by default (wallet) - this means tutorial videos are visible by default ### Checklist 📋 #### For code changes: - [x] I have clearly listed my changes in the PR description - [x] I have made a test plan - [x] I have tested my changes according to the test plan: - [x] Services step is optional and skipping it doesn't break onboarding - [x] `SmartImage` works properly - [x] Agent card is aligned properly, including on page scroll - [x] Wallet flash when credits value change - [x] User is redirected to the agent runs page after onboarding