feat: better clips

This commit is contained in:
2023-12-13 14:40:52 +00:00
parent 3d21e1ca19
commit 565de1a19e
41 changed files with 425 additions and 166 deletions

View File

@ -28,12 +28,6 @@ import { AlertsPage } from "@/pages/alerts";
import { StreamSummaryPage } from "@/pages/summary";
const DashboardPage = lazy(() => import("./pages/dashboard"));
export enum StreamState {
Live = "live",
Ended = "ended",
Planned = "planned",
}
const db = new SnortSystemDb();
const System = new NostrSystem({
db,