Skip to content

[#484] TodoEditorView의 모드 셀렉터를 Picker로 수정한다#485

Merged
opficdev merged 2 commits into
developfrom
ui/#484-todoeditorview
May 22, 2026
Merged

[#484] TodoEditorView의 모드 셀렉터를 Picker로 수정한다#485
opficdev merged 2 commits into
developfrom
ui/#484-todoeditorview

Conversation

@opficdev
Copy link
Copy Markdown
Owner

🔗 연관된 이슈

🎯 의도

TodoEditorView 편집/미리보기 전환 방식 개선 및 작성 문구 명확화

📝 작업 내용

📌 요약

  • TodoEditorView 전환 컨트롤의 segmented picker 적용
  • 편집 탭 문구의 todo_write 키 분리
  • 한국어 작성, 영어 Write 로컬라이즈 추가

🔍 상세

  • TodoEditorView의 수정/미리보기 선택 UI를 가로 분할형 Picker로 교체
  • 기존 editor/preview 상태 전환 로직과 미리보기 전환 처리 유지
  • todo_edit를 사용하는 다른 수정 문맥은 유지하고 TodoEditorView의 picker 라벨에만 todo_write 적용
  • Localizable.xcstringstodo_write 키 추가

📸 영상 / 이미지 (Optional)

@opficdev opficdev self-assigned this May 22, 2026
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

이번 Pull Request에서는 todo_write 지역화 문자열을 추가하고, TodoEditorView의 탭 전환 UI를 Picker 컴포넌트로 교체하였습니다. 리뷰 과정에서 Picker의 접근성 향상을 위한 레이블 추가와, 스크롤 시 UI 요소가 겹치는 문제를 방지하기 위한 배경색 및 여백 복구 제안이 있었습니다.

Comment thread Application/DevLogPresentation/Sources/Home/TodoEditorView.swift
Comment thread Application/DevLogPresentation/Sources/Home/TodoEditorView.swift
@opficdev opficdev merged commit 0941fc5 into develop May 22, 2026
1 check passed
@opficdev opficdev deleted the ui/#484-todoeditorview branch May 22, 2026 02:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

TodoEditorView의 모드 셀렉터를 Picker로 수정한다

1 participant