WIP: Support for pinned messages #49

Draft
istalri wants to merge 9 commits from istalri/nexus:support_pinned_messages into main
Showing only changes of commit cf544cb8e2 - Show all commits

remove duplicate center

Henry Hiles 2026-07-06 20:37:17 -04:00
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs

View file

@ -91,7 +91,7 @@ class PinnedEventsDrawer extends HookConsumerWidget {
);
},
),
AsyncLoading() => Center(child: Loading()),
AsyncLoading() => Loading(),
AsyncError(:final error) => Center(
child: Column(
children: [