Skip to content

feat: enrich accessibility source paths and inspector links#62

Merged
DjDeveloperr merged 2 commits into
mainfrom
remove-areadisabled-overlay
May 24, 2026
Merged

feat: enrich accessibility source paths and inspector links#62
DjDeveloperr merged 2 commits into
mainfrom
remove-areadisabled-overlay

Conversation

@DjDeveloperr
Copy link
Copy Markdown
Collaborator

Summary

  • Keep accessibility overlay data visible to Codex by removing the area-disabled suppression and keeping overlay nodes present even when the inspector panel is closed.
  • Normalize source locations across NativeScript, React Native, and Flutter inspectors with a configurable sourceRoot, so sourceLocation.file can be reported as an absolute path.
  • Render source fields in the inspector panel as clickable file:// links when an absolute path is available.
  • Improve NativeScript tab/tab accessory reporting and retain richer hierarchy metadata for Codex annotations.

Testing

  • npm run --prefix packages/nativescript-inspector build
  • npm run --prefix packages/react-native-inspector build
  • npm run --prefix client typecheck
  • npm run --prefix client test -- AccessibilityOverlay accessibilityTree uiState
  • flutter pub get && flutter analyze
  • cargo fmt --manifest-path server/Cargo.toml and cargo test --manifest-path server/Cargo.toml inspector_metadata
  • Full app rebuild and daemon restart verified locally; live NativeScript hierarchy returned absolute source file paths.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 24, 2026

Important

Review skipped

Auto reviews are disabled on this repository. 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: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 5d66d70a-ba2d-4429-9172-3c98dff8773f

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
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch remove-areadisabled-overlay

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@DjDeveloperr DjDeveloperr marked this pull request as ready for review May 24, 2026 05:53
@DjDeveloperr DjDeveloperr merged commit 7921191 into main May 24, 2026
8 checks passed
@DjDeveloperr DjDeveloperr deleted the remove-areadisabled-overlay branch May 24, 2026 06:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant