We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f3dfc7 commit 1d3a307Copy full SHA for 1d3a307
lib/widgets/app.dart
@@ -276,6 +276,12 @@ class HomePage extends StatelessWidget {
276
narrow: const CombinedFeedNarrow())),
277
child: Text(zulipLocalizations.combinedFeedPageTitle)),
278
const SizedBox(height: 16),
279
+ ElevatedButton(
280
+ onPressed: () => Navigator.push(context,
281
+ MessageListPage.buildRoute(context: context,
282
+ narrow: const MentionsNarrow())),
283
+ child: Text(zulipLocalizations.mentionsPageTitle)),
284
+ const SizedBox(height: 16),
285
ElevatedButton(
286
onPressed: () => Navigator.push(context,
287
InboxPage.buildRoute(context: context)),
0 commit comments