Add tagging to image carousel (#113)

This commit is contained in:
cohlexyz
2026-05-10 17:51:56 +02:00
committed by GitHub
parent f231845320
commit 287e453b9e
5 changed files with 775 additions and 19 deletions

View File

@@ -6,4 +6,5 @@ public class ImageDbModel
public required string Key { get; set; }
public required string Url { get; set; }
public required DateTimeOffset LastSeen { get; set; }
public string? Tags { get; set; }
}