summaryrefslogtreecommitdiff
path: root/Sora/Views/Post/Grid/PostGridView.swift
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-02-26 22:33:55 -0800
committerFuwn <[email protected]>2025-02-26 22:33:55 -0800
commit74081bd42c533879741bf2c5c69803a85d64260d (patch)
treeeec06405e96b97de930ffacb574342951e35796f /Sora/Views/Post/Grid/PostGridView.swift
parentfeat: Development commit (diff)
downloadsora-testing-74081bd42c533879741bf2c5c69803a85d64260d.tar.xz
sora-testing-74081bd42c533879741bf2c5c69803a85d64260d.zip
feat: Development commit
Diffstat (limited to 'Sora/Views/Post/Grid/PostGridView.swift')
-rw-r--r--Sora/Views/Post/Grid/PostGridView.swift6
1 files changed, 6 insertions, 0 deletions
diff --git a/Sora/Views/Post/Grid/PostGridView.swift b/Sora/Views/Post/Grid/PostGridView.swift
index 3afbfa2..9853cf4 100644
--- a/Sora/Views/Post/Grid/PostGridView.swift
+++ b/Sora/Views/Post/Grid/PostGridView.swift
@@ -73,6 +73,12 @@ struct PostGridView: View {
}
.disabled(manager.isLoading)
}
+
+ if manager.isLoading {
+ ToolbarItem {
+ ProgressView()
+ }
+ }
#endif
if !manager.tags.isEmpty {