From 020a830b787547832847d50b2232340d4e43b224 Mon Sep 17 00:00:00 2001 From: kolo Date: Fri, 20 Mar 2026 16:05:33 +0300 Subject: [PATCH] update --- lib/features/categories/screen.dart | 7 ------- lib/features/settings/screen.dart | 9 --------- 2 files changed, 16 deletions(-) diff --git a/lib/features/categories/screen.dart b/lib/features/categories/screen.dart index a140e6f..5fedbd1 100644 --- a/lib/features/categories/screen.dart +++ b/lib/features/categories/screen.dart @@ -58,13 +58,6 @@ class _CategoriesScreenState extends ConsumerState { onChanged: (t) => setState(() => _chartType = t), ), const SizedBox(width: 8), - IconButton( - icon: const Icon(Icons.add_circle_rounded), - iconSize: 32, - color: AppColors.accent, - onPressed: () => context.push('/add'), - tooltip: 'Add Transaction', - ), ], ), body: SafeArea( diff --git a/lib/features/settings/screen.dart b/lib/features/settings/screen.dart index 9aa1ab9..44d1992 100644 --- a/lib/features/settings/screen.dart +++ b/lib/features/settings/screen.dart @@ -80,15 +80,6 @@ class _SettingsScreenState extends ConsumerState { ), ], ), - actions: [ - IconButton( - icon: const Icon(Icons.add_circle_rounded), - iconSize: 32, - color: AppColors.accent, - onPressed: () => context.push('/add'), - tooltip: 'Add Transaction', - ), - ], ), body: SafeArea( child: ListView(