From a6629f8e952e802b5ce0487bf1bf05c96d613772 Mon Sep 17 00:00:00 2001 From: pleb Date: Mon, 13 Apr 2026 14:10:43 -0700 Subject: [PATCH] Add debug view for Song requests using history --- index.html | 1 + index.js | 13 +- samples/Database.json | 283 ++++++++++++++++++++++++++++++++++++++++++ src/client/index.ts | 9 +- src/client/types.ts | 4 + 5 files changed, 305 insertions(+), 5 deletions(-) create mode 100644 samples/Database.json diff --git a/index.html b/index.html index 8777e56..ddee349 100644 --- a/index.html +++ b/index.html @@ -84,6 +84,7 @@ +