6 Commits

Author SHA1 Message Date
TristanEDU
d294f5a70d fix(overlayUnlock): enable iframe scrolling and maintain control panel access
- Made iframe scrollable when unlocked for live content interaction
- Ensured control panel remains interactive during unlocked mode
- Updated pointerEvents and scrolling attributes accordingly
- Raised z-index to prevent panel from being obscured by overlay
2025-06-02 17:44:34 -07:00
TristanEDU
b96966dbbf fix(overlayUnlock): resolve variable scope and panel reference for unlock toggle
- Corrected undefined reference to 'panel' (should be 'controls')
- Scoped overlayUnlocked as window property to avoid redeclaration errors
- Verified toggle logic properly disables/enables overlay and background interaction
- Finalizes implementation of Unlock Overlay button in control panel
2025-06-02 17:35:46 -07:00
TristanEDU
8fcad035fa feat(overlayUnlock): add Unlock Overlay toggle button for iframe interaction
- Introduced a new control panel button to toggle iframe pointer events
- Allows user to unlock overlay for manual interaction with live site content
- Temporarily disables interaction with the underlying dev site while unlocked
- Useful for tasks like opening dropdowns or inspecting cross-origin overlays
- Toggle seamlessly restores locked state with single click
2025-06-02 17:27:51 -07:00
TristanEDU
5f6b8aa0d6 feat: initial working release with draggable overlay panel and full UI controls
- Added iframe overlay with customizable source URL
- Included opacity slider for pixel-perfect comparison
- Implemented color inversion toggle
- Added scroll lock for accurate layout preservation
- Removed iframe scrollbars to avoid layout shifts
- Built draggable control panel with dedicated handle
- Added README.md with usage, warnings, and contribution guide
- Created LICENSE (MIT) and CHANGELOG.md for version tracking
2025-05-30 05:43:51 -07:00
TristanEDU
deb066111f initial commit, I pasted in the GPT sugested code for the project. I read it over and as far as I understand JavaScript it should work properly 2025-05-30 04:47:57 -07:00
TristanEDU
99f07458ee Initial commit: LiveOverlayExtension 2025-05-30 04:40:04 -07:00