From 036424fdb70e59fd16ee4a88f9db3da19d47d3b5 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 23 Jun 2025 03:22:09 -0700 Subject: feat: Development commit --- Sora/Views/Post/Grid/PostGridView.swift | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Sora') diff --git a/Sora/Views/Post/Grid/PostGridView.swift b/Sora/Views/Post/Grid/PostGridView.swift index ac6aeaa..bfc2b1b 100644 --- a/Sora/Views/Post/Grid/PostGridView.swift +++ b/Sora/Views/Post/Grid/PostGridView.swift @@ -106,7 +106,12 @@ struct PostGridView: View { // swiftlint:disable:this type_body_length } } .animation(.easeInOut, value: manager.historyIndex) - .searchable(text: $manager.searchText, isPresented: $isSearchablePresented, prompt: "Tags") + .searchable( + text: $manager.searchText, + isPresented: $isSearchablePresented, + placement: .navigationBarDrawer(displayMode: .automatic), + prompt: "Tags" + ) .searchSuggestions { if settings.searchSuggestionsMode != .disabled { SearchSuggestionsView( -- cgit v1.2.3