From d0b624bff068f5f8e159398e567a97f11aa67c23 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 16 Jun 2025 03:35:01 -0700 Subject: feat: Development commit --- Localizable.xcstrings | 6 +++--- Sora/Views/Post/Details/PostDetailsTagsView.swift | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Localizable.xcstrings b/Localizable.xcstrings index 015859a..590727c 100644 --- a/Localizable.xcstrings +++ b/Localizable.xcstrings @@ -129,9 +129,6 @@ }, "Domain" : { - }, - "Eager Thumbnail Loading" : { - }, "Enable \"Share Image\" Shortcut" : { @@ -168,6 +165,9 @@ }, "Keep bookmarks, search history, and providers consistent across all your devices." : { + }, + "Lazy Thumbnail Loading" : { + }, "Loading %@…" : { diff --git a/Sora/Views/Post/Details/PostDetailsTagsView.swift b/Sora/Views/Post/Details/PostDetailsTagsView.swift index 8ff4a9f..087f003 100644 --- a/Sora/Views/Post/Details/PostDetailsTagsView.swift +++ b/Sora/Views/Post/Details/PostDetailsTagsView.swift @@ -53,11 +53,11 @@ struct PostDetailsTagsView: View { private func search() { manager.selectedPost = nil + isPresented.toggle() + Task(priority: .userInitiated) { await manager.performSearch(settings: settings) } - - isPresented.toggle() } } -- cgit v1.2.3