add small message to event analytics page

This commit is contained in:
2023-06-30 18:59:53 +02:00
parent 0f8633ede4
commit 39eefd6b0c

View File

@@ -10,5 +10,7 @@
<template>
<div>
<h2>Event analytics</h2>
<p>Get insights into tickets sold, people checked in, available tickets, revenue, etc, in real time!</p>
<!-- TODO: Add toggle for real-time update (will fetch every 30s, possibly even using a WS) -->
</div>
</template>