mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-26 03:20:50 +02:00
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:
@@ -328,8 +328,10 @@ Tap the + to start adding people.";
|
||||
"room_message_short_placeholder" = "Send a message…";
|
||||
"room_message_reply_to_short_placeholder" = "Send a reply…";
|
||||
"room_offline_notification" = "Connectivity to the server has been lost.";
|
||||
"room_unsent_messages_notification" = "Messages not sent. %@ or %@ now?";
|
||||
"room_unsent_messages_unknown_devices_notification" = "Message not sent due to unknown sessions being present. %@ or %@ now?";
|
||||
"room_unsent_messages_notification" = "Messages failed to send.";
|
||||
"room_unsent_messages_unknown_devices_notification" = "Message failed to send due to unknown sessions being present.";
|
||||
"room_unsent_messages_cancel_title" = "Delete unsent messages";
|
||||
"room_unsent_messages_cancel_message" = "Are you sure you want to delete all unsent messages in this room?";
|
||||
"room_ongoing_conference_call" = "Ongoing conference call. Join as %@ or %@.";
|
||||
"room_ongoing_conference_call_with_close" = "Ongoing conference call. Join as %@ or %@. %@ it.";
|
||||
"room_ongoing_conference_call_close" = "Close";
|
||||
|
||||
Reference in New Issue
Block a user