▶️ Hisseyi Favorilere Ekledim
- UI: Hisse detay sayfasında ⭐ ikon click
- Check:
GET /api/favorites/check/THYAO Response: { isFavorite: false } - POST:
POST /api/favorites { "kod": "THYAO", "tip": "hisse" } - UI: ⭐ dolu (sarı), toast "Favorilere eklendi"
- Side effects:
- Favoriler sayfasında görünür
- Terminal "Favorilerim" widget güncel
- Real-time WS subscribe → THYAO fiyat updates
- Akış: THYAO cashtag'i ile post varsa feed'de highlight
POST/api/favorites
GET/api/favorites/check/{kod}