feat(flights): expand bundled airline logo coverage#164
Conversation
Add 17 carrier logos to the Flight Tracker plugin (Horizon, Endeavor, Mesa, Jazz, Sun Country, Condor, Finnair, Icelandair, Asiana, China Airlines, EVA Air, Hainan, Philippine, Starlux, Zipair, Aeromexico, Volaris) and list them in download_airline_logos.py. More overhead flights now render with their operator logo instead of a fallback. Bump manifest to 1.9.2 and sync plugins.json. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
Warning Review limit reached
More reviews will be available in 19 minutes and 18 seconds. Learn how PR review limits work. Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file). ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (17)
📒 Files selected for processing (3)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Up to standards ✅🟢 Issues
|
What
Adds 17 airline logos to the Flight Tracker plugin's bundled logo set, bringing coverage from 52 to 69 carriers. Overhead flights from these operators now render with their logo instead of falling back to text/sprite.
New carriers (ICAO): QXE (Horizon), EDV (Endeavor), ASH (Mesa), JZA (Jazz), SCX (Sun Country), CFG (Condor), FIN (Finnair), ICE (Icelandair), AAR (Asiana), CAL (China Airlines), EVA (EVA Air), CHH (Hainan), PAL (Philippine), SJX (Starlux), TZP (Zipair), AMX (Aeromexico), VOI (Volaris).
How
AIRLINESlist inscripts/download_airline_logos.pyand fetched 90×90 ICAO-keyed PNGs (all sourced from Jxck-S/airline-logos, the script's first source).{ICAO}.pngfilename in the renderer, so no lookup/registry changes are needed.1.9.2and syncedplugins.json.Testing
test_overhead_card.py(exercises logo loading): 13/13 passcheck_plugin.py): PASS at all 7 sizes (64×32 → 256×128)check_module_collisions.py: clean🤖 Generated with Claude Code