Skip to content

feat(flights): expand bundled airline logo coverage#164

Merged
ChuckBuilds merged 1 commit into
ChuckBuilds:mainfrom
rpierce99:feat/expand-airline-logos-clean
Jun 15, 2026
Merged

feat(flights): expand bundled airline logo coverage#164
ChuckBuilds merged 1 commit into
ChuckBuilds:mainfrom
rpierce99:feat/expand-airline-logos-clean

Conversation

@rpierce99

Copy link
Copy Markdown
Contributor

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

  • Added the carriers to the AIRLINES list in scripts/download_airline_logos.py and fetched 90×90 ICAO-keyed PNGs (all sourced from Jxck-S/airline-logos, the script's first source).
  • Logos resolve purely by {ICAO}.png filename in the renderer, so no lookup/registry changes are needed.
  • Bumped manifest to 1.9.2 and synced plugins.json.

Testing

  • test_overhead_card.py (exercises logo loading): 13/13 pass
  • Plugin safety harness (check_plugin.py): PASS at all 7 sizes (64×32 → 256×128)
  • check_module_collisions.py: clean

🤖 Generated with Claude Code

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>
@coderabbitai

coderabbitai Bot commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

Warning

Review limit reached

@rpierce99, we couldn't start this review because you've reached your PR review rate limit.

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 @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: bd54833b-abdb-4482-b3c9-cbc3f7693a50

📥 Commits

Reviewing files that changed from the base of the PR and between 22409dd and e155fbc.

⛔ Files ignored due to path filters (17)
  • plugins/ledmatrix-flights/assets/airline_logos/AAR.png is excluded by !**/*.png
  • plugins/ledmatrix-flights/assets/airline_logos/AMX.png is excluded by !**/*.png
  • plugins/ledmatrix-flights/assets/airline_logos/ASH.png is excluded by !**/*.png
  • plugins/ledmatrix-flights/assets/airline_logos/CAL.png is excluded by !**/*.png
  • plugins/ledmatrix-flights/assets/airline_logos/CFG.png is excluded by !**/*.png
  • plugins/ledmatrix-flights/assets/airline_logos/CHH.png is excluded by !**/*.png
  • plugins/ledmatrix-flights/assets/airline_logos/EDV.png is excluded by !**/*.png
  • plugins/ledmatrix-flights/assets/airline_logos/EVA.png is excluded by !**/*.png
  • plugins/ledmatrix-flights/assets/airline_logos/FIN.png is excluded by !**/*.png
  • plugins/ledmatrix-flights/assets/airline_logos/ICE.png is excluded by !**/*.png
  • plugins/ledmatrix-flights/assets/airline_logos/JZA.png is excluded by !**/*.png
  • plugins/ledmatrix-flights/assets/airline_logos/PAL.png is excluded by !**/*.png
  • plugins/ledmatrix-flights/assets/airline_logos/QXE.png is excluded by !**/*.png
  • plugins/ledmatrix-flights/assets/airline_logos/SCX.png is excluded by !**/*.png
  • plugins/ledmatrix-flights/assets/airline_logos/SJX.png is excluded by !**/*.png
  • plugins/ledmatrix-flights/assets/airline_logos/TZP.png is excluded by !**/*.png
  • plugins/ledmatrix-flights/assets/airline_logos/VOI.png is excluded by !**/*.png
📒 Files selected for processing (3)
  • plugins.json
  • plugins/ledmatrix-flights/manifest.json
  • plugins/ledmatrix-flights/scripts/download_airline_logos.py
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@codacy-production

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

@ChuckBuilds ChuckBuilds merged commit 7ced2b3 into ChuckBuilds:main Jun 15, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants