From 868cf535d116f4b100776f5e4cc1428444ba28b9 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Fri, 28 Feb 2025 03:46:48 -0800 Subject: feat: Development commit --- Sora/Views/Post/Grid/PostGridSearchHistoryView.swift | 4 ++-- Sora/Views/Post/Grid/PostGridView.swift | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Sora/Views/Post/Grid/PostGridSearchHistoryView.swift b/Sora/Views/Post/Grid/PostGridSearchHistoryView.swift index 2816d35..e17ca3b 100644 --- a/Sora/Views/Post/Grid/PostGridSearchHistoryView.swift +++ b/Sora/Views/Post/Grid/PostGridSearchHistoryView.swift @@ -77,6 +77,6 @@ struct PostGridSearchHistoryView: View { selectedTab: .constant(0), isPresented: .constant(true) ) - .environmentObject(SettingsManager()) - .environmentObject(BooruManager(.safebooru)) + .environmentObject(SettingsManager()) + .environmentObject(BooruManager(.safebooru)) } diff --git a/Sora/Views/Post/Grid/PostGridView.swift b/Sora/Views/Post/Grid/PostGridView.swift index b54863f..a3b5f31 100644 --- a/Sora/Views/Post/Grid/PostGridView.swift +++ b/Sora/Views/Post/Grid/PostGridView.swift @@ -117,7 +117,7 @@ struct PostGridView: View { selectedTab: $selectedTab, isPresented: $isSearchHistoryPresented ) - .frame(minHeight: 250) + .frame(minHeight: 250) } } } -- cgit v1.2.3