Skip to content

로그인 화면에 Figma 디자인을 적용한다 - #855

Merged
opficdev merged 5 commits into
developfrom
ui/#841
Sep 9, 2026
Merged

로그인 화면에 Figma 디자인을 적용한다#855
opficdev merged 5 commits into
developfrom
ui/#841

Conversation

@opficdev

@opficdev opficdev commented Sep 9, 2026

Copy link
Copy Markdown
Owner

🔗 연관된 이슈

🎯 의도

Figma 로그인 시안의 정보 위계와 다크모드 색상을 공용 자산으로 정리하고, App과 Presentation에서 동일한 자산 원본을 사용하도록 구성

📝 작업 내용

📌 요약

  • 로그인 진입 화면의 브랜드 안내 영역과 소셜 로그인 버튼 구성 반영
  • UI 색상·이미지 자산의 PresentationShared 단일 원본 관리
  • Figma 다크모드 기준의 색상 역할 재분류 및 colorset 반영
  • SwiftUI 타입 검사 부담 완화

🔍 상세

  • AppIcon을 제외한 UI colorset과 imageset을 PresentationShared 자산 카탈로그로 이전
  • App과 PresentationShared target이 동일한 자산 카탈로그 원본을 각각 컴파일하도록 구성
  • PresentationResources.bundleColorAsset을 통한 Presentation 자산 조회 구성
  • AppBackground 이름을 사용해 SwiftUI background 기호와의 충돌 방지
  • 로그인 화면의 안내 문구 로컬라이제이션 키 추가
  • 로그인 버튼의 로딩 상태, 테두리, 배치, 비활성 상태 표현 정리
  • 다크모드 공통 색상 반영
    • 화면 배경 #0F1416
    • 카드 표면 #171C1E
    • 보조 표면 #1B2022
    • 경계선 #242C30
    • 주요·보조·약한 텍스트 #DFE3E6 / #BCC9C9 / #879394
    • 선택 배경 #003739, 선택 콘텐츠 #67D7DD
  • TodoEditorView의 화면 분기와 toolbar를 분리해 타입 검사 시간 초과 해소

✅ 검증

  • Entry 변경 Swift 파일 SwiftLint 통과
  • PresentationShared 변경 Swift 파일 SwiftLint serious 위반 없음
  • TodoEditorView 파일 길이 경고 1건 기존 유지
  • colorset JSON 구조 및 라이트·다크 28개 컴파일 색상 대조
  • Asset compiler 통과
  • git diff --check origin/develop...HEAD 통과
  • 전체 App build 미수행

📸 영상 / 이미지 (Optional)

라이트 모드 다크 모드
light dark

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

chatgpt-codex-connector Bot commented Sep 9, 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-09T08:17:28.568038Z 4ceadde 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.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 4ceadde878

ℹ️ 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".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread Application/Presentation/Entry/Sources/Login/LoginView.swift
@opficdev
opficdev merged commit 485b8cd into develop Sep 9, 2026
9 checks passed
@opficdev
opficdev deleted the ui/#841 branch September 9, 2026 08:28
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.

로그인 화면에 Figma 디자인을 적용한다

1 participant