From f8f0631421cbda93dbf4b7bb0a451aec498ec632 Mon Sep 17 00:00:00 2001 From: Patrick Mulligan Date: Thu, 1 Jan 2026 21:12:24 +0100 Subject: [PATCH] chore(nostr-feed): Remove link aggregator test page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove test page with mock data and test relay connection UI. The link aggregator is now ready for production use. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- src/app.ts | 6 - src/pages/LinkAggregatorTest.vue | 718 ------------------------------- 2 files changed, 724 deletions(-) delete mode 100644 src/pages/LinkAggregatorTest.vue diff --git a/src/app.ts b/src/app.ts index ccfed43..459283e 100644 --- a/src/app.ts +++ b/src/app.ts @@ -63,12 +63,6 @@ export async function createAppInstance() { component: () => import('./pages/Login.vue'), meta: { requiresAuth: false } }, - { - path: '/link-aggregator-test', - name: 'link-aggregator-test', - component: () => import('./pages/LinkAggregatorTest.vue'), - meta: { requiresAuth: false } - }, // Pre-register module routes ...moduleRoutes ] diff --git a/src/pages/LinkAggregatorTest.vue b/src/pages/LinkAggregatorTest.vue deleted file mode 100644 index dc06938..0000000 --- a/src/pages/LinkAggregatorTest.vue +++ /dev/null @@ -1,718 +0,0 @@ -