From a4997a5fbc65913b55f2215eb3b868693bd76c51 Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Sat, 14 Feb 2026 10:03:35 -0800 Subject: test: increase frontend coverage for Settings and improve FeedItem css --- frontend/src/components/Settings.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'frontend/src/components/Settings.tsx') diff --git a/frontend/src/components/Settings.tsx b/frontend/src/components/Settings.tsx index 6b6dab1..16cf6a3 100644 --- a/frontend/src/components/Settings.tsx +++ b/frontend/src/components/Settings.tsx @@ -131,6 +131,7 @@ export default function Settings() { setImportFile(e.target.files?.[0] || null)} className="file-input" disabled={loading} -- cgit v1.2.3