-
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] 대시보드 뷰 1차 기능 QA #438
Conversation
…to feature/dashboard/#434-QA-basic
고생하셨습니다 ! |
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.
보우나 고생해써 !! ㅎㅎ LGTM
@@ -30,7 +33,11 @@ const FileSection = () => { | |||
const allFileData = [...docDataList, ...folderDataList]; | |||
|
|||
return ( | |||
<Flex css={[{ gap: '1.4rem', padding: '0 0 0.7rem', overflowX: 'scroll' }, scrollStyle, dashboradScrollStyle]}> | |||
<Flex | |||
css={[{ gap: '1.4rem', padding: '0 0 0.7rem', overflowX: 'scroll' }, scrollStyle, dashboradScrollStyle]} |
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.
요기 dashboradScrollStyle과 scrollStyle이 어떻게 다른 걸까유 ?
하나로 지정해줘도 될 것 같아요
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.
아 스크롤 스타일은 글로벌스타일에서 가져온거구요
dashboardScrollStyle은 추가로 대시보드에서만 쓰이는 스크롤스타일 지정해줬습니다!
원래 이 피알에서 하려고 했는데 좀 오래걸릴 것 같아서 다른 브랜치에서 다른 QA들이랑 같이 해야할 것 같습니다! |
…to feature/dashboard/#434-QA-basic
해당 이슈 번호
closed #434
체크리스트
📌 내가 알게 된 부분
💎 PR Point
인수인계 노트 조회 in 대시보드 뷰
노트 클릭시 자세히 보기 뷰로
파일 클릭 시 드라이드뷰로
아직 못한 것: 블록 클릭시 사이드바 뜨도록하는것
📌스크린샷 (선택)