implement user bangs

This commit is contained in:
Fabian Freund
2025-11-21 05:27:44 +01:00
parent d764149759
commit 23b758e729
32 changed files with 3428 additions and 67 deletions
@@ -68,11 +68,6 @@ class BangSettingsScreen extends HookConsumerWidget {
title: 'Kagi Bangs',
subtitle: 'Sync on-demand from GitHub',
),
const BangGroupListTile(
group: BangGroup.custom,
title: 'WebLibre Bangs',
subtitle: 'Sync on-demand from GitHub',
),
],
);
},