feat(fab26): Meshtastic × FAB26 Boston logo header - #381
Conversation
Add the co-branded "M × FAB26 Boston" header for FAB26 event mode, matching the Open Sauce / DEF CON treatment. - assets/img/fab26.png: the official FAB26 Boston mark (transparent navy disc). It reads on both the near-black dark header and the cream light header, and its cream/gold/red interior stays legible on both, so it needs no per-theme filter. - LogoHeader.vue: FAB26 variant (eventTag === 'FAB26') showing the Meshtastic M × FAB26 logo, with sizing so the round badge reads. Accent theming (gold) is already driven from the manifest theme. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
📝 WalkthroughWalkthrough
ChangesFAB26 branding
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
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 |
Summary
Adds the co-branded Meshtastic M × FAB26 Boston header for FAB26 event mode, matching the Open Sauce / DEF CON treatment. Follow-up to #380 (which added the FAB26 bundled manifest).
When the flasher resolves the FAB26 edition (
eventTag === 'FAB26'),LogoHeader.vuenow shows the Meshtastic M × the FAB26 Boston mark instead of the plain M.Details
assets/img/fab26.png— the official FAB26 Boston mark (transparent navy disc). It reads on both themes with no per-theme filter: the navy disc pops on the cream light header and stays distinct from the near-black dark header, while its cream/gold/red interior stays legible on both.components/LogoHeader.vue— a FAB26 variant block (M × logo) plus.logo-icon-fab26sizing so the round badge with its "26" tab reads a touch larger than the M.Accent theming (gold
#EAB14B) is already driven generically from the manifest theme — no theming changes needed here.Verification
Ran the flasher locally with
?event=FAB26and confirmed the header on both themes:🤖 Generated with Claude Code
Summary by CodeRabbit