Skip to content

Add game-native about page - #130

Merged
bashmohandes merged 5 commits into
masterfrom
feature/about-page
Sep 12, 2026
Merged

Add game-native about page#130
bashmohandes merged 5 commits into
masterfrom
feature/about-page

Conversation

@bashmohandes

@bashmohandes bashmohandes commented Sep 12, 2026

Copy link
Copy Markdown
Owner

Summary

  • add a responsive About page using Mohamed Elsherif's public profile, career, community work, patents, and social links
  • expose About from the shared arcade navigation and preserve it on phone layouts
  • cache the page for offline use and cover the new shell contract with regression tests
  • prepare a new 1.2.5 release entry and restore the published 1.2.0 notes unchanged

Verification

  • node --test (340 passing)
  • direct node --check equivalent of npm run check
  • release manifest validation for 1.2.5
  • rendered at 1280x720 and 390x844 in Pixel, Cabinet, and Calm themes

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 12, 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-12T04:07:05.225623Z aa7f654 Manual request
🔒 Security Review Completed 2026-09-12T03:47:13.158251Z c2d1141 PR opened
ℹ️ 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.

@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: c2d11412ff

ℹ️ 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 about.css Outdated
Comment thread about.css Outdated
Comment thread about.css Outdated
Comment thread about.css Outdated
@bashmohandes

Copy link
Copy Markdown
Owner Author

@codex review

@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: d4e098477c

ℹ️ 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 about.css Outdated
@bashmohandes

Copy link
Copy Markdown
Owner Author

@codex review

@bashmohandes
bashmohandes merged commit 18fd37d into master Sep 12, 2026
3 checks passed

@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: aa7f654079

ℹ️ 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 about.css
Comment on lines +78 to +79
:root[data-arcade-theme="cabinet"] .about-shell { width:min(1240px,calc(100% - 32px)); }
:root[data-arcade-theme="cabinet"] :is(.player-card,.panel) { box-shadow:5px 5px 0 var(--yellow); }

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Apply the Cabinet palette to the page

When a user selects Cabinet in either color mode, these are the only Cabinet overrides, so the About content retains Pixel's --page, --panel, --ink, and accent values while the shared navigation and browser theme color switch to Cabinet. Define Cabinet token overrides here, including its light-mode variant, as other modern pages do so the selected experience renders consistently.

AGENTS.md reference: AGENTS.md:L20-L20

Useful? React with 👍 / 👎.

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