Skip to content

Update logos and favicon assets - #132

Merged
itsjling merged 2 commits into
mainfrom
t3code/update-logo-favicon-colors
Sep 5, 2026
Merged

Update logos and favicon assets#132
itsjling merged 2 commits into
mainfrom
t3code/update-logo-favicon-colors

Conversation

@itsjling

@itsjling itsjling commented Sep 5, 2026

Copy link
Copy Markdown
Owner

Summary

Replace the app and landing-page text marks with the supplied Diffsplain logo. Add 16px and 32px PNG favicons and a 180px Apple touch icon. Keep the warm paper and muted blue palette, which fits the new mark.

The review fix in f8ae0da exports both Apple touch icons on solid #e9e2d5. Both are opaque 180×180 PNGs with matching bytes. Browser favicons keep their transparency. This follows the Apple touch icon guidance.

Verification

Final head f8ae0da952bb728275f725ec969e9a0a7f8418e4 on t3code/update-logo-favicon-colors, based on main. This is one PR with no linked issue.

  • corepack pnpm run lint and corepack pnpm run build passed for the final code and assets.
  • Both Apple touch icons passed dimension, alpha-channel, background-pixel, and byte-match checks. Both real app routes served the opaque icons with HTTP 200.
  • node --test tests/landing-demo.test.mjs passed all five tests before the two-icon correction.
  • corepack pnpm test did not pass locally before or after the correction. With Git signing disabled for test fixtures, 202 of 203 unit tests passed. The unchanged provider timeout test at tests/review-chat.test.mjs:420 failed because provider.pid was not written. It also failed in isolation. A disposable provider startup probe took 707ms, longer than that test's 500ms deadline.
  • A separate local integration run at the original head stalled in agent-summary tests and was stopped. GitHub checks for that head passed. All applicable checks also passed at the final head; the platform job was skipped by its pull-request rule.

UI proof

Fresh captures from the clean final head above. Launch command: corepack pnpm run dev --host 127.0.0.1 --port 2302. These are the actual app and landing-page routes with the bundled demo. No browser errors were reported.

At http://127.0.0.1:2302/, the header logo loaded at 1440×900 and the review controls rendered.

Final app at 1440×900

At http://127.0.0.1:2302/site/index.html, the logo and navigation remained visible at 390×844.

Final landing page at 390×844

Fetched /apple-touch-icon.png and /site/apple-touch-icon.png from that server and checked both PNGs. This image shows the corrected export; it is not an iOS Home Screen capture.

Opaque Apple touch icon

Delivery status

The final watcher snapshot reports green CI, no conflicts, and zero unresolved threads. Codex reviewed f8ae0da and found no major issues. One review finding was fixed, none were dismissed, and one fix/push round was used. UI proof above covers the final head.

The local provider-timeout failure remains a limit on the full jdawg readiness claim. The PR has not been merged.

- Replace text-based brand marks with PNG logos
- Add PNG favicons and Apple touch icons
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 5, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-05T10:26:39.569724Z f8ae0da Manual request
ℹ️ 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" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@itsjling

itsjling commented Sep 5, 2026

Copy link
Copy Markdown
Owner Author

@codex review

Please review head e20e73d and state the reviewed commit in the result.

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

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: e20e73d3bc

ℹ️ 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".

Comment thread index.html
@itsjling

itsjling commented Sep 5, 2026

Copy link
Copy Markdown
Owner Author

@codex review

Please review final head f8ae0da, including the opaque Apple touch icon fix, and state the reviewed commit in the result.

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. More of your lovely PRs please.

Reviewed commit: f8ae0da952

ℹ️ 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".

@itsjling
itsjling merged commit 32483f7 into main Sep 5, 2026
9 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.

1 participant