From 4eed75624f79ab31ca8265c6ceed7c5508e8844d Mon Sep 17 00:00:00 2001 From: "J. A. Messias" Date: Fri, 13 Dec 2024 16:26:20 -0300 Subject: [PATCH 1/4] =?UTF-8?q?fix:=20tradu=C3=A7=C3=A3o=20do=20menu-entry?= =?UTF-8?q?=20de=20convidar=20visitante?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../molecules/menu/presentation/mappers/menu_entry.dart | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/shared/components/molecules/menu/presentation/mappers/menu_entry.dart b/lib/shared/components/molecules/menu/presentation/mappers/menu_entry.dart index 6d7ac800..c7ba195e 100644 --- a/lib/shared/components/molecules/menu/presentation/mappers/menu_entry.dart +++ b/lib/shared/components/molecules/menu/presentation/mappers/menu_entry.dart @@ -45,8 +45,8 @@ class MenuEntry implements BaseModule { key: 'FRE-HUB-FASTPASS', icon: Icons.attach_email_outlined, name: FFLocalizations.of(navigatorKey.currentContext!).getVariableText( - ptText: 'Fast Pass', - enText: 'Fast Pass', + ptText: 'Convidar Visitantes', + enText: 'Invite Visitors', ), route: '/fastPassPage', types: [MenuEntryType.Home, MenuEntryType.Drawer], @@ -212,8 +212,8 @@ class MenuEntry implements BaseModule { key: 'FRE-HUB-SETTINGS', icon: Icons.settings, name: FFLocalizations.of(navigatorKey.currentContext!).getVariableText( - ptText: 'Configurações', - enText: 'Settings', + ptText: 'Configurar Sistema', + enText: 'System Settings', ), route: '/preferencesSettings', types: [MenuEntryType.Home, MenuEntryType.Drawer], From 240e525cde99f8219eb5352b057f7e57dded84b7 Mon Sep 17 00:00:00 2001 From: "J. A. Messias" Date: Wed, 18 Dec 2024 08:33:16 -0300 Subject: [PATCH 2/4] refinamento da labels --- lib/flutter_flow/flutter_flow_button_tabbar.dart | 2 +- .../molecules/menu/presentation/mappers/menu_entry.dart | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/flutter_flow/flutter_flow_button_tabbar.dart b/lib/flutter_flow/flutter_flow_button_tabbar.dart index 45bee44f..d8860120 100644 --- a/lib/flutter_flow/flutter_flow_button_tabbar.dart +++ b/lib/flutter_flow/flutter_flow_button_tabbar.dart @@ -586,7 +586,7 @@ class _FlutterFlowButtonTabBarState extends State with } Widget _buildStyledTab(Widget child, int index) { - final TabBarTheme tabBarTheme = TabBarTheme.of(context); + final TabBarTheme tabBarTheme = TabBarTheme.of(context) as TabBarTheme; final double animationValue; if (index == _currentIndex) { diff --git a/lib/shared/components/molecules/menu/presentation/mappers/menu_entry.dart b/lib/shared/components/molecules/menu/presentation/mappers/menu_entry.dart index c7ba195e..b4248fc4 100644 --- a/lib/shared/components/molecules/menu/presentation/mappers/menu_entry.dart +++ b/lib/shared/components/molecules/menu/presentation/mappers/menu_entry.dart @@ -212,8 +212,8 @@ class MenuEntry implements BaseModule { key: 'FRE-HUB-SETTINGS', icon: Icons.settings, name: FFLocalizations.of(navigatorKey.currentContext!).getVariableText( - ptText: 'Configurar Sistema', - enText: 'System Settings', + ptText: 'Configurações', + enText: 'Settings', ), route: '/preferencesSettings', types: [MenuEntryType.Home, MenuEntryType.Drawer], From a0c9adb2993b58535cfe8f9877c742651d4a1763 Mon Sep 17 00:00:00 2001 From: "J. A. Messias" Date: Wed, 18 Dec 2024 08:34:14 -0300 Subject: [PATCH 3/4] wip --- .../molecules/menu/presentation/mappers/menu_entry.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/shared/components/molecules/menu/presentation/mappers/menu_entry.dart b/lib/shared/components/molecules/menu/presentation/mappers/menu_entry.dart index b4248fc4..f018301d 100644 --- a/lib/shared/components/molecules/menu/presentation/mappers/menu_entry.dart +++ b/lib/shared/components/molecules/menu/presentation/mappers/menu_entry.dart @@ -45,8 +45,8 @@ class MenuEntry implements BaseModule { key: 'FRE-HUB-FASTPASS', icon: Icons.attach_email_outlined, name: FFLocalizations.of(navigatorKey.currentContext!).getVariableText( - ptText: 'Convidar Visitantes', - enText: 'Invite Visitors', + ptText: 'Convidar Visitante', + enText: 'Invite Visitor', ), route: '/fastPassPage', types: [MenuEntryType.Home, MenuEntryType.Drawer], From fd4b1449e5ce74eac513c9fe2c4d72afe22a813a Mon Sep 17 00:00:00 2001 From: "J. A. Messias" Date: Wed, 18 Dec 2024 08:47:24 -0300 Subject: [PATCH 4/4] WIP --- .../molecules/menu/presentation/mappers/menu_entry.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/shared/components/molecules/menu/presentation/mappers/menu_entry.dart b/lib/shared/components/molecules/menu/presentation/mappers/menu_entry.dart index f018301d..b810a8d3 100644 --- a/lib/shared/components/molecules/menu/presentation/mappers/menu_entry.dart +++ b/lib/shared/components/molecules/menu/presentation/mappers/menu_entry.dart @@ -212,8 +212,8 @@ class MenuEntry implements BaseModule { key: 'FRE-HUB-SETTINGS', icon: Icons.settings, name: FFLocalizations.of(navigatorKey.currentContext!).getVariableText( - ptText: 'Configurações', - enText: 'Settings', + ptText: 'Opções do Sistema', + enText: 'System Settings', ), route: '/preferencesSettings', types: [MenuEntryType.Home, MenuEntryType.Drawer],