-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat : 반응형 ui 적용 중 #227
feat : 반응형 ui 적용 중 #227
Conversation
…into 194-design-responsive-web-design
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.
수고하셨습니닷~
<input | ||
type="checkbox" | ||
checked={!!item.status} | ||
readOnly | ||
className="h-5 w-5 text-violet-600" | ||
/> |
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.
p2 : input이 보이면clickable한 느낌을 줘서 readOnly라면 Input태그 말고 다른 빨간불, 초록불 등 다른 방식으로 보여주는게 좋을 것 같아요~
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.
<TooltipTrigger> | ||
<div className="flex flex-col items-center gap-1"> | ||
<div | ||
className={`w-8 rounded-md ${ | ||
day.completedMissions > 0 && | ||
day.completedMissions === 1 | ||
? 'bg-violet-200' | ||
: day.completedMissions === 2 | ||
? 'bg-violet-400' | ||
: 'bg-violet-600' | ||
}`} | ||
style={{ | ||
height: `${day.completedMissions * 20}px`, | ||
}} | ||
/> | ||
<span className="text-xs text-gray-500"> | ||
{formatDate(day.date)} | ||
</span> | ||
</div> | ||
</TooltipTrigger> | ||
<TooltipContent> | ||
<p> |
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.
p2 : mobile learningTracker처럼처럼 몇 개 성공했는지 숫자가 보이는 편이 좋을 것 같아요~
📄 Description of the PR
🔧 What has been changed?
📸 Screenshots / GIFs (if applicable)
✅ Checklist