feat(frontend): add remove button to pending and submitted file cards

Lets users drop an uploaded file from the UI list before or after
conversion, without cancelling anything server-side.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-31 16:47:18 +02:00
co-authored by Claude Sonnet 5
parent 987af80286
commit a7a91a7a2e
6 changed files with 60 additions and 4 deletions
+3
View File
@@ -1,5 +1,8 @@
{
"brand": "Ombrora Convert",
"common": {
"remove": "Remove"
},
"nav": {
"switchToEnglish": "English",
"switchToFrench": "Français",
+3
View File
@@ -1,5 +1,8 @@
{
"brand": "Ombrora Convert",
"common": {
"remove": "Supprimer"
},
"nav": {
"switchToEnglish": "English",
"switchToFrench": "Français",