라이브 섹션 타이틀 문자열 정리
라이브 관련 섹션 헤더를 한 줄 문구로 통합해 표기 일관성을 높임
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
import SwiftUI
|
import SwiftUI
|
||||||
|
|
||||||
struct CharacterSectionView: View {
|
struct CharacterSectionView: View {
|
||||||
let title: String
|
let title: LocalizedStringResource
|
||||||
let items: [Character]
|
let items: [Character]
|
||||||
let isShowRank: Bool
|
let isShowRank: Bool
|
||||||
var trailingTitle: String? = nil
|
var trailingTitle: String? = nil
|
||||||
|
|||||||
@@ -19,11 +19,7 @@ struct LiveReplayListView: View {
|
|||||||
var body: some View {
|
var body: some View {
|
||||||
VStack(spacing: 14) {
|
VStack(spacing: 14) {
|
||||||
HStack(spacing: 0) {
|
HStack(spacing: 0) {
|
||||||
Text("라이브")
|
Text("라이브 다시 듣기")
|
||||||
.font(.custom(Font.preBold.rawValue, size: 24))
|
|
||||||
.foregroundColor(.button)
|
|
||||||
|
|
||||||
Text(" 다시 듣기")
|
|
||||||
.font(.custom(Font.preBold.rawValue, size: 24))
|
.font(.custom(Font.preBold.rawValue, size: 24))
|
||||||
.foregroundColor(.white)
|
.foregroundColor(.white)
|
||||||
|
|
||||||
|
|||||||
@@ -20,11 +20,7 @@ struct SectionLiveNowView: View {
|
|||||||
var body: some View {
|
var body: some View {
|
||||||
LazyVStack(spacing: 13.3) {
|
LazyVStack(spacing: 13.3) {
|
||||||
HStack(spacing: 0) {
|
HStack(spacing: 0) {
|
||||||
Text("지금 ")
|
Text("지금 라이브중")
|
||||||
.font(.custom(Font.preBold.rawValue, size: 24))
|
|
||||||
.foregroundColor(.button)
|
|
||||||
|
|
||||||
Text("라이브중")
|
|
||||||
.font(.custom(Font.preBold.rawValue, size: 24))
|
.font(.custom(Font.preBold.rawValue, size: 24))
|
||||||
.foregroundColor(.white)
|
.foregroundColor(.white)
|
||||||
|
|
||||||
|
|||||||
@@ -17,11 +17,7 @@ struct SectionRecommendChannelView: View {
|
|||||||
var body: some View {
|
var body: some View {
|
||||||
VStack(spacing: 16) {
|
VStack(spacing: 16) {
|
||||||
HStack(spacing: 0) {
|
HStack(spacing: 0) {
|
||||||
Text("팔로잉 ")
|
Text("팔로잉 채널")
|
||||||
.font(.custom(Font.preBold.rawValue, size: 24))
|
|
||||||
.foregroundColor(.button)
|
|
||||||
|
|
||||||
Text("채널")
|
|
||||||
.font(.custom(Font.preBold.rawValue, size: 24))
|
.font(.custom(Font.preBold.rawValue, size: 24))
|
||||||
.foregroundColor(.white)
|
.foregroundColor(.white)
|
||||||
|
|
||||||
|
|||||||
@@ -20,11 +20,7 @@ struct SectionLiveReservationView: View {
|
|||||||
var body: some View {
|
var body: some View {
|
||||||
VStack(spacing: 13.3) {
|
VStack(spacing: 13.3) {
|
||||||
HStack(spacing: 0) {
|
HStack(spacing: 0) {
|
||||||
Text("라이브 ")
|
Text("라이브 예약중")
|
||||||
.font(.custom(Font.preBold.rawValue, size: 24))
|
|
||||||
.foregroundColor(.button)
|
|
||||||
|
|
||||||
Text("예약중")
|
|
||||||
.font(.custom(Font.preBold.rawValue, size: 24))
|
.font(.custom(Font.preBold.rawValue, size: 24))
|
||||||
.foregroundColor(.white)
|
.foregroundColor(.white)
|
||||||
|
|
||||||
|
|||||||
@@ -16,11 +16,7 @@ struct SectionLatestFinishedLiveView: View {
|
|||||||
var body: some View {
|
var body: some View {
|
||||||
VStack(alignment: .leading, spacing: 16) {
|
VStack(alignment: .leading, spacing: 16) {
|
||||||
HStack(spacing: 0) {
|
HStack(spacing: 0) {
|
||||||
Text("최근")
|
Text("최근 종료한 라이브")
|
||||||
.font(.custom(Font.preBold.rawValue, size: 24))
|
|
||||||
.foregroundColor(.button)
|
|
||||||
|
|
||||||
Text(" 종료한 라이브")
|
|
||||||
.font(.custom(Font.preBold.rawValue, size: 24))
|
.font(.custom(Font.preBold.rawValue, size: 24))
|
||||||
.foregroundColor(.white)
|
.foregroundColor(.white)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user