Skip to content

Update logo and icon#2025

Merged
j178 merged 1 commit intomasterfrom
logo
May 1, 2026
Merged

Update logo and icon#2025
j178 merged 1 commit intomasterfrom
logo

Conversation

@j178
Copy link
Copy Markdown
Owner

@j178 j178 commented May 1, 2026

No description provided.

Copilot AI review requested due to automatic review settings May 1, 2026 10:21
@j178 j178 added the internal Internal changes label May 1, 2026
@j178 j178 merged commit c4113c8 into master May 1, 2026
33 checks passed
@j178 j178 deleted the logo branch May 1, 2026 10:22
@codecov
Copy link
Copy Markdown

codecov Bot commented May 1, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.23%. Comparing base (50a3e25) to head (9d9b54b).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2025      +/-   ##
==========================================
+ Coverage   92.21%   92.23%   +0.01%     
==========================================
  Files         117      117              
  Lines       23825    23825              
==========================================
+ Hits        21971    21974       +3     
+ Misses       1854     1851       -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review


P2 Badge Restore a real ICO payload for favicon.ico

This commit replaces docs/assets/favicon.ico with a PNG file (it now starts with the PNG magic bytes \x89PNG instead of an ICO header), while keeping the .ico filename and MkDocs config pointing to it as an icon. In browsers or tooling that do not sniff content aggressively and rely on ICO parsing for .ico resources, the favicon can fail to load, causing a visible docs regression.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates prek’s documentation/site branding assets to use a PNG logo and new favicon, aligning docs and README references with the new image filenames.

Changes:

  • Switch MkDocs theme logo reference from assets/logo.webp to assets/logo.png.
  • Update docs landing page and README to reference logo.png instead of logo.webp.
  • Add new docs/assets/logo.png and update docs/assets/favicon.ico; bump uv.lock virtual package version to 0.3.11.

Reviewed changes

Copilot reviewed 3 out of 7 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
uv.lock Updates virtual package version to 0.3.11.
mkdocs.yml Points MkDocs Material theme logo at assets/logo.png.
docs/index.md Switches landing-page logo reference to /assets/logo.png (and removes fixed sizing).
docs/assets/logo.png Adds the new PNG logo asset.
docs/assets/favicon.ico Updates favicon asset (currently appears to be PNG content despite .ico extension).
README.md Switches README header area to use logo.png (and removes the <h1> title block).

Comment thread docs/index.md

<div align="center">
<img width="220" alt="prek" src="/assets/logo.webp" />
<img alt="prek" src="/assets/logo.png" />
Copy link

Copilot AI May 1, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The logo in the docs landing page no longer has a fixed width, so it will render at its full (likely large) pixel dimensions and may dominate the page or cause layout shifts. Consider reintroducing an explicit width (or a responsive style/class) to keep the hero/logo size consistent across viewports.

Suggested change
<img alt="prek" src="/assets/logo.png" />
<img alt="prek" src="/assets/logo.png" style="width: min(320px, 100%); height: auto;" />

Copilot uses AI. Check for mistakes.
Comment thread README.md
Comment on lines +3 to 4
<img alt="prek" src="https://raw.githubusercontent.com/j178/prek/master/docs/assets/logo.png" />

Copy link

Copilot AI May 1, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The README header <h1> (project name) was removed and replaced with only an image. This reduces accessibility/semantics (screen readers/SEO) and also removes the visible project name at the top of the GitHub page. Please keep a top-level heading (text) and place the logo inside/above it as needed; also consider constraining the logo width to avoid an oversized render.

Suggested change
<img alt="prek" src="https://raw.githubusercontent.com/j178/prek/master/docs/assets/logo.png" />
<img
alt="prek logo"
src="https://raw.githubusercontent.com/j178/prek/master/docs/assets/logo.png"
width="160"
/>
# prek

Copilot uses AI. Check for mistakes.
j178 added a commit that referenced this pull request May 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

internal Internal changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants