2026-02-08

요약 (AI 작성)

오늘은 chrome-remote-devtools 리포지토리에서 React Native Inspector와 DevTools 관련 안정성 및 UI 개선 작업을 진행했습니다. Performance 패널을 노출하고 Metro 대상에 따라 탭 표시를 조정하는 등 사용성 개선 커밋과, WebSocket 연결 재시도 로직·훅 동작 관련 버그 수정으로 안정성을 높이는 작업이 포함되어 있습니다.

PR 측면에서는 설정 모달 버튼 스타일 추가, Metro 전용 탭 표시 기능, 훅 동작 관련 수정 PR들이 병합되어 전체적인 사용자 경험과 개발 흐름이 개선되었습니다.

커밋

ohah/chrome-remote-devtools

PR (해당일 생성/머지)

repo#상태제목
ohah/chrome-remote-devtools#121mergedstyle(inspector): add cursor-pointer to settings modal buttons
ohah/chrome-remote-devtools#120mergedfeat(inspector): show only Metro tabs when Metro targets exist (DEV)
ohah/chrome-remote-devtools#119mergedfix(react-native-inspector): keep hooks disabled in Metro and try connect once