Retrying & deleting failed messages

- Display an exclamation mark (on a red background). In case of a multi-line message
- When a message with an error is selected, show a bottom bar with the 4 following actions: Retry - Delete - Edit - Copy
- If users press on Delete, a confirmation dialog is displayed
- When error messages occur, a general error message appears above the composer. Selecting Delete will delete all error messages. Pressing on Retry will attempt to resend error messages
- If users press on Delete, a confirmation dialog is displayed
- In room lists, decorate rooms with errored messages with the error icon. Rooms with errors should be sorted first
This commit is contained in:
Gil Eluard
2021-03-02 21:56:50 +01:00
parent fe184cb4ae
commit d58f499871
47 changed files with 625 additions and 201 deletions
+2 -2
View File
@@ -266,8 +266,8 @@
"room_two_users_are_typing" = "%@ 和 %@ 正在輸入…";
"room_many_users_are_typing" = "%@、%@ 和 %@ 正在輸入…";
"room_message_short_placeholder" = "傳送訊息…";
"room_unsent_messages_notification" = "訊息未被傳送。現在 %@ 或 %@ 嗎?";
"room_unsent_messages_unknown_devices_notification" = "由於存在未知的工作階段導致訊息未被傳送。現在 %@ 或 %@ 嗎?";
"room_unsent_messages_notification" = "訊息未被傳送。";
"room_unsent_messages_unknown_devices_notification" = "由於存在未知的工作階段導致訊息未被傳送。";
"room_conference_call_no_power" = "您需要管理此聊天室群組通話的權限";
"room_prompt_resend" = "全部重新傳送";
"room_prompt_cancel" = "全部取消";