Add onTap handler to 'Add' navigation button in HomePage

This commit is contained in:
Leon Bösche
2026-01-24 01:33:11 +01:00
parent 3dd4a9b692
commit 273976a69e

View File

@@ -510,7 +510,11 @@ class _HomePageState extends State<HomePage> with TickerProviderStateMixin {
const SizedBox(width: 16),
_buildNavButton('Mail', Icons.mail),
const SizedBox(width: 16),
_buildNavButton('Add', Icons.add),
_buildNavButton(
'Add',
Icons.add,
onTap: () {},
),
const SizedBox(width: 16),
if (hasSelectedOrg)
_buildNavButton(