-
Notifications
You must be signed in to change notification settings - Fork 2
[Refactor] SP4 탈퇴 기능 및 디자인 QA 반영 #612
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
Merged
Merged
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
32d39c3
refactor: dancer 페이지 장르칩 많을때 대비 및 eslint 룰 안걸리게 수정 (#610)
hansoojeongsj ab82ebe
refactor: class 페이지 디자인 qa, 장소탭 아이콘 크기 고정, import *, sprinkles 제거 (#610)
hansoojeongsj 4308c35
refactor: 디자인 qa 모든 전화번호, 주소 등 자동 연결 해제 (#610)
hansoojeongsj 934ecef
refactor: ic_profile_basic svg 변경 (#610)
hansoojeongsj 3437269
feat: 탈퇴 후 재가입 시, finishStep에서 글 변경 (#610)
hansoojeongsj c5339ee
chore: ic_circle_caution_filled svg 추가 (#610)
hansoojeongsj e79362f
refactor: 헤더 버튼 클릭 시 온보딩 submit 되는 버그 수정 (#610)
hansoojeongsj abb4ff3
refactor: onboarding header 뒤로가기 및 로고 클릭시 홈이동으로 통일 (#610)
hansoojeongsj 0ecf6a3
refactor: 온보딩헤더 뒤로가기 시, 로그인 페이지로 이동으로 재수정 (#610)
hansoojeongsj f818dc1
Merge branch 'develop' into refactor/#610/sp4-qa
hansoojeongsj File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
57 changes: 52 additions & 5 deletions
57
src/pages/class/components/TabWrapper/TabLocation/tabLocation.css.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,17 +1,64 @@ | ||
| import { style } from '@vanilla-extract/css'; | ||
| import { vars } from '@/shared/styles/theme.css'; | ||
|
|
||
| export const sectionStyle = style({ | ||
| display: 'flex', | ||
| flexDirection: 'column', | ||
| justifyContent: 'center', | ||
| gap: '1.2rem', | ||
| }); | ||
|
|
||
| export const emptyMessageWrapper = style({ | ||
| display: 'flex', | ||
| justifyContent: 'center', | ||
| paddingTop: '3rem', | ||
| paddingBottom: '4.8rem', | ||
| }); | ||
|
|
||
| export const cardStyle = style({ | ||
| border: `1px solid ${vars.colors.gray03}`, | ||
| }); | ||
|
|
||
| export const cardInnerStyle = style({ | ||
| display: 'flex', | ||
| justifyContent: 'space-between', | ||
| alignItems: 'center', | ||
| width: '100%', | ||
| gap: '1.6rem', | ||
| }); | ||
|
|
||
| export const addressContainerStyle = style({ | ||
| display: 'flex', | ||
| flexDirection: 'column', | ||
| gap: '0.6rem', | ||
| }); | ||
|
|
||
| export const addressTitleStyle = style({ | ||
| marginRight: '0.4rem', | ||
| whiteSpace: 'nowrap', | ||
| }); | ||
|
|
||
| export const streetAddressStyle = style({ | ||
| whiteSpace: 'pre-line', | ||
| overflowWrap: 'break-word', | ||
| wordBreak: 'break-all', | ||
| }); | ||
|
|
||
| export const addressTitleStyle = style({ | ||
| marginRight: '0.4rem', | ||
| whiteSpace: 'nowrap', | ||
| export const addressRowStyle = style({ | ||
| display: 'flex', | ||
| }); | ||
|
|
||
| export const cardStyle = style({ | ||
| border: `1px solid ${vars.colors.gray03}`, | ||
| export const textGroupStyle = style({ | ||
| display: 'flex', | ||
| flexDirection: 'column', | ||
| gap: '0.4rem', | ||
| }); | ||
|
|
||
| export const iconWrapper = style({ | ||
| width: '60px', | ||
| height: '60px', | ||
| flexShrink: 0, | ||
| display: 'flex', | ||
| alignItems: 'center', | ||
| justifyContent: 'center', | ||
| }); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
useGetDancerDetail에 id를 넘겨서 내부에서enabled를 지정하는게 아니라 외부에서 지정해준 이유는 명시적으로 id가 있을 때 query 요청이 간다는 것을 보여주기 위함인가요??(의도에 대한 질문이라 정답은 없을 것 같아요!)
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.
넵 id가 있을 때만 요청이 나간다는 걸 드러내는게 명확하다고 느꼈고,
기존 코드에서 eslint-ignore를 쓰는 구조를 없애고 싶어서 enabled로 제어하도록 수정했습니다.