summaryrefslogtreecommitdiff
path: root/Sora/Data/PostGridViewState.swift
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-06-24 05:58:43 -0700
committerFuwn <[email protected]>2025-06-24 05:58:43 -0700
commit7403b6143b834174345ee300faad4f82fcee5461 (patch)
tree3c37c3289be132e606470006faf74e83991c9151 /Sora/Data/PostGridViewState.swift
parentfeat: Development commit (diff)
downloadsora-testing-7403b6143b834174345ee300faad4f82fcee5461.tar.xz
sora-testing-7403b6143b834174345ee300faad4f82fcee5461.zip
feat: Development commit
Diffstat (limited to 'Sora/Data/PostGridViewState.swift')
-rw-r--r--Sora/Data/PostGridViewState.swift1
1 files changed, 1 insertions, 0 deletions
diff --git a/Sora/Data/PostGridViewState.swift b/Sora/Data/PostGridViewState.swift
index 22cfa0d..0e0d15b 100644
--- a/Sora/Data/PostGridViewState.swift
+++ b/Sora/Data/PostGridViewState.swift
@@ -1,4 +1,5 @@
struct PostGridViewState {
var posts: [BooruPost] = []
var currentPage: Int = 1
+ var selectedPost: BooruPost?
}