From 7b9e3730b3a80d142143e178fe0ab15181beebf4 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Tue, 9 Sep 2025 02:51:54 -0700 Subject: feat: Development commit --- Sora/Views/Post/Grid/PostGridView.swift | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Sora/Views/Post/Grid/PostGridView.swift b/Sora/Views/Post/Grid/PostGridView.swift index 0722c02..57d155c 100644 --- a/Sora/Views/Post/Grid/PostGridView.swift +++ b/Sora/Views/Post/Grid/PostGridView.swift @@ -471,6 +471,12 @@ struct PostGridView: View { // swiftlint:disable:this type_body_length !component.isEmpty } + let query = BooruSearchQuery( + provider: manager.provider, + tags: inputTags + ) + + settings.appendToSearchHistory(query) await fetchLocalPosts(page: 1, tags: inputTags, replace: true) } -- cgit v1.2.3