feat: content blocker, extension overhaul, SponsorBlock, ATC, tab organizer, settings redesign#334
Open
l984-451 wants to merge 2 commits intonook-browser:devfrom
Open
feat: content blocker, extension overhaul, SponsorBlock, ATC, tab organizer, settings redesign#334l984-451 wants to merge 2 commits intonook-browser:devfrom
l984-451 wants to merge 2 commits intonook-browser:devfrom
Conversation
|
Important Review skippedToo many files! This PR contains 152 files, which is 2 over the limit of 150. ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (152)
You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
…anizer, settings redesign Major additive contribution with new features and improvements — no upstream features removed. Content Blocker System: - AdvancedBlockingEngine with SafariConverterLib pipeline - Site-specific scripts (Facebook, YouTube) - Filter list management with EasyList integration Extension System Overhaul: - Split ExtensionManager into focused modules (Delegate, Installation, Diagnostics, ExternallyConnectable, TabNotifications) - New Extension Library panel UI - Bitwarden biometric unlock support - Native messaging handler SponsorBlock: - Built-in YouTube sponsor segment skipping - SponsorBlock API integration with category options Air Traffic Control: - SiteRoutingManager for domain-based tab routing rules - Settings UI for managing routing rules Tab Organizer: - Local LLM-powered tab organization via mlx-swift-lm - Organization preview and apply workflow Settings Redesign: - New NavigationSplitView sidebar layout - Dedicated tabs for Ad Blocker, SponsorBlock, ATC Core Improvements: - Tab: favicon lazy loading, URL sanitization, crash tracking - TabManager: N+1 query elimination, pre-fetch optimization - HoverTrackingView replacing SwiftUI .onHover across UI - PageLoadingProgressBar, EditPinnedURLDialog, View+GlassEffect - Remove dead code (8 unused files) - Add .superpowers to gitignore New SPM dependencies: mlx-swift-lm, SafariConverterLib
0ba9c32 to
d6df226
Compare
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.
Summary
Major additive contribution with new features and improvements.
New Subsystems
Extension System Overhaul
Settings Redesign
Core Improvements
@Published loadingState.onHoveracross ~35 files, PageLoadingProgressBar, EditPinnedURLDialog, View+GlassEffectNew Dependencies
mlx-swift-lm(on-device LLM for tab organizer)SafariConverterLib(AdGuard filter rule conversion for content blocker)