From b572a91f84161c48f326c07ffda77c562eb797c5 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sun, 15 Jun 2025 03:47:44 -0700 Subject: feat: Development commit --- Localizable.xcstrings | 3 +++ Sora/Views/Post/Details/PostDetailsView.swift | 8 -------- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/Localizable.xcstrings b/Localizable.xcstrings index 08a71a1..fb779e3 100644 --- a/Localizable.xcstrings +++ b/Localizable.xcstrings @@ -282,6 +282,9 @@ }, "Remove All Searches" : { + }, + "Remove Bookmark" : { + }, "Remove Custom Provider" : { diff --git a/Sora/Views/Post/Details/PostDetailsView.swift b/Sora/Views/Post/Details/PostDetailsView.swift index 108f12c..f240de7 100644 --- a/Sora/Views/Post/Details/PostDetailsView.swift +++ b/Sora/Views/Post/Details/PostDetailsView.swift @@ -91,14 +91,6 @@ struct PostDetailsView: View { .toolbarBackground(.ultraThinMaterial, for: .navigationBar) #endif .toolbar { - #if !os(macOS) - if manager.isLoading || loadingStage != .loaded { - ToolbarItem { - ProgressView() - } - } - #endif - ToolbarItem { Button(action: { isTagsSheetPresented.toggle() -- cgit v1.2.3