ku-ring / ios-app

쿠링 iOS 앱 v2 레포입니다. SwiftUI + TCA
MIT License
41 stars 0 forks source link

[2.3.0] 공지 제목 번역 기능 (실험실) #232

Closed lgvv closed 2 months ago

lgvv commented 3 months ago

내용

기대 효과

개발 타겟

개발 환경에 따른 한계

개발 과정에서 해결하기 어렵던 버그

동작영상

https://github.com/user-attachments/assets/c0dd4237-17ca-4e47-bdfa-15a2c6648e6f

SwipeAction을 통한 동작

https://github.com/user-attachments/assets/e5cc4926-c281-4f24-8068-d625841109bf

샘플코드

import SwiftUI
import Translation

struct ViewTranslationView: View {
    @State private var showTranslation = false

    var body: some View {
        List(0..<5) {
            Text("\($0)")
                .swipeActions(edge: .trailing, allowsFullSwipe: true) {
                    Button {
                        print("클릭")
                        showTranslation.toggle()
                    } label: {
                        Image(systemName: "plus")
                    }
                }
        }
        .listStyle(.plain)
        .translationPresentation(
            isPresented: $showTranslation,
            text: "테스트"
        )
    }
}
lgvv commented 3 months ago

/쿠링 패키지 빌드

github-actions[bot] commented 3 months ago

🔨 iOS 17.0.1 iPhone 15 Pro 에서 스위프트 패키지를 빌드합니다.

github-actions[bot] commented 3 months ago

📬 패키지 빌드에 실패했습니다. Actions에서 실패 결과를 확인해주세요.

sunshiningsoo commented 3 months ago

@lgvv 버전이 안맞아서 빌드가 안되나보네요..?

lgvv commented 3 months ago

/쿠링 머지

lgvv commented 3 months ago

@lgvv 버전이 안맞아서 빌드가 안되나보네요..?

엇 잠시만요 !! 바로 확인해볼게요!

github-actions[bot] commented 3 months ago

🗿 머지 시도 실패. 승인 개수, 테스트 성공 여부 등 자동 머지 조건을 만족하는지 확인하세요.

lgvv commented 3 months ago

/쿠링 머지

github-actions[bot] commented 3 months ago

🗿 머지 시도 실패. 승인 개수, 테스트 성공 여부 등 자동 머지 조건을 만족하는지 확인하세요.

lgvv commented 3 months ago

/쿠링 머지

github-actions[bot] commented 3 months ago

🗿 머지 시도 실패. 승인 개수, 테스트 성공 여부 등 자동 머지 조건을 만족하는지 확인하세요.

lgvv commented 2 months ago

/쿠링 패키지 빌드

github-actions[bot] commented 2 months ago

🔨 iOS 17.0.1 iPhone 15 Pro 에서 스위프트 패키지를 빌드합니다.

github-actions[bot] commented 2 months ago

📬 패키지 빌드에 실패했습니다. Actions에서 실패 결과를 확인해주세요.

lgvv commented 2 months ago

📬 패키지 빌드에 실패했습니다. Actions에서 실패 결과를 확인해주세요.

2024-09-09T18:11:13.5014280Z 
2024-09-09T18:11:13.5014530Z ** BUILD FAILED **
2024-09-09T18:11:13.5014860Z 
2024-09-09T18:11:13.5014870Z 
2024-09-09T18:11:13.5015070Z The following build commands failed:
2024-09-09T18:11:13.5016730Z    SwiftEmitModule normal x86_64 Emitting\ module\ for\ NoticeUI (in target 'NoticeUI' from project 'package-kuring')
2024-09-09T18:11:13.5018070Z (1 failure)
2024-09-09T18:11:13.5809210Z ##[error]Process completed with exit code 65.

@sunshiningsoo 깃헙 Actions에서 로그 파일이 커서 다운로드 받으면 확인할 수 있는데, 혹시 요거 한번만 같이 봐주실 수 있으실까요? HELP ME PLEASE 🙏

lgvv commented 2 months ago

/쿠링 패키지 빌드

github-actions[bot] commented 2 months ago

🔨 iOS 17.0.1 iPhone 15 Pro 에서 스위프트 패키지를 빌드합니다.

github-actions[bot] commented 2 months ago

📬 패키지 빌드에 실패했습니다. Actions에서 실패 결과를 확인해주세요.

sunshiningsoo commented 2 months ago

/쿠링 패키지 빌드

github-actions[bot] commented 2 months ago

🔨 iOS 17.0.1 iPhone 15 Pro 에서 스위프트 패키지를 빌드합니다.

github-actions[bot] commented 2 months ago

📬 패키지 빌드에 실패했습니다. Actions에서 실패 결과를 확인해주세요.

lgvv commented 2 months ago

/쿠링 패키지 빌드

lgvv commented 2 months ago

/쿠링 머지

github-actions[bot] commented 2 months ago

🗿 머지 시도 실패. 승인 개수, 테스트 성공 여부 등 자동 머지 조건을 만족하는지 확인하세요.

lgvv commented 2 months ago

/쿠링 패키지 빌드

github-actions[bot] commented 2 months ago

🔨 iOS 17.0.1 iPhone 15 Pro 에서 스위프트 패키지를 빌드합니다.

github-actions[bot] commented 2 months ago

📬 패키지 빌드에 실패했습니다. Actions에서 실패 결과를 확인해주세요.

sunshiningsoo commented 2 months ago

/쿠링 패키지 빌드

github-actions[bot] commented 2 months ago

🔨 iOS 17.0.1 iPhone 15 Pro 에서 스위프트 패키지를 빌드합니다.

github-actions[bot] commented 2 months ago

✅ 패키지를 성공적으로 빌드했습니다.

lgvv commented 2 months ago

/쿠링 머지

github-actions[bot] commented 2 months ago

🗿 머지 시도 실패. 승인 개수, 테스트 성공 여부 등 자동 머지 조건을 만족하는지 확인하세요.

lgvv commented 2 months ago

/쿠링 머지

github-actions[bot] commented 2 months ago

🕊️ PR #232이 머지되었습니다.