-
Notifications
You must be signed in to change notification settings - Fork 2
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(client): 타임테이블 플로팅 컴포넌트 제작 #90
base: develop
Are you sure you want to change the base?
Conversation
🏴☠️ Storybook 확인: 🔗 https://677bd6bc4909f2f48f4e0f42-lsykgcjtvt.chromatic.com/ |
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.
토큰 사용만 수정해주세요~ 수고하셨습니다 배우고가용
|
||
interface RenderActionButtonProps { | ||
variant: 'close' | 'edit' | 'complete'; | ||
icon: JSX.Element; |
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.
👍굿입니다 React.Node 보다 JSX가 더 적절한 것 같긴해요
display: 'flex', | ||
alignItems: 'center', | ||
justifyContent: 'center', |
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.
이 부분은 display
에 토큰화 동일하게 되어있습니다 flexCenter
쓰시면 좋을 것 같아요
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.
수정했어요 ~!
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.
최고네요... 차차 더 이해해보는 걸로..~~~하하하 멋져요👍🎸
📌 Summary
타임테이블 플로팅 컴포넌트를 제작했어요.
📚 Tasks
👀 To Reviewer
추후에는 EditFloatingButton를 렌더링하는 페이지에서 편집/삭제 모드 관련 상태를 제어해 줘야할 것 같아요.
해당 부분 감안해서 리뷰 부탁드릴게요 !
📸 Screenshot
2025-01-16.2.42.13.mov