feat: 메인 라이브

- 커뮤니티 신규 UI 사이즈 적용
This commit is contained in:
Yu Sung
2025-07-22 03:34:22 +09:00
parent a4663d0853
commit a744376847
8 changed files with 93 additions and 54 deletions

View File

@@ -39,12 +39,6 @@ final class LiveViewModel: ObservableObject {
@Published var passwordDialogConfirmAction: (String) -> Void = { _ in }
@Published var isShowPasswordDialog = false
@Published var isFollowingList = UserDefaults.bool(forKey: .isFollowedChannel) {
didSet {
UserDefaults.set(isFollowingList, forKey: .isFollowedChannel)
}
}
@Published var liveStartDate: String? = nil
@Published var nowDate: String? = nil