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:
Ted Johansson
2024-01-03 10:29:23 +08:00
committed by GitHub
parent b4a89ea610
commit a0fbce996a
5 changed files with 95 additions and 2 deletions

View File

@@ -163,6 +163,7 @@ en:
word_connector:
comma: ", "
last_item: "and"
action_codes:
public_topic: "Made this topic public %{when}"