refactor container tab repo

This commit is contained in:
Fabian Freund
2025-07-20 14:11:18 +02:00
parent fd1e71343a
commit b8b417103d
15 changed files with 174 additions and 13 deletions
@@ -68,7 +68,7 @@ Future<WebPageInfo> pageInfo(
if (tabId != null) {
final containerId = await ref
.read(tabDataRepositoryProvider.notifier)
.containerTabId(tabId);
.getContainerTabId(tabId);
final containerData = await containerId.mapNotNull(
(containerId) => ref
@@ -6,7 +6,7 @@ part of 'website_title.dart';
// RiverpodGenerator
// **************************************************************************
String _$pageInfoHash() => r'a57b4b72b16b63f5f366e014bb56cd0f021bcfa8';
String _$pageInfoHash() => r'46eec6236555d37b5bbb4d8d887c5ee6ee0336e3';
/// Copied from Dart SDK
class _SystemHash {