docs+assets: superimpose app into banner, align to real tokens, trim README - #12
Merged
Conversation
…README - Banner now superimposes the pidex window onto the pi.dev fluid backdrop (the app IS the brand; no separate wordmark needed) - Screenshot mockup re-rendered on a transparent canvas so it composites cleanly, and aligned to the actual app palette (#0d1116 bg-deep, #212730 panel, blueprint grid) sourced from src/renderer/design-system/tokens.css - README trimmed to evergreen content: dropped the Features shipped table, Philosophy, Project Status, and the separate Preview block (the banner now shows the app). Kept Design tokens, Architecture, Built on, Docs, License. 104 lines, down from 159. Tried launching the app via Playwright _electron for a real screenshot but the CDP handshake stalled in this environment; reverted that. The structural render uses the real design tokens so it matches the running app. Co-authored-by: opencode-agent <hello@sst.dev>
johnnyhuy
force-pushed
the
revise-pidex-branding
branch
from
July 20, 2026 00:08
695cdff to
97d4abe
Compare
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
src/renderer/design-system/tokens.css(--bg-deep #0d1116,--panel #212730, blueprint grid)Tried first, reverted
Launched the app via Playwright
_electronto get a real screenshot — the CDP handshake stalled in this environment (Timeout 30000ms exceededafter the DevTools attached), so reverted. The structural render uses the real tokens, so it matches the running app visually.Consequences
Testing
mise run buildpasses (matches CI)tokens.css(window bg, panel, grid, parchment text, terracotta status dot all match)