Skip to content
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

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from

Conversation

m2na7
Copy link
Member

@m2na7 m2na7 commented Jan 15, 2025

📌 Summary

타임테이블 플로팅 컴포넌트를 제작했어요.

📚 Tasks

  • client내 @vanilla-extract/recipes 패키지 추가
  • navigation zIndex 추가
    • 플로팅버튼 클릭시 네비게이션탭이 클릭 불가능해야했기에 zindex 속성을 추가했어요.
  • 타임테이블 편집 플로팅 버튼 추가

👀 To Reviewer

추후에는 EditFloatingButton를 렌더링하는 페이지에서 편집/삭제 모드 관련 상태를 제어해 줘야할 것 같아요.
해당 부분 감안해서 리뷰 부탁드릴게요 !

📸 Screenshot

2025-01-16.2.42.13.mov

@m2na7 m2na7 added ✨ Feature 기능 개발 민하 🎸 민하 labels Jan 15, 2025
@m2na7 m2na7 self-assigned this Jan 15, 2025
@m2na7 m2na7 requested a review from a team as a code owner January 15, 2025 17:50
@m2na7 m2na7 requested review from gwagjiug, seueooo, daahyunk and bongtta and removed request for a team January 15, 2025 17:50
@m2na7 m2na7 linked an issue Jan 15, 2025 that may be closed by this pull request
Copy link

github-actions bot commented Jan 15, 2025

🏴‍☠️ Storybook 확인: 🔗 https://677bd6bc4909f2f48f4e0f42-lsykgcjtvt.chromatic.com/

Copy link
Member

@gwagjiug gwagjiug left a 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;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍굿입니다 React.Node 보다 JSX가 더 적절한 것 같긴해요

Comment on lines 51 to 53
display: 'flex',
alignItems: 'center',
justifyContent: 'center',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이 부분은 display 에 토큰화 동일하게 되어있습니다 flexCenter 쓰시면 좋을 것 같아요

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수정했어요 ~!

Copy link
Contributor

@bongtta bongtta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

최고네요... 차차 더 이해해보는 걸로..~~~하하하 멋져요👍🎸

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature 기능 개발 민하 🎸 민하
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature]: 타임테이블 플로팅 컴포넌트 제작
3 participants