aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/src/components/Settings.tsx
diff options
context:
space:
mode:
authorAdam Mathes <adam@adammathes.com>2026-02-14 10:03:35 -0800
committerAdam Mathes <adam@adammathes.com>2026-02-14 10:03:35 -0800
commita4997a5fbc65913b55f2215eb3b868693bd76c51 (patch)
treefe303ee7c5e5aba89f1c13766b14556f6e3d2f79 /frontend/src/components/Settings.tsx
parent4d058d9ddb34f0e8d384b20d4b9e30f74d349129 (diff)
downloadneko-a4997a5fbc65913b55f2215eb3b868693bd76c51.tar.gz
neko-a4997a5fbc65913b55f2215eb3b868693bd76c51.tar.bz2
neko-a4997a5fbc65913b55f2215eb3b868693bd76c51.zip
test: increase frontend coverage for Settings and improve FeedItem css
Diffstat (limited to 'frontend/src/components/Settings.tsx')
-rw-r--r--frontend/src/components/Settings.tsx1
1 files changed, 1 insertions, 0 deletions
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() {
<input
type="file"
accept=".opml,.xml,.txt"
+ aria-label="Import Feeds"
onChange={(e) => setImportFile(e.target.files?.[0] || null)}
className="file-input"
disabled={loading}