element-ios/Riot/Assets/Images.xcassets/Room/Activities/room_activities_retry.imageset/Contents.json
Gil Eluard 9a41f0d4b8 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
2021-03-02 21:56:50 +01:00

23 lines
421 B
JSON

{
"images" : [
{
"filename" : "room_activities_retry.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "room_activities_retry@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "room_activities_retry@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}