Various fixes + compatibility with MacOS 26 + updated color handling#1
Merged
Merged
Conversation
Contributor
jonathancaudill
commented
Aug 1, 2025
- Fixed sidebar jitter, ensured that websiteview won't draw clear background underneath web content (save battery + gpu).
- Added liquid glass background for macOS 26, updated corner radii for macOS 26 build as well
- Added Colors.swift with hacky hex code handler for future color changes/tweaks
- PR rescued from old repo, should merge smoothly
… background underneath web content
… for future color handling
jonathancaudill
pushed a commit
that referenced
this pull request
Aug 15, 2025
Untitled Pull Request
jonathancaudill
added a commit
that referenced
this pull request
Sep 24, 2025
Various fixes + compatibility with MacOS 26 + updated color handling - will fix draggability in next PR
jonathancaudill
pushed a commit
that referenced
this pull request
Oct 15, 2025
New test extension #3 for validating chrome.tabs.* API implementation. Features: - Prominent 'Run All Tests' button for one-click validation - 9 comprehensive tests covering all major Tabs API functionality - Individual test buttons for detailed debugging - Background service worker tracking tab events in real-time - Comprehensive README with usage instructions Test Coverage: 1. tabs.query() - Query active tab and all tabs 2. tabs.getCurrent() - Get current tab (context-aware) 3. tabs.create() - Create new tabs 4. tabs.update() - Update tab URLs and properties 5. tabs.reload() - Reload tabs 6. tabs.get() - Get tab by ID 7. tabs.remove() - Close tabs 8. Event listeners - onCreated, onUpdated, onRemoved, onActivated 9. Event tracking - Verify background script receives events Files Added: - test-extensions/03-tabs-test/manifest.json (tabs permission, service worker) - test-extensions/03-tabs-test/background.js (~80 lines, event tracking) - test-extensions/03-tabs-test/popup.html (~110 lines, clean UI) - test-extensions/03-tabs-test/popup.js (~430 lines, comprehensive tests) - test-extensions/03-tabs-test/README.md (detailed documentation) Total: ~620 lines of well-documented test code The extension follows the improved UX pattern from extensions #1 and #2: - Single-click 'Run All Tests' for quick validation - Detailed results with pass/fail counts and success rate - Individual tests available for focused debugging - Clean, user-friendly interface Expected results: 9/9 tests passing (100%) if Tabs API is fully implemented. Co-authored-by: John Fields <jackdalefields@gmail.com>
judekim0507
added a commit
that referenced
this pull request
Feb 18, 2026
Fix extension OAuth timeout when importing Proton Pass
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.