Support for pinned messages #49

Merged
Henry-Hiles merged 24 commits from istalri/nexus:support_pinned_messages into main 2026-07-14 19:29:47 -04:00
Showing only changes of commit bc5cace70c - Show all commits

remove duplicate center

Henry Hiles 2026-07-06 20:37:17 -04:00 committed by istalri

View file

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