From dc3cbbfdd9455e419eaaf776c16544afdf95eadb Mon Sep 17 00:00:00 2001 From: Developer Date: Sat, 27 Jun 2026 04:12:21 +0200 Subject: feat: add Hacker News stories section to movie detail page Links to every HN story referencing this movie, ordered by most recent. Each entry shows date, score (if > 0), and descendants (if > 0). --- resources/views/cinema_show.blade.php | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'resources/views/cinema_show.blade.php') diff --git a/resources/views/cinema_show.blade.php b/resources/views/cinema_show.blade.php index 5a3d262..c8b0935 100644 --- a/resources/views/cinema_show.blade.php +++ b/resources/views/cinema_show.blade.php @@ -128,6 +128,28 @@ @endif + @if ( ! empty($hnStories) ) +
+

Hacker News

+ +
+ @endif + @if ( ! is_null($movie->imdb_id) )
View on IMDb -- cgit v1.2.3