feat(desktop): ブラウザペインに Inspect Element を追加#23
Conversation
webviewのコンテキストメニューにDevTools検証機能を追加し、 右クリック位置の要素を直接インスペクトできるようにした。
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThis change introduces an "Inspect Element" feature to the browser's right-click context menu. A new menu item is added that captures the click coordinates and passes them to an Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes Poem
✨ Finishing Touches📝 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 |
Summary
Changes
apps/desktop/src/main/lib/browser/browser-manager.ts: コンテキストメニューにwc.inspectElement(x, y)を呼ぶメニュー項目を追加Test plan
Summary by CodeRabbit