fix(admin): truncate spam titles + speed up table view

This commit is contained in:
Young Lee
2026-02-06 00:11:32 -08:00
parent 223560e874
commit 022c188873
8 changed files with 289 additions and 123 deletions
+1
View File
@@ -48,6 +48,7 @@ export interface FeedList {
export interface FeedListItem {
id: string;
title: string;
description?: string;
}
// Declare KVNamespace for TypeScript