addon store initial

This commit is contained in:
Fabian Freund
2026-04-19 09:15:08 +02:00
parent 57c3dcca86
commit 5bf3afd5e1
23 changed files with 3381 additions and 597 deletions
@@ -1809,27 +1809,6 @@ class _ExtensionsCard extends HookConsumerWidget {
await const AddonManagerRoute().push<void>(rootContext);
},
),
_buildSubTile(
'Get Extensions',
icon: MdiIcons.puzzlePlus,
onTap: () async {
Navigator.pop(context);
final tabMode = TabMode.fromTabType(
ref
.read(generalSettingsWithDefaultsProvider)
.effectiveDefaultCreateTabType,
);
await ref
.read(tabRepositoryProvider.notifier)
.addTab(
url: Uri.parse('https://addons.mozilla.org'),
tabMode: tabMode,
containerSelection:
const TabContainerSelection.unassigned(),
selectTab: true,
);
},
),
],
),
),