this repo has no description atmosphereconf-vods.wisp.place/
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

show badge

+2 -3
+2 -3
src/routes/schedule.tsx
··· 201 201 }, 202 202 calendarEventStatus: { 203 203 flexShrink: 0, 204 - color: warningColor.text2, 204 + color: warningColor.text1, 205 205 }, 206 206 }); 207 207 ··· 592 592 ); 593 593 const isCompact = durationMinutes <= 10; 594 594 const showSpeakers = durationMinutes >= 35; 595 - const showStatus = durationMinutes >= 45; 596 595 597 596 return ( 598 597 <div ··· 621 620 <Text size="xs" variant="secondary"> 622 621 {formatLocalTime(session.startsAt)} 623 622 </Text> 624 - {!session.recordUri && showStatus ? ( 623 + {!session.recordUri ? ( 625 624 <Text 626 625 size="xs" 627 626 variant="secondary"