From 51767eeabfb4f2fbddc2f1c9e6f83f3b9c01e754 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 9 Nov 2020 21:06:34 +0100 Subject: artists animation --- .../player/components.inline/inline.utility.js | 23 +++++++++++----------- 1 file changed, 11 insertions(+), 12 deletions(-) (limited to 'animism-align/frontend/app/views/viewer/player/components.inline/inline.utility.js') diff --git a/animism-align/frontend/app/views/viewer/player/components.inline/inline.utility.js b/animism-align/frontend/app/views/viewer/player/components.inline/inline.utility.js index 17d0990..59d1ff5 100644 --- a/animism-align/frontend/app/views/viewer/player/components.inline/inline.utility.js +++ b/animism-align/frontend/app/views/viewer/player/components.inline/inline.utility.js @@ -47,13 +47,12 @@ const ScheduleComponent = ({ episodes }) => { Animism {' on '} e-flux.com - {' is the ninth iteration of the exhibition and overall '} - {'research project presented at Museum of Contemporary Art Antwerp (M HKA) and Extra City, '} - {'Antwerp, 2010, Kunsthalle Bern, 2010, '} - {'Generali Foundation, Vienna, 2011, Haus der Kulturen der Welt, '} - {'Berlin, 2012, e-flux, New York, 2012, OCT Contemporary Art Terminal (OCAT) Shenzhen, 2013, '} - {'Ilmin Museum of Art, Seoul, 2013, '} - {'and Ashkal Alwan, Beirut, 2014.'} + {' '} + {'is the ninth iteration of the exhibition and overall research project presented at Museum of '} + {'Contemporary Art Antwerp (M HKA) and Extra City, Antwerp, 2010; Kunsthalle Bern, 2010; Generali '} + {'Foundation, Vienna, 2011; Haus der Kulturen der Welt, Berlin, 2012; e-flux, New York, 2012; OCT '} + {'Contemporary Art Terminal (OCAT) Shenzhen, 2013; Ilmin Museum of Art, Seoul, 2013; and Ashkal '} + {'Alwan, Beirut, 2014.'}

{'Presented here in its digital iteration, '} {'the exhibition will be released in four episodes starting October 2020.'} @@ -63,6 +62,7 @@ const ScheduleComponent = ({ episodes }) => { {episodes.order.map(id => { const episode = episodes.lookup[id] const isOpen = episode.id === open + const hasTitle = !!episode.title && episode.title !== "TBD" let className = 'schedule-row' if (episode.is_live) { className += ' active' @@ -82,14 +82,13 @@ const ScheduleComponent = ({ episodes }) => { {episode.release_date}
- {'Episode '}{episode.episode_number}{': '} - {episode.title} + {'Episode '}{episode.episode_number} + {hasTitle && ': '} + {hasTitle && {episode.title}}
{episode.is_live && } - {isOpen && - - } + ) })} -- cgit v1.2.3-70-g09d2