app-store: real Orthogonal logo + show Communications category#106
Merged
Conversation
Contributor
|
🚀 Preview deployed to Cloudflare Pages
|
…ommunications) - Replace the placeholder Orthogonal mark with the official logo (192x192 brand favicon from orthogonal.com), as a png image tile (cover, brand bg #e3e6df). - Lower the category-shelf threshold from >=2 to >=1 so every category with an app gets a rail — this surfaces the **Communications** category (agentphone) and Security (aegis), which were hidden. Re-stamp the plain/app-store twin. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Alexgodoroja
force-pushed
the
fix/orthogonal-real-logo
branch
from
July 7, 2026 22:16
69f0309 to
3057d81
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.
Two fixes:
1. Real Orthogonal logo. The card used a placeholder mark. Swapped in the official Orthogonal logo (the 192×192 brand favicon sourced from orthogonal.com) as
public/appicons/io.pilot.orthogonal.png, rendered as an image tile (cover, brand background#e3e6df). Removed the old placeholder.svg.2. Communications category now visible. The category-shelf filter required
>= 2apps to render a rail, so Communications (onlyagentphone) and Security (onlyaegis) were hidden. Lowered it to>= 1so every category with an app gets its rail — the Communications shelf now shows AgentPhone. Re-stamped theplain/app-storetwin socheck:plainstays green.Verified:
npm run build(18 apps) +check:plaingreen; the Orthogonal card uses the real logo and the Communications shelf renders AgentPhone.🤖 Generated with Claude Code