2025-12-29
요약 (AI 작성)
chrome-remote-devtools에서 CSS 도메인(Styles 탭) 구현, devtools-frontend 리베이스 후 동기화, FSD 구조로 리플레이 유틸리티 재구성, 빌드 스크립트 개선 및 TanStack Router 경고 해결 등 인스펙터 기능 확장과 코드 구조 개선이 집중적으로 이루어졌습니다.
커밋
ohah/chrome-remote-devtools
- refactor(client): move CSS domain tests to consistent location
- test(client): add comprehensive tests for CSS domain
- test(client): add comprehensive tests for CSS utils functions
- fix(client): address PR review feedback for CSS domain
- refactor(client): remove debug console.log from node-manager
- refactor(client): restructure CSS domain into modular files
- chore(devtools): update bundled files after devtools-frontend rebase
- chore(scripts): improve devtools build copy script with cpSync
- chore(client,server): remove debugging console logs from CSS domain
- refactor(client): extract node manager to common module
- feat(client): integrate CSS domain into CDP
- fix(client): add CSS domain implementation for Styles tab
- chore: update dependencies and tauri config
- chore(inspector): replace @vitejs/plugin-react-oxc with @vitejs/plugin-react
- fix(scripts): fix duplicate service failures in dev.ts
- fix(client): fix build:watch script to run ESM and IIFE builds in parallel
- fix(inspector): resolve TanStack Router warnings and port permission issue
- refactor(inspector): move replay utils to features/replay/lib (FSD structure)