Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…brary Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Rewrite blockerPlugin to match the tech spec: no-arg blockerPlugin(), useBlocker hook with shouldBlock/onBlocked/bypass, and supporting NavigationEvent/BlockedNavigation types. Implementations are stubs. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Introduce a comprehensive technical specification document for the blockerPlugin, detailing the background, problem definition, design direction, public API, and usage examples. This document aims to unify the implementation of screen exit prevention across various mobile webview-based services.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
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 Tip CodeRabbit can use oxc to improve the quality of JavaScript and TypeScript code reviews.Add a configuration file to your project to customize how CodeRabbit runs oxc. |
commit: |
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ❌ Deployment failed View logs |
stackflow-docs | 199b356 | Mar 13 2026, 06:14 AM |
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…ride(fn) API bypass was tied to replaying a specific BlockedNavigation object. override(fn) wraps arbitrary navigation in a callback, making the blocker skip check scoped to the callback's synchronous execution. This gives developers a unified, general-purpose way to bypass a blocker for any navigation — not just a previously blocked one. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
TBD