ActivityPub service impl basis

This commit is contained in:
2025-12-29 01:01:47 +08:00
parent eb90dbbc5a
commit bb1a5155ed
31 changed files with 6705 additions and 4091 deletions

View File

@@ -138,6 +138,18 @@ class ExploreScreen extends HookConsumerWidget {
),
PopupMenuButton(
itemBuilder: (context) => [
PopupMenuItem(
child: Row(
children: [
const Icon(Symbols.linked_services),
const Gap(12),
Text('searchFediverse').tr(),
],
),
onTap: () {
context.pushNamed('activitypubSearch');
},
),
PopupMenuItem(
child: Row(
children: [