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 b0c5dd5b11 - Show all commits

turn down width of tab drawer

Henry Hiles 2026-07-14 22:51:08 +00:00
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs

View file

@ -18,7 +18,7 @@ class PinnedEventsDrawer extends HookConsumerWidget {
final theme = Theme.of(context);
return Drawer(
width: 600,
width: 400,
child: Scaffold(
backgroundColor: Colors.transparent,
appBar: AppBar(