feat(mobile): hackathon mobile app#2237
Draft
dmarticus wants to merge 94 commits into
Draft
Conversation
…ackathon-mobile-app
Normalize repository matching across the shared GitHub repo picker so prefilled task flows keep the existing repo selected even when casing or .git suffixes differ. Reset the picker open/search state for prefilled task flows so the dropdown stays closed until the field is focused, and cover the lookup behavior with a focused regression test.
Stop rendering the running chip for active automation runs while keeping success and other terminal statuses visible. Add coverage for both the status helper and badge component so the mobile task UI keeps this behavior stable.
Add task plan approval support across the mobile app and render PostHog links as inline chips, including relative insight paths and title-plus-id labels.
…ackathon-mobile-app
…ackathon-mobile-app
…ackathon-mobile-app
# Conflicts: # apps/code/src/renderer/features/task-detail/components/TaskInput.tsx
- Remove unused totalCount destructure in ReportList - Replace non-null assertions in useInboxReports queryFns with runtime guards - Reformat with-adi-registration plugin
- Mock phosphor-react-native and react-native-safe-area-context globally so their ESM type syntax doesn't crash the CJS loader - Mock @react-native-async-storage/async-storage with an in-memory backing map so persist middleware writes don't blow up under environment: node - Reset repositoryCacheStore in useIntegrations.test.ts beforeEach so module-singleton state doesn't leak between tests
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.
Problem
Hackathon-built React Native mobile companion app for PostHog Code. Opening this PR to consolidate the work, get it under review, and figure out next steps for merging.
Changes
apps/mobile/(SDK 54, expo-router, NativeWind v4, React Query, Zustand).main(1 conflict inTaskInput.tsx— kept both the cloud-repo-picker memo and main's newbusyStatefromuseGitQueries; removed an orphanedsetIsCloudBranchPickerOpencall that main had retired).How did you test this?
pnpm --filter @posthog/code typecheckafter the merge — passes.Publish to changelog?
no