feat(events): add SFM Event DB Manager for browsing, flagging, and deleting events

This commit is contained in:
2026-05-17 07:57:27 +00:00
parent 8cffd7dd5e
commit ef6484c350
4 changed files with 486 additions and 0 deletions
+14
View File
@@ -589,6 +589,20 @@
</a>
</div>
<!-- SFM Event DB Manager -->
<div class="flex items-center justify-between p-4 bg-gray-50 dark:bg-slate-700 rounded-lg">
<div>
<div class="font-medium text-gray-900 dark:text-white">SFM Event DB Manager</div>
<div class="text-sm text-gray-500 dark:text-gray-400 mt-0.5">
Browse, flag, and <strong>delete</strong> events from SFM's events table across all units. Destructive — also cleans up on-disk waveform files. Use for cleaning bogus events from a misbehaving unit.
</div>
</div>
<a href="/admin/events"
class="ml-6 px-4 py-2 bg-seismo-orange hover:bg-orange-600 text-white text-sm font-medium rounded-lg transition-colors whitespace-nowrap">
Open
</a>
</div>
{# Metadata Backfill + Project Tidy moved to Tools (they're
operator workflows, not admin/dev surfaces). Find them
at /tools. #}