Commit Graph

3 Commits

Author SHA1 Message Date
copilot-swe-agent[bot] 7fc8dd655a fix: address code review feedback for browser extension
- Removed unused variables in capture.js (clonedDoc, styles array)
- Added explicit return values for message handlers in content.js
- Added detailed comment explaining 500ms render delay before PDF conversion
- Updated PERMISSIONS.md with comprehensive explanation of host_permissions requirement
- Updated test.html with web clipping test scenarios
- Improved code consistency and documentation

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
2026-02-13 23:27:57 +00:00
copilot-swe-agent[bot] b03ebab747 chore: apply ruff formatting and fix whitespace issues
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
2026-02-13 09:12:11 +00:00
copilot-swe-agent[bot] e561f6d567 docs(browser): add quick start guide and test page for browser extension
- Add QUICKSTART.md with 5-minute installation guide
- Create test.html page for testing extension functionality
- Include troubleshooting tips and testing checklist
- Add sample document and image links for testing

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
2026-02-12 03:06:05 +00:00