Save automatically, improve mocks

This commit is contained in:
Christoph Hagen
2025-02-05 12:24:33 +01:00
parent d41c54d174
commit 5abe6e1a9f
55 changed files with 701 additions and 381 deletions

View File

@@ -80,7 +80,7 @@ extension LocalizedPage {
}
/// The structure to store the metadata of a localized page
struct Data: Codable {
struct Data: Codable, Equatable {
let url: String
let title: String
let linkPreview: LinkPreview.Data