Creation and update dates visible for images and scenes (#2145)

* Exposed created_at and updated_at dates on the detail panels for images and scenes
* Add fields to gallery page
* Internationalisation

Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
This commit is contained in:
meed69
2021-12-19 21:20:08 -05:00
committed by GitHub
parent bdfb8ad567
commit 4927bb078c
7 changed files with 45 additions and 2 deletions

View File

@@ -2,6 +2,8 @@ fragment GalleryData on Gallery {
id
checksum
path
created_at
updated_at
title
date
url

View File

@@ -6,6 +6,8 @@ fragment ImageData on Image {
organized
o_counter
path
created_at
updated_at
file {
size

View File

@@ -13,6 +13,8 @@ fragment SceneData on Scene {
phash
interactive
interactive_speed
created_at
updated_at
file {
size