From 3e24f6ab0b373d8718e26a19ac296044cc0d19c6 Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Tue, 7 Oct 2025 14:30:37 -0400 Subject: [WARP] Improved fetch dialog UX - Respects views fetch batch size and allowed tags - Saves and loads from the view settings instead of qt settings --- plugins/warp/ui/shared/fetchdialog.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'plugins/warp/ui/shared/fetchdialog.h') diff --git a/plugins/warp/ui/shared/fetchdialog.h b/plugins/warp/ui/shared/fetchdialog.h index 37bfa0bb..a99eef19 100644 --- a/plugins/warp/ui/shared/fetchdialog.h +++ b/plugins/warp/ui/shared/fetchdialog.h @@ -45,13 +45,15 @@ private slots: void onAccept(); + void onReject(); + private: void populateContainers(); std::vector collectTags() const; void runBatchedFetch(const std::optional &containerIndex, - const std::vector &tags, + const std::vector &allowedTags, size_t batchSize, bool rerunMatcher); }; -- cgit v1.3.1