Revert "Fix RSS time filters and add draggable grid layout"

This reverts commit 4ee365cfc0.
This commit is contained in:
Shivam Patel
2026-02-09 17:56:49 -05:00
parent 4ee365cfc0
commit cebcb4c8cd
13 changed files with 47 additions and 324 deletions

View File

@@ -30,7 +30,7 @@ export async function GET(req: NextRequest) {
}
if (since) {
const sinceMap: Record<string, string> = {
'12h': '-12 hours',
'1h': '-1 hours',
'24h': '-24 hours',
'7d': '-7 days',
'30d': '-30 days',