refactor(mobile): adopt shared interaction semantics#3641
Open
richardsolomou wants to merge 3 commits into
Open
Conversation
|
React Doctor found 11 issues in 3 files · 11 warnings. 11 warnings
Reviewed by React Doctor for commit |
richardsolomou
force-pushed
the
posthog-code/share-session-presentation-semantics
branch
from
July 23, 2026 13:12
436f795 to
52fcd91
Compare
richardsolomou
force-pushed
the
posthog-code/share-inbox-automation-presentation
branch
from
July 23, 2026 13:15
60ed26d to
a7d966c
Compare
richardsolomou
force-pushed
the
posthog-code/share-session-presentation-semantics
branch
from
July 23, 2026 13:40
52fcd91 to
dd741ed
Compare
richardsolomou
force-pushed
the
posthog-code/share-inbox-automation-presentation
branch
from
July 23, 2026 13:43
d966683 to
c326729
Compare
This was referenced Jul 23, 2026
Member
Author
This was referenced Jul 23, 2026
richardsolomou
marked this pull request as ready for review
July 23, 2026 15:48
Contributor
|
Reviews (1): Last reviewed commit: "fix(core): require desktop inbox tab cou..." | Re-trigger Greptile |
richardsolomou
force-pushed
the
posthog-code/share-inbox-automation-presentation
branch
from
July 23, 2026 16:34
b409081 to
82384e6
Compare
richardsolomou
force-pushed
the
posthog-code/share-session-presentation-semantics
branch
2 times, most recently
from
July 23, 2026 17:28
9563ac8 to
9bc670c
Compare
richardsolomou
force-pushed
the
posthog-code/share-inbox-automation-presentation
branch
2 times, most recently
from
July 23, 2026 18:55
637acc8 to
4a5f3c4
Compare
richardsolomou
force-pushed
the
posthog-code/share-session-presentation-semantics
branch
2 times, most recently
from
July 24, 2026 16:42
6638011 to
26ddcae
Compare
richardsolomou
force-pushed
the
posthog-code/share-inbox-automation-presentation
branch
from
July 24, 2026 16:42
4a5f3c4 to
e9cea7b
Compare
richardsolomou
force-pushed
the
posthog-code/share-session-presentation-semantics
branch
from
July 24, 2026 16:47
26ddcae to
4853c90
Compare
richardsolomou
force-pushed
the
posthog-code/share-inbox-automation-presentation
branch
2 times, most recently
from
July 24, 2026 22:26
9af1770 to
95d8009
Compare
richardsolomou
force-pushed
the
posthog-code/share-session-presentation-semantics
branch
from
July 24, 2026 22:26
4853c90 to
a94c8c0
Compare
richardsolomou
force-pushed
the
posthog-code/share-inbox-automation-presentation
branch
from
July 24, 2026 22:30
95d8009 to
6003474
Compare
richardsolomou
force-pushed
the
posthog-code/share-session-presentation-semantics
branch
from
July 24, 2026 22:30
a94c8c0 to
09ba94a
Compare
richardsolomou
force-pushed
the
posthog-code/share-inbox-automation-presentation
branch
from
July 24, 2026 22:57
748c099 to
3ff9099
Compare
richardsolomou
force-pushed
the
posthog-code/share-session-presentation-semantics
branch
2 times, most recently
from
July 24, 2026 23:07
323e667 to
ae2aa0e
Compare
richardsolomou
force-pushed
the
posthog-code/share-inbox-automation-presentation
branch
2 times, most recently
from
July 24, 2026 23:15
8d6d091 to
af2ec1b
Compare
richardsolomou
force-pushed
the
posthog-code/share-session-presentation-semantics
branch
from
July 24, 2026 23:15
ae2aa0e to
07c64af
Compare
Generated-By: PostHog Code Task-Id: c1bbe3cf-742b-4b24-bf96-d11a18b4cf22
Generated-By: PostHog Code Task-Id: c1bbe3cf-742b-4b24-bf96-d11a18b4cf22
Generated-By: PostHog Code Task-Id: c1bbe3cf-742b-4b24-bf96-d11a18b4cf22
richardsolomou
force-pushed
the
posthog-code/share-session-presentation-semantics
branch
from
July 24, 2026 23:17
07c64af to
de56f87
Compare
richardsolomou
force-pushed
the
posthog-code/share-inbox-automation-presentation
branch
from
July 24, 2026 23:17
af2ec1b to
811fb87
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.

Problem
Mobile still duplicates MCP, skill, permission, composer, session, and inbox presentation behavior after the shared policies have been extracted.
Depends on #3640
Refs #2416
Changes
Phase 2: I migrated mobile onto the shared interaction and presentation policies, then removed the replaced mobile implementations. Shared desktop behavior remains unchanged in this PR.
How did you test this?
Automatic notifications
Created with PostHog Code