Pavel Ivanov
Pavel Ivanov
This change provides a more reliable solution for canvas clearing when transitioning between inspection states, preventing artifacts and improving performance.
This optimization focuses on improving the element inspection overlay performance and code clarity. Key changes: 1. Introduces element caching to prevent redundant redraws 2. Consolidates overlay update logic with a...
This PR introduces the ability to dynamically inject external scripts required for the "React Scan" extension to function while adhering to the target website's CSP (Content Security Policy) restrictions. It...
# Add automated build process for browser extensions Add automated build process for browser extensions (Chrome, Firefox, Brave) with GitHub Actions. ## Key Changes - Add extension build workflow with...
# 🎯 V1 (**WIP**) ## Changes - Restructured toolbar layout for better UX - Optimized resize performance with debounced updates - Added smooth animations for toolbar transitions - Improved props...
- Add detection for iframes and popups using window properties - Skip React detection when window is not a standard one Closes #87
- Add GitHub Action workflow for npm publishing - Trigger on [publish] in commit message - Automate version bump and package publishing - Handle README copying and git operations
Improving the handling of proxy objects and promises and ensures that complex objects, like `Next.js` params or URLSearchParams, are inspected accurately without errors or performance issues. Key Changes: - proxy...