Feature: add 'no upcoming events'

This commit is contained in:
Pieter Vander Vennet 2023-11-11 14:36:51 +01:00
parent 70423773be
commit ffc8c59223

View file

@ -66,6 +66,8 @@
{#if $events === undefined}
<Loading class="h-4">Loading giggity events from {giggityUrl}</Loading>
{:else if $events.length === 0}
<i>No upcoming events in this room</i>
{:else}
<div>
<h2>Upcoming events</h2>