Added experimental edit page and revision history.

This commit is contained in:
2024-09-10 02:47:03 +02:00
parent 4b8dfba289
commit 8bf9e22b39
20 changed files with 1177 additions and 14 deletions

View File

@@ -5,6 +5,7 @@ export function curateMedia(media, context = {}) {
return {
id: media.id,
hash: media.hash,
path: media.path,
thumbnail: media.thumbnail,
lazy: media.lazy,