Smarter initial analytics page when there is no visitor data yet.

This commit is contained in:
2026-08-24 21:13:20 +00:00
parent 2d595f8c15
commit f9ce0a4f3b
3 changed files with 35 additions and 8 deletions
-1
View File
@@ -233,7 +233,6 @@ const abuseRows = computed(() => formatAbuseRows(rangeData.value?.abuse || [], c
</tbody>
</table>
</div>
<p v-else class="empty">no crawler hits recorded yet</p>
<div v-if="abuseRows.length" class="visit-table-wrap">
<table class="visit-table">