You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What changed\n\n- Shortens and compacts the Radar source action while preserving its accessible label.\n- Keeps Electron E2E windows visible without stealing desktop focus.\n- Suppresses external app/browser launches during Electron tests.\n- Creates the disposable E2E PocketBase administrator before first startup so PocketBase cannot open its setup page in Safari.\n- Adds focused unit and end-to-end regression coverage for each boundary.\n\n## User impact\n\nLocal Electron test runs no longer steal focus or open PocketBase, browser, or Teams tabs. Normal Relay behavior is unchanged because the guard is enabled only by the Electron test runner in test mode.\n\n## Verification\n\n- npm run typecheck\n- npm run lint\n- npm run format:check\n- npm test (5,586 passed, 1 skipped)\n- npm run build\n- npm audit --audit-level=high --omit=dev (0 vulnerabilities)\n- npm run test:electron (40 passed)\n- npm run test:web (Chrome, Edge, Safari; 3 passed)\n- git diff --check\n- Safari before/after full Electron run: 3 total tabs, 0 PocketBase setup tabs
Auto reviews are disabled on base/target branches other than the default branch.
Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro Plus
Run ID: 5d21197e-b5ed-4d15-bafe-c2244dc3269f
You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.
Use the checkbox below for a quick retry:
🔍 Trigger review
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.
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
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.
What changed\n\n- Shortens and compacts the Radar source action while preserving its accessible label.\n- Keeps Electron E2E windows visible without stealing desktop focus.\n- Suppresses external app/browser launches during Electron tests.\n- Creates the disposable E2E PocketBase administrator before first startup so PocketBase cannot open its setup page in Safari.\n- Adds focused unit and end-to-end regression coverage for each boundary.\n\n## User impact\n\nLocal Electron test runs no longer steal focus or open PocketBase, browser, or Teams tabs. Normal Relay behavior is unchanged because the guard is enabled only by the Electron test runner in test mode.\n\n## Verification\n\n- npm run typecheck\n- npm run lint\n- npm run format:check\n- npm test (5,586 passed, 1 skipped)\n- npm run build\n- npm audit --audit-level=high --omit=dev (0 vulnerabilities)\n- npm run test:electron (40 passed)\n- npm run test:web (Chrome, Edge, Safari; 3 passed)\n- git diff --check\n- Safari before/after full Electron run: 3 total tabs, 0 PocketBase setup tabs