fix: 로그인 페이지 소셜 우선 표시 및 추천 배지 색상 통일#181
Merged
Merged
Conversation
- 로그인 페이지: 소셜 로그인 기본 표시, ID/PW는 ?type=id로만 노출 - 추천 배지 색상: gray→blue 그라데이션으로 현세대와 통일 - 추천 배지 모양: 디자인 가이드 기준 rounded-full 적용 - 클래식 레이아웃 추천 박스도 동일 색상 체계 적용
Contributor
Staging 배포 완료URL: https://dev.damoang.net
|
sdk-kr
added a commit
that referenced
this pull request
Mar 7, 2026
## Summary - 로그인 페이지: 소셜 로그인을 기본 표시, ID/PW 폼은 `?type=id` 파라미터로만 노출 - 추천 배지 색상: blue/purple/pink/red → gray→blue 그라데이션으로 현세대와 통일 (step0~4) - 추천 배지 모양: 디자인 가이드 기준 `rounded-full` pill shape 적용 - 클래식 레이아웃(게시판 목록) 추천 박스도 동일 색상 체계 적용 ## Test plan - [x] `/login` → 소셜 로그인만 표시, "아이디로 로그인" 링크 노출 - [x] `/login?type=id` → 소셜 로그인 + ID/PW 폼 모두 표시 - [x] 추천 배지 색상: 0건(연한) → ≤15(gray) → ≤25(연파) → ≤50(중파) → >50(진파+흰글자) - [x] 클래식 레이아웃 게시판 목록도 동일 색상 적용 확인 - [x] `pnpm test:unit` 5개 테스트 통과 - [x] 프로덕션 배포 완료 (web.damoang.net) Co-authored-by: Deploy Bot <deploy@damoang.net>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
?type=id파라미터로만 노출rounded-fullpill shape 적용Test plan
/login→ 소셜 로그인만 표시, "아이디로 로그인" 링크 노출/login?type=id→ 소셜 로그인 + ID/PW 폼 모두 표시pnpm test:unit5개 테스트 통과