Skip to content

Commit

Permalink
TW-1456: participant list item style created
Browse files Browse the repository at this point in the history
  • Loading branch information
Te-Z committed Mar 28, 2024
1 parent 8cc957c commit 6a41e0c
Show file tree
Hide file tree
Showing 15 changed files with 269 additions and 227 deletions.
1 change: 1 addition & 0 deletions 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
1 change: 1 addition & 0 deletions 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
4 changes: 2 additions & 2 deletions lib/config/go_routes/go_router.dart
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import 'package:fluffychat/pages/error_page/error_page.dart';
import 'package:fluffychat/pages/homeserver_picker/homeserver_picker.dart';
import 'package:fluffychat/pages/login/on_auth_redirect.dart';
import 'package:fluffychat/pages/new_group/new_group_chat_info.dart';
import 'package:fluffychat/pages/profile_info/profile_info.dart';
import 'package:fluffychat/pages/profile_info/profile_info_page.dart';
import 'package:fluffychat/pages/settings_dashboard/settings_app_language/settings_app_language.dart';
import 'package:fluffychat/pages/settings_dashboard/settings_profile/settings_profile.dart';
import 'package:fluffychat/pages/share/share.dart';
Expand Down Expand Up @@ -221,7 +221,7 @@ abstract class AppRoutes {

return defaultPageBuilder(
context,
ProfileInfo(
ProfileInfoPage(
roomId: roomId,
userId: userId,
),
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
212 changes: 0 additions & 212 deletions lib/pages/chat_details/participant_list_item.dart

This file was deleted.

Loading

0 comments on commit 6a41e0c

Please sign in to comment.