Consolidate images and files

This commit is contained in:
Christoph Hagen
2024-12-09 12:18:55 +01:00
parent 394cf7a2e4
commit 4f08526978
77 changed files with 1970 additions and 1619 deletions

View File

@@ -17,7 +17,7 @@ final class LocalizedTag: ObservableObject {
/// The image id of the thumbnail
@Published
var thumbnail: ImageResource?
var thumbnail: FileResource?
/// The original url in the previous site layout
let originalUrl: String?
@@ -26,7 +26,7 @@ final class LocalizedTag: ObservableObject {
name: String,
subtitle: String? = nil,
description: String? = nil,
thumbnail: ImageResource? = nil,
thumbnail: FileResource? = nil,
originalUrl: String? = nil) {
self.urlComponent = urlComponent
self.name = name