chore: wire the apps to the extracted packages, and put /m's reverse bounce behind AGENTA_MOBILE_REVERSE_GATE - #5881
chore: wire the apps to the extracted packages, and put /m's reverse bounce behind AGENTA_MOBILE_REVERSE_GATE#5881ardaerzin wants to merge 1 commit into
Conversation
|
@coderabbitai review |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Organization UI (inherited) Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (17)
📝 WalkthroughSummary by CodeRabbit
WalkthroughThe PR adds configurable reverse mobile-gate behavior, shared JWT access for raw fetches, Compose environment wiring, and documentation. It also updates several UI layouts, exports, and styling rules. ChangesMobile routing and authentication
UI adjustments
Estimated code review effort: 3 (Moderate) | ~25 minutes Sequence Diagram(s)sequenceDiagram
participant Browser
participant decideMobileGate
participant DeviceDetection
Browser->>decideMobileGate: request with user agent and gate options
decideMobileGate->>DeviceDetection: inspect device type
DeviceDetection-->>decideMobileGate: device classification
decideMobileGate-->>Browser: pass request or redirect to /m
Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches 💡 1🛠️ Fix failing CI checks 💡
📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
|
@coderabbitai review |
|
…bounce behind AGENTA_MOBILE_REVERSE_GATE
|
@coderabbitai review |
✅ Action performedReview finished.
|
The bookkeeping lane for everything below it: OSS and EE now import from the extracted packages,
and
/m's reverse bounce to the desktop app sits behindAGENTA_MOBILE_REVERSE_GATErather thanbeing unconditional.
Not run in a browser — static gates only (
pnpm lint-fix24/24,tsc --noEmitcleanfor
@agenta/shared,ui,entities,entity-ui,settings-ui,oss,ee,mobile).Stacked on
pkg/home-ui; review only this lane's diff.