From 71504966c15db9b506b99a29d6b9cd52e311502b Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Tue, 17 Feb 2026 13:49:27 -0800 Subject: Soft deprecate tags feature in Settings --- frontend-vanilla/src/main.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'frontend-vanilla/src/main.ts') diff --git a/frontend-vanilla/src/main.ts b/frontend-vanilla/src/main.ts index 418b9be..302c253 100644 --- a/frontend-vanilla/src/main.ts +++ b/frontend-vanilla/src/main.ts @@ -416,8 +416,10 @@ export function renderSettings() {
${feed.url}
+
@@ -494,6 +496,7 @@ export function renderSettings() { }); }); + /* Soft deprecated. document.querySelectorAll('.update-feed-tag-btn').forEach(btn => { btn.addEventListener('click', async (e) => { const id = parseInt((e.target as HTMLElement).getAttribute('data-id')!); @@ -505,6 +508,7 @@ export function renderSettings() { alert('Feed updated'); }); }); + */ } async function addFeed(url: string): Promise { -- cgit v1.2.3