Skip to content

Commit e396f82

Browse files
committed
Migrate container app to native SwiftUI implementation
Replaced WebView-based app container with a native SwiftUI implementation, significantly reducing code complexity and improving performance. - Reduced app code from ~290 lines to 91 lines - Leverages platform-native UI framework for better integration - Simplifies overall application architecture
1 parent 6723fe2 commit e396f82

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ All notable changes to this project will be documented in this file.
1414
- Headers now displayed in Title-Case (e.g., Cache-Control instead of cache-control)
1515
- New app icon
1616
- Simplified and cleaned up popup.js code
17+
- Replaced WebView-based container app with native SwiftUI (~290 lines → 91 lines)
1718

1819
### Fixed
1920
- Toolbar icon appearing blue instead of gray (Safari grayscale tinting workaround)

0 commit comments

Comments
 (0)