diff options
| author | Fuwn <[email protected]> | 2025-02-26 22:33:55 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-02-26 22:33:55 -0800 |
| commit | 74081bd42c533879741bf2c5c69803a85d64260d (patch) | |
| tree | eec06405e96b97de930ffacb574342951e35796f /Sora/Views/Post/Grid/PostGridView.swift | |
| parent | feat: Development commit (diff) | |
| download | sora-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.swift | 6 |
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 { |