From 601cf8e93c2a573e1ac357e2410e2495a44582f5 Mon Sep 17 00:00:00 2001 From: DaxServer Date: Sun, 21 Jun 2026 13:57:16 +0200 Subject: [PATCH] feat: add 'Unuploaded' button to select images not yet on Commons Co-Authored-By: Claude Sonnet 4.6 --- frontend/src/App.vue | 2 +- .../collection/CollectionsControls.vue | 8 ++++++ .../__tests__/useAuthSocket.test.ts | 2 +- .../__tests__/collections.store.test.ts | 28 +++++++++++++++++++ frontend/src/stores/collections.store.ts | 7 +++++ 5 files changed, 45 insertions(+), 2 deletions(-) diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 5cbe7e8..e6cb5d7 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -1,6 +1,6 @@