mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: Buffer file names of failed uploads when bulk uploading (#25068)
Currently, when bulk uploading and multiple uploads fail, we show a number of dialogs in quick succession. This is of course a terrible user experience. With this change, we buffer the error messages until there are no more pending uploads. Then we combine the buffered errors and display a single dialog with a list of failed files.
This commit is contained in:
@@ -163,6 +163,7 @@ en:
|
||||
|
||||
word_connector:
|
||||
comma: ", "
|
||||
last_item: "and"
|
||||
|
||||
action_codes:
|
||||
public_topic: "Made this topic public %{when}"
|
||||
|
||||
Reference in New Issue
Block a user