Skip to content

Commit a3381c9

Browse files
committed
fix: merge
1 parent aa5fec6 commit a3381c9

File tree

3 files changed

+0
-132
lines changed

3 files changed

+0
-132
lines changed

lib/screens/dashboard.dart

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,11 @@ class Dashboard extends ConsumerWidget {
5858
children: [
5959
Padding(
6060
padding: const EdgeInsets.only(bottom: 16.0),
61-
child: bottomButton(context, ref, railIdx, 2,
6261
child: bottomButton(context, ref, railIdx, 2,
6362
Icons.help, Icons.help_outline),
6463
),
6564
Padding(
6665
padding: const EdgeInsets.only(bottom: 16.0),
67-
child: bottomButton(context, ref, railIdx, 3,
6866
child: bottomButton(context, ref, railIdx, 3,
6967
Icons.settings, Icons.settings_outlined),
7068
),
@@ -97,7 +95,6 @@ class Dashboard extends ConsumerWidget {
9795
children: const [
9896
HomePage(),
9997
SizedBox(),
100-
SizedBox(),
10198
IntroPage(),
10299
SettingsPage(),
103100
],

lib/screens/envvar/environment_page.dart

Whitespace-only changes.

lib/screens/envvar/environments_pane.dart

Lines changed: 0 additions & 129 deletions
This file was deleted.

0 commit comments

Comments
 (0)