Fix Linux and macOS SDK Resource/Data Logic #55
Merged
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.
This pull request introduces a session restore and crash recovery feature to the browser, along with improvements to the build system and settings infrastructure. The main changes include new settings for session management, UI enhancements for session restore notifications, and expanded build/install handling for Linux and macOS. These updates improve user experience by allowing automatic restoration of tabs after crashes or restarts, and streamline cross-platform builds.
Session Restore & Crash Recovery Features
assets/settings_catalog.jsonfor restoring previous sessions and enabling crash recovery, allowing users to automatically reopen tabs from their last session and continuously save session state.assets/ui.html,assets/ui.css), with buttons to restore or dismiss the previous session, and event handling for user interaction. [1] [2] [3]Build System & Installation Improvements
CMakeLists.txtto properly install and copy SDK libraries and resource files for Linux and macOS, ensuring all required assets are present for runtime and packaging.Documentation & Settings System
docs/General-Codebase-Refactor.md, detailing security, privacy, UI, caching, favicon, build, and settings improvements for future reference and onboarding.