quantum-ai-v2/job_posting_generator
Claude c81bdfbfe0 Fix critical wallet balance validation bug after balance updates
- Replace static template value with dynamic DOM-based balance reading
- Use parseFloat(walletBalanceElement.textContent) for current balance
- Ensures validation uses the actual displayed balance, not stale template value
- Fixes false "insufficient balance" errors after successful transactions
- Maintains consistency between display and validation logic
- Prevents user confusion with inconsistent balance states

This was a critical bug where users would see updated balance but still get
insufficient balance errors due to static template rendering.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-18 20:05:26 +05:30
..
migrations Add Job Posting Generator and Social Ads Generator agents 2025-07-10 18:26:41 +05:30
templates/job_posting_generator Fix critical wallet balance validation bug after balance updates 2025-07-18 20:05:26 +05:30
__init__.py Add Job Posting Generator and Social Ads Generator agents 2025-07-10 18:26:41 +05:30
admin.py Add Job Posting Generator and Social Ads Generator agents 2025-07-10 18:26:41 +05:30
apps.py Add Job Posting Generator and Social Ads Generator agents 2025-07-10 18:26:41 +05:30
models.py Add Job Posting Generator and Social Ads Generator agents 2025-07-10 18:26:41 +05:30
processor.py Add Job Posting Generator and Social Ads Generator agents 2025-07-10 18:26:41 +05:30
urls.py Add Job Posting Generator and Social Ads Generator agents 2025-07-10 18:26:41 +05:30
views.py Add Job Posting Generator and Social Ads Generator agents 2025-07-10 18:26:41 +05:30