feat: early cut grace period + AI assistant card + filter UX cleanup

- Add 15-min grace period before early cut (wait 1 M15 candle to develop)
- Replace equity chart with AI Assistant card (real-time insights in Indonesian)
- Merge filter toggles into EntryFilterCard (remove separate FiltersConfigCard)
- Fix filter config API URL typo (8001 → 8000)
- Fix tooltip blocking switch clicks (move Switch outside TooltipTrigger)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
buckybonez
2026-02-09 08:57:50 +07:00
co-authored by Claude Opus 4.6
parent 7d03e7cc7d
commit 8627589dcc
9 changed files with 499 additions and 175 deletions
+2 -2
View File
@@ -39,8 +39,8 @@ services:
ports:
- "${API_PORT:-8000}:8000"
volumes:
# Mount data/ so API can read bot_status.json written by the bot on host
- ./data:/app/data:ro
# Mount data/ for reading bot_status.json and writing filter_config.json
- ./data:/app/data
depends_on:
postgres:
condition: service_healthy