Add custom notification threshold settings on Web Dashboard - #70
Conversation
- Implement UI input controls on Dashboard and Settings views for minimum USDT trade size threshold. - Persist threshold value in browser localStorage (`realtime_min_trade_size`). - Synchronize threshold inputs across components using custom `minTradeSizeChanged` event. - Filter real-time trade completion alerts (sound and toast popups) to notify only for trades >= threshold. - Update agent_tasks.json task status to completed and validate schema.
|
👋 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. |
This change adds a minimum USDT trade size threshold setting to the Web Dashboard and Settings views. Users can specify a minimum trade value in USDT for real-time trade completion alerts (visual toast popups and Web Audio API synthesized sound alerts). The threshold is persisted in browser localStorage and synchronized across UI controls using custom DOM events. Trade completion polling filters out trades below the configured threshold.
PR created automatically by Jules for task 9744218865452068063 started by @mx57