fix(mobile): restore Android skill pill colors and cube icon - #12
Draft
sameerr03 wants to merge 10 commits into
Draft
fix(mobile): restore Android skill pill colors and cube icon#12sameerr03 wants to merge 10 commits into
sameerr03 wants to merge 10 commits into
Conversation
- Import native Codex history into T3 threads - Restore missing projections from imported event streams
…in GitHubPullRequestCli (pingdotgg#7385) Signed-off-by: aoright <102943475+aoright@users.noreply.github.com>
Co-authored-by: shivam <91240327+shivamhwp@users.noreply.github.com>
…skill-pill # Conflicts: # apps/desktop/src/window/QuitHold.test.ts # apps/desktop/src/window/QuitHold.ts # apps/mobile/src/native/T3ComposerEditor.native.tsx # apps/web/src/components/CommandPalette.tsx
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.
Android composer skill pills can render with a bright green fill and low-contrast text because CSS colors reach a native parser that expects Android hex ordering. They also lack the cube shown in the desktop composer.
Convert theme colors with React Native processColor before serializing them for Android, and draw the desktop cube path with matching relative size, spacing, stroke, and opacity. Include the icon in pill measurement to keep the label clear.
Validation: focused lint, type checking, formatting, and 20 disposable color/passthrough checks passed. Source checks confirm the cube paths and style constants match desktop. Production diff: +52/-14 lines across two files; no test files changed.
Android compilation, device testing, and before/after images are pending manual verification on another machine. The cube addition requires a native rebuild. This draft targets the fork only.
Model and harness: GPT-6 via Codex.