Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TW-1456: Button new chat doesn t work #1596

Merged
merged 6 commits into from
Mar 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion assets/l10n/intl_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -1764,6 +1764,7 @@
"type": "text",
"placeholders": {}
},
"sendMessage": "Send message",
"sendOriginal": "Send original",
"@sendOriginal": {
"type": "text",
Expand Down Expand Up @@ -3010,5 +3011,8 @@
"unselect": "Unselect",
"searchContacts": "Search contacts",
"tapToAllowAccessToYourMicrophone": "You can enable microphone access in the Settings app to make voice in",
"showInChat": "Show in chat"
"showInChat": "Show in chat",
"phone": "Phone",
"viewProfile": "View profile",
"profileInfo": "Profile info"
}
6 changes: 5 additions & 1 deletion assets/l10n/intl_fr.arb
Original file line number Diff line number Diff line change
Expand Up @@ -1594,6 +1594,7 @@
"type": "text",
"placeholders": {}
},
"sendMessage": "Envoyer un message",
"sendAsText": "Envoyer un texte",
"@sendAsText": {
"type": "text"
Expand Down Expand Up @@ -3077,5 +3078,8 @@
"unselect": "Désélectionner",
"@unselect": {},
"searchContacts": "Rechercher des contacts",
"@searchContacts": {}
"@searchContacts": {},
"phone": "Téléphone",
"viewProfile": "Voir le profil",
"profileInfo": "Informations du profil"
}
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class _RightColumnNavigator extends StatelessWidget {
isInStack: isInStack,
);
case RightColumnType.profileInfo:
return ProfileInfoNavigator(
return ChatProfileInfoNavigator(
onBack: controller.hideRightColumn,
roomId: roomId,
isInStack: isInStack,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import 'package:fluffychat/pages/chat_details/participant_list_item.dart';
import 'package:fluffychat/pages/chat_details/participant_list_item/participant_list_item.dart';
import 'package:flutter/material.dart';
import 'package:linagora_design_flutter/linagora_design_flutter.dart';
import 'package:flutter_gen/gen_l10n/l10n.dart';
Expand Down
103 changes: 0 additions & 103 deletions lib/pages/chat_details/participant_list_item.dart

This file was deleted.

Loading
Loading