-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/#341 스터디 카드에서 종료된 스터디와 진행중인 스터디 구분 표시 #342
The head ref may contain hidden characters: "Feature/#341-\uC2A4\uD130\uB514_\uCE74\uB4DC\uC5D0\uC11C_\uC885\uB8CC\uB41C_\uC2A4\uD130\uB514\uC640_\uC9C4\uD589\uC911\uC778_\uC2A4\uD130\uB514_\uAD6C\uBD84_\uD45C\uC2DC"
Feature/#341 스터디 카드에서 종료된 스터디와 진행중인 스터디 구분 표시 #342
Conversation
src/components/StudyCard/index.tsx
Outdated
<Text textStyle="bold_md">{name}</Text> | ||
<Badge colorScheme={isOngoing ? 'purple' : 'red'}>{isOngoing ? '진행 중' : '종료'}</Badge> | ||
</CardHeader> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
스터디 상태를 스터디명 옆에 달아주셨는데요.
제가 이번에 스터디 카드에서 스터디명을 가운데 위치하도록 바꾸면서 스터디 명이 긴 경우 말줄임이 되도록 했습니다.
그래서 스터디 상태를 모달의 X 버튼 처럼 오른쪽 상단 또는 스터디 설명 과 기간이 나와있는 것처럼 중간에 배치하면 좋을 것 같습니다!
저는 purple, red가 더 명확한 구분이 가능해서 좋은 것 같습니다! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
저도 purple, red가 좋을거 같습니다!
…into Feature/#341-스터디_카드에서_종료된_스터디와_진행중인_스터디_구분_표시
- 341
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수고하셨습니다!
관련 이슈
작업 요약
작업 상세 설명
green
으로 하려고 했으나, 저희 프로젝트에서green
이라는 이름으로 색상 팔레트를 덮어서 사용하고 있기 때문에 적용이 안 되었습니다.green
색을 쓰려면 따로green
이라고 덮어 씌어둔 이름을green_base
와 같이 변경하든지, 새로green_light
와 같이 만들어야 할 것 같은데(저희가 정의해둔 green 색은 너무 진해서), 마땅히 재사용하지도 않을 것 같아서 일단purple
로 해두었습니다.orange
를 쓰자니red
와 너무 비슷해서 구분이 잘 안 가고, 색 조합이 영 안 맞는 것 같아서.. 혹시 다른 의견 있으시면 부탁드립니다~!orange_light
랑orange_dark
로 하는 게 차라리 나으려나요?리뷰 요구 사항
미리 보기
purple
,red
orange_light
와orange_dark
를 적용해본 것입니다!