From 659f1f64a453a45e7857e81af2fc1e0e879a2ff9 Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Sat, 18 Apr 2026 15:12:24 -0400 Subject: [PATCH] feat(ui): use autocomplete for Downloads Source filter Swaps v-select for v-autocomplete on the Source filter so users can type-to-filter instead of scrolling a long list. Same data source, same selection semantics. Co-Authored-By: Claude Opus 4.7 --- frontend/src/views/Downloads.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/views/Downloads.vue b/frontend/src/views/Downloads.vue index ba0e7d2..e4af15d 100644 --- a/frontend/src/views/Downloads.vue +++ b/frontend/src/views/Downloads.vue @@ -91,7 +91,7 @@ class="mb-2" hide-details /> -