feat(brand): integrate new OCR logo/cover assets (READMEs + dashboard)#51
Merged
Conversation
New brand assets land across the docs and the app, replacing the old open-code-review-logo.png. - Root README: full-bleed OCR GitHub cover banner as the hero (replaces the old 400px logo). - Package READMEs (cli/dashboard/agents): a consistent, centered, theme-aware wordmark header via <picture> + prefers-color-scheme (Dark ink on light, Light ink on dark). Absolute raw.githubusercontent URLs so the images also render on npm (cli + agents are published; relative paths would 404 there). - Dashboard sidebar: the generic FileSearch glyph in the top-left brand is replaced by the OCR monogram. Inlined as a single OcrLogoIcon component with fill="currentColor" so it follows the wordmark's color exactly and themes in light/dark with zero JS and no extra asset request (geometry verbatim from OCR-Logo-Icon-*.svg). Verified rendering in both themes. Favicons already theme-aware in index.html (left as-is); regenerating them from the new mark is a noted follow-up. Co-Authored-By: claude-flow <ruv@ruv.net>
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.
New brand assets in the READMEs + dashboard
Integrates the new OCR logo/cover set, replacing the old
open-code-review-logo.png.Changes
OCR-Github-Cover.pngbanner (was a 400px logo).cli,dashboard,agents) → a consistent, centered, theme-aware wordmark header via<picture>+prefers-color-scheme(dark ink on light, light ink on dark). Uses absoluteraw.githubusercontentURLs so the images render on npm too (cli+agentsare published — relative paths 404 there).FileSearchglyph in the top-left brand is now the OCR monogram, inlined as a singleOcrLogoIconcomponent withfill="currentColor". It follows the wordmark's color exactly and themes light/dark with zero JS and no extra asset request (geometry verbatim fromOCR-Logo-Icon-*.svg).Design notes
currentColor), not two theme variants — tonal harmony with the wordmark, and the brand color can't drift between themes.<picture>) is a possible future polish.index.htmlare already theme-aware — left as-is; regenerating them from the new mark is a noted follow-up.Verified