From 7ad8d0079a09e234cb1b01db47957b16e36c8c07 Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Tue, 17 Feb 2026 13:51:21 -0800 Subject: Soft deprecate tags feature in Sidebar and fix lint errors --- frontend-vanilla/src/main.ts | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) (limited to 'frontend-vanilla') diff --git a/frontend-vanilla/src/main.ts b/frontend-vanilla/src/main.ts index 302c253..4e1d216 100644 --- a/frontend-vanilla/src/main.ts +++ b/frontend-vanilla/src/main.ts @@ -3,7 +3,7 @@ import { apiFetch } from './api'; import { store } from './store'; import type { FilterType } from './store'; import { router } from './router'; -import type { Feed, Item, Category } from './types'; +import type { Feed, Item } from './types'; import { createFeedItem } from './components/FeedItem'; // Extend Window interface for app object (keeping for compatibility if needed, but removing inline dependencies) @@ -49,10 +49,12 @@ export function renderLayout() {

Feeds

+