Skip to content

[#420] 둘러보기 버튼 말풍선에 가려지지 않게 수정 #421

Open
Hrepay wants to merge 2 commits into
developfrom
fix/#420
Open

[#420] 둘러보기 버튼 말풍선에 가려지지 않게 수정 #421
Hrepay wants to merge 2 commits into
developfrom
fix/#420

Conversation

@Hrepay
Copy link
Copy Markdown
Member

@Hrepay Hrepay commented May 9, 2026

#️⃣ 관련 이슈

Resolved #420

💡작업 내용

  • 애플/카카오 로그인 버튼을 25pt씩 위로 올렸습니다. (둘러보기 버튼 위치는 그대로)
    • Apple: bottom inset 151 → 176
    • 카카오: bottom inset 90 → 115
  • tuist generate 시 발생하던 정적 라이브러리 중복 링크 경고를 제거했습니다.
    • 위젯 타겟에서 불필요한 FirebaseAnalytics / GoogleAppMeasurement 의존성 제거
    • 앱 타겟에서 중복 명시된 GoogleAppMeasurement 제거 (FirebaseAnalytics가 transitive로 가져옴)
    • GoogleUtilities-*, nanopb, third-party-IsAppEncrypted를 동적 framework로 변환
Simulator Screenshot - iPhone Air - 2026-05-09 at 17 40 42

💬리뷰 요구사항(선택)

리뷰어가 특별히 봐주었으면 하는 부분이 있다면 작성해주세요

ex) 메서드 XXX의 이름을 더 잘 짓고 싶은데 혹시 좋은 명칭이 있을까요?

  • 둘러보기 버튼 말고 로그인 버튼을 위로 올렸습니다.

@Hrepay Hrepay self-assigned this May 9, 2026
@gemini-code-assist
Copy link
Copy Markdown

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

이 PR은 사용자 인터페이스 개선과 빌드 시스템 최적화라는 두 가지 주요 목표를 가지고 있습니다. 로그인 화면에서 애플 및 카카오 로그인 버튼이 '둘러보기' 버튼과 겹치는 문제를 해결하기 위해 UI 레이아웃을 조정했습니다. 또한, tuist generate 과정에서 발생하던 정적 라이브러리 중복 링크 경고를 제거하여 빌드 프로세스의 안정성과 효율성을 향상시켰습니다.

Highlights

  • 로그인 버튼 UI 위치 조정: 애플 및 카카오 로그인 버튼의 하단 여백을 조정하여 '둘러보기' 버튼과의 겹침 현상을 해결했습니다.
  • Tuist 빌드 경고 제거 및 의존성 최적화: tuist generate 시 발생하던 정적 라이브러리 중복 링크 경고를 제거했습니다. 이를 위해 위젯 타겟에서 불필요한 FirebaseAnalyticsGoogleAppMeasurement 의존성을 제거하고, 앱 타겟에서 중복 명시된 GoogleAppMeasurement 의존성을 제거했습니다. 또한, GoogleUtilities-*, nanopb, third-party-IsAppEncrypted를 동적 프레임워크로 변환했습니다.
New Features

🧠 You can now enable Memory (public preview) to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console.

Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize the Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counterproductive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here.


버튼 겹침 사라져, 빌드 경고도 이제 안녕, 코드 평화 찾아와.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Copy Markdown

@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

이 풀 리퀘스트는 로그인 뷰의 레이아웃 인셋을 조정하고, 중복 링크 경고를 방지하기 위해 Tuist 설정에서 GoogleUtilities 및 nanopb 등의 정적 라이브러리를 동적 프레임워크로 변환하며 불필요한 의존성을 제거했습니다. 리뷰에서는 가독성과 유지보수성을 높이기 위해 하드코딩된 레이아웃 수치를 상수로 정의할 것을 권장했습니다.

Comment thread EATSSU/App/Sources/Presentation/Auth/View/LoginView.swift
@Hrepay Hrepay requested a review from wjdalswl May 9, 2026 09:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Fix] 로그인 페이지의 둘리보기 버튼 내리기

1 participant