Skip to content

세 작성 화면의 본문 카드를 제거하고 편집 영역 디자인을 통일한다 - #914

Merged
opficdev merged 14 commits into
developfrom
ui/#913
Sep 22, 2026
Merged

opficdev merged 14 commits into
developfrom
ui/#913

Conversation

@opficdev

@opficdev opficdev commented Sep 22, 2026 •

Copy link
Copy Markdown
Owner

🔗 연관된 이슈

🎯 의도

UIKitTextEditor를 사용하는 GoalCreateView, RecordEditorView, TodoEditorView의 작성 화면 통일

중첩 카드와 중복 여백을 제거해 본문 너비를 확보하고, 입력 영역과 미리보기 영역을 하나의 카드 형태로 구분하는 구성

📝 작업 내용

📌 요약

  • 세 작성 화면의 제목, 입력 영역, 미리보기 카드 구성 통일
  • 카드 모서리 반경 16으로 통일
  • 미리보기 내부 스크롤 제거와 전체 본문 높이 표시

🔍 상세

  • 편집 영역을 감싸던 바깥 카드 제거와 중복 수평 여백 정리
  • 제목과 버전, 상태, 연결 Todo 카드의 모서리 반경 통일
  • 본문 입력 영역에 12pt 내부 여백과 Color.surface 배경 적용
  • 빈 미리보기 안내문을 카드 중앙에 배치
  • 화면별 기존 최소 높이 120pt와 340pt 유지
  • MarkdownRenderer의 선택형 본문 높이 추적 지원
  • ResizeObserver를 통한 본문 확대와 축소 높이 반영
  • 편집 화면 미리보기의 내부 스크롤 비활성화와 화면 전체 스크롤 유지
  • 기존 Markdown 렌더링 사용처의 내부 스크롤 기본 동작 유지
  • Todo 참조 표시와 상세 진입 동작 유지
  • 개발 기록의 날짜 자동 기록 안내 문구 제거

📸 영상 / 이미지 (Optional)

GoalCreateView

빈 입력 작성 프리뷰 다크모드
image image image

TodoEditorView

작성 내용 X 작성 내용 O 빈 미리보기 미리보기 렌더링
image image image image

RecordEditorView

작성 내용 X 작성 내용 O 빈 미리보기 미리보기 렌더링
image image image image

@opficdev opficdev self-assigned this Sep 22, 2026
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 22, 2026 •

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review ✅ Completed 2026-09-22T12:32:51.942003Z 0dbd79b PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@opficdev
opficdev merged commit dffcd0e into develop Sep 22, 2026
9 checks passed
@opficdev
opficdev deleted the ui/#913 branch September 22, 2026 13:15
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.

세 작성 화면의 본문 카드를 제거하고 편집 영역 디자인을 통일한다

1 participant