feat: use official organizer recognition logos#28
Open
svg153 wants to merge 1 commit into
Open
Conversation
There was a problem hiding this comment.
Pull request overview
Replaces the previously custom-rendered CSS glyph badges (Microsoft four-color squares and a star character) on organizer portraits with official GitHub Stars and Microsoft MVP image assets, and tightens the surrounding badge styles so they sit compactly on the portrait.
Changes:
- Introduce a
recognitionLogoByKindlookup that maps each recognition kind to a logo asset and per-image sizing style, and render an<img>in place of the icon+label markup. - Simplify badge CSS: remove the label/glyph/MicrosoftGlyph/GitHubStarGlyph rules, switch to centered padding/border/background, and add per-variant overrides for github-star (pill) and microsoft-mvp (rounded card).
- Add a PR reference image under
.github/pr-assets/organizer-recognition-logos.jpg.
Reviewed changes
Copilot reviewed 2 out of 5 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/components/subcomponents/OrganizerList.tsx | Replaces the conditional Microsoft/GitHub glyph + label markup with a lookup-driven <img> element using new PNG assets. |
| src/components/subcomponents/OrganizerList.module.css | Removes label/glyph styles and reshapes .RecognitionBadge (and its variant modifiers) to wrap a compact logo image. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
.github/pr-assets/organizer-recognition-logos.jpgValidation
CI=true npm test -- --watchAll=falseCI=true npm run buildScreenshot