Implement post editor image drops.

This commit is contained in:
2026-07-20 16:19:14 +02:00
parent 49447ef451
commit 29cdd016b8
15 changed files with 616 additions and 53 deletions

View File

@@ -445,6 +445,12 @@ editor-galleryPickerFailed = Could not open the image picker: { $error }
editor-galleryImageAdded = Added { $title }
editor-galleryImageFailed = Failed to process { $path }: { $error }
editor-galleryImportComplete = Added { $count } images to post
editor-imageDropImport = Import dropped image: { $name }
editor-imageDropProgress = Importing and linking { $name }
editor-imageDropAdded = Added dropped image { $name }
editor-imageDropFailed = Failed to import { $path }: { $error }
editor-imageDropEnrichment = Enrich dropped image: { $name }
editor-imageDropEnrichmentFailed = Failed to enrich { $path }: { $error }
tags-noTags = No tags yet
tags-cloudSection = Cloud
tags-cloudHelp = Select one or more tags to edit, delete, or merge them.