From e611c036257af4f4bb56339ac62591c58d8d1948 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leon=20B=C3=B6sche?= Date: Thu, 29 Jan 2026 00:37:07 +0100 Subject: [PATCH] Remove 'Active Links' section from account settings dialog for a cleaner layout --- .../lib/widgets/account_settings_dialog.dart | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/b0esche_cloud/lib/widgets/account_settings_dialog.dart b/b0esche_cloud/lib/widgets/account_settings_dialog.dart index 30fe399..ed1ebdf 100644 --- a/b0esche_cloud/lib/widgets/account_settings_dialog.dart +++ b/b0esche_cloud/lib/widgets/account_settings_dialog.dart @@ -1443,25 +1443,6 @@ class _AccountSettingsDialogState extends State { ], ), const SizedBox(height: 8), - Row( - mainAxisAlignment: MainAxisAlignment.spaceBetween, - children: [ - Text( - 'Active Links', - style: TextStyle( - color: AppTheme.primaryText, - fontSize: 14, - ), - ), - Text( - '12 links', - style: TextStyle( - color: AppTheme.secondaryText, - fontSize: 14, - ), - ), - ], - ), ], ), ),