feat(*): add image grids for album and associated media displays
This commit is contained in:
parent
9b4baad5fb
commit
36fbba761a
53 changed files with 1179 additions and 764 deletions
|
@ -17,9 +17,7 @@ WITH syndication_data AS (
|
|||
'date', p.date
|
||||
) AS feed
|
||||
FROM optimized_posts p
|
||||
|
||||
UNION ALL
|
||||
|
||||
SELECT
|
||||
l.date AS content_date,
|
||||
json_build_object(
|
||||
|
@ -39,9 +37,7 @@ WITH syndication_data AS (
|
|||
'date', l.date
|
||||
) AS feed
|
||||
FROM optimized_links l
|
||||
|
||||
UNION ALL
|
||||
|
||||
SELECT
|
||||
b.date_finished AS content_date,
|
||||
CASE
|
||||
|
@ -65,9 +61,7 @@ WITH syndication_data AS (
|
|||
ELSE NULL
|
||||
END AS feed
|
||||
FROM optimized_books b
|
||||
|
||||
UNION ALL
|
||||
|
||||
SELECT
|
||||
m.last_watched AS content_date,
|
||||
CASE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue