Fix session restore routing and browser history persistence

This commit is contained in:
Lawrence Chen 2026-02-24 14:20:19 -08:00
parent 1c3f8458ee
commit 06cd25ed52
7 changed files with 878 additions and 17 deletions

View file

@ -231,6 +231,8 @@ struct SessionBrowserPanelSnapshot: Codable, Sendable {
var shouldRenderWebView: Bool
var pageZoom: Double
var developerToolsVisible: Bool
var backHistoryURLStrings: [String]?
var forwardHistoryURLStrings: [String]?
}
struct SessionPanelSnapshot: Codable, Sendable {