mirror of
https://github.com/yattee/yattee.git
synced 2026-02-20 01:39:46 +00:00
Refactor views
This commit is contained in:
@@ -9,12 +9,13 @@ import SwiftUI
|
||||
import NukeUI
|
||||
|
||||
struct CommentView: View {
|
||||
@Environment(\.appEnvironment) private var appEnvironment
|
||||
|
||||
let comment: Comment
|
||||
let videoID: String?
|
||||
let source: ContentSource?
|
||||
let isReply: Bool
|
||||
|
||||
@Environment(\.appEnvironment) private var appEnvironment
|
||||
@State private var replies: [Comment] = []
|
||||
@State private var isLoadingReplies = false
|
||||
@State private var showReplies = false
|
||||
|
||||
Reference in New Issue
Block a user