clear data of isolated containers; improved tab handling/state/duplication;

This commit is contained in:
Fabian Freund
2025-12-31 06:22:48 +01:00
parent 62f53ce327
commit d4585921ce
22 changed files with 909 additions and 280 deletions
@@ -32,6 +32,8 @@ part 'tab.g.dart';
@CopyWith()
class TabState extends WebPageInfo {
static final defaultUrl = Uri.parse('about:blank');
@CopyWithField(immutable: true)
final String id;
@@ -92,7 +94,7 @@ class TabState extends WebPageInfo {
id: tabId,
parentId: null,
contextId: null,
url: Uri.parse('about:blank'),
url: defaultUrl,
title: "",
icon: null,
thumbnail: null,