From: Daniel Karbach Date: Wed, 22 Feb 2023 15:49:12 +0000 (+0100) Subject: sticky schedule group headings X-Git-Url: https://git.localhorst.tv/?a=commitdiff_plain;h=16bf08bb5cd6118704346f642a491d37c998ef54;p=alttp.git sticky schedule group headings --- diff --git a/resources/js/components/episodes/List.js b/resources/js/components/episodes/List.js index a28fa48..6f46e75 100644 --- a/resources/js/components/episodes/List.js +++ b/resources/js/components/episodes/List.js @@ -18,7 +18,9 @@ const List = ({ episodes, onAddRestream, onEditRestream }) => { return
{Object.entries(grouped).map(([day, group]) =>
-

{moment(day).format('dddd, L')}

+

+ {moment(day).format('dddd, L')} +

{group.map(episode =>