mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-02-16 01:36:36 -05:00
## Changes 🏗️ <img width="800" height="547" alt="Screenshot 2025-10-29 at 22 11 35" src="https://github.com/user-attachments/assets/5c700ddc-d770-48ef-9847-7e652c5dedcb" /> <br /><br /> - Use [`react-currency-input-field`](https://www.npmjs.com/package/react-currency-input-field) for `<Input type="amount" />` under the hood - so it formats numbers nicely with `,` and `.` - Simplify form logic - Make the popover cover the trigger button when open - Re-organize imports - Show a `$` prefix in front of the amount inputs ## 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] Login - [x] Open the wallet with credits enabled - [x] Play with the inputs --------- Co-authored-by: Swifty <craigswift13@gmail.com>