Skip to content

Commit 017f2bf

Browse files
committed
refactor(app_config): Remove tab titles
- Removed redundant titles - Improved section clarity
1 parent 6346e25 commit 017f2bf

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

lib/app_configuration/view/app_configuration_page.dart

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -257,11 +257,6 @@ class _AppConfigurationPageState extends State<AppConfigurationPage>
257257
child: Column(
258258
crossAxisAlignment: CrossAxisAlignment.start,
259259
children: [
260-
Text(
261-
context.l10n.userContentLimitsTab,
262-
style: Theme.of(context).textTheme.headlineSmall,
263-
),
264-
const SizedBox(height: AppSpacing.md),
265260
Text(
266261
context.l10n.userContentLimitsDescription,
267262
style: Theme.of(context).textTheme.bodySmall?.copyWith(
@@ -339,11 +334,6 @@ class _AppConfigurationPageState extends State<AppConfigurationPage>
339334
child: Column(
340335
crossAxisAlignment: CrossAxisAlignment.start,
341336
children: [
342-
Text(
343-
context.l10n.adSettingsTab,
344-
style: Theme.of(context).textTheme.headlineSmall,
345-
),
346-
const SizedBox(height: AppSpacing.md),
347337
Text(
348338
context.l10n.adSettingsDescription,
349339
style: Theme.of(context).textTheme.bodySmall?.copyWith(
@@ -424,11 +414,6 @@ class _AppConfigurationPageState extends State<AppConfigurationPage>
424414
child: Column(
425415
crossAxisAlignment: CrossAxisAlignment.start,
426416
children: [
427-
Text(
428-
context.l10n.inAppPromptsTab,
429-
style: Theme.of(context).textTheme.headlineSmall,
430-
),
431-
const SizedBox(height: AppSpacing.md),
432417
Text(
433418
context.l10n.inAppPromptsDescription,
434419
style: Theme.of(context).textTheme.bodySmall?.copyWith(
@@ -491,11 +476,6 @@ class _AppConfigurationPageState extends State<AppConfigurationPage>
491476
child: Column(
492477
crossAxisAlignment: CrossAxisAlignment.start,
493478
children: [
494-
Text(
495-
context.l10n.appOperationalStatusTab,
496-
style: Theme.of(context).textTheme.headlineSmall,
497-
),
498-
const SizedBox(height: AppSpacing.md),
499479
Text(
500480
context.l10n.appOperationalStatusWarning,
501481
style: Theme.of(context).textTheme.bodyMedium?.copyWith(
@@ -560,11 +540,6 @@ class _AppConfigurationPageState extends State<AppConfigurationPage>
560540
child: Column(
561541
crossAxisAlignment: CrossAxisAlignment.start,
562542
children: [
563-
Text(
564-
context.l10n.forceUpdateConfigurationTitle,
565-
style: Theme.of(context).textTheme.headlineSmall,
566-
),
567-
const SizedBox(height: AppSpacing.md),
568543
Text(
569544
context.l10n.forceUpdateDescription,
570545
style: Theme.of(context).textTheme.bodySmall?.copyWith(

0 commit comments

Comments
 (0)