-
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/header] Header/Menu/DropDown #29
Merged
Merged
Conversation
This file contains 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
- 타입스크립트용 express 웹 서버 생성 - 5000번 포트 생성 - app.ts 생성
- eslint, prettier 적용
1. prettier 수정 2. package.json 수정 (모듈 수정) 3. MainPage atomic 구조 생성 4. userIcon Atom 생성
1. 메인 페이지 헤더 center molecules 생성 2. 메인 페이지 헤더 organism center 추가 3. 메인 페이지 헤더 로고 atom 생성
메인 헤더 로고를 이미지로 수정 , css 수정
css 수정
오류 때문에 일단은 다시 추가
ImageDiv.tsx 에 이미지 div 생성 -> props 로 big,long,small 나뉨 -> background image에 전달 받은 props로 설정해줌
드랍다운에 type을 넣을 경우 해당하는 드랍다운 제공- close #8
메인 페이지 이미지 레이아웃 호버시 opacity 적용되도록 구현
메인 페이지 바디 - 오른쪽 이미지들 레이아웃 top 속성 수정
이미지 호버 이벤트 바디 왼쪽 구현 1:1 소개팅 , 2:2 미팅 ~ 팀 설정 버튼 추가 호버시 약간의 부자연 스러움 존재
메인 페이지 바디 오른쪽 부분 이미지 호버 구현 완료
우선, SPA에서 DOM에 직접 접근하는것은 하면 안된다고 알고있음 ( querySelectorAll 와 같은거 ) |
|
|
1. prettier 수정 2. package.json 수정 (모듈 수정) 3. MainPage atomic 구조 생성 4. userIcon Atom 생성
1. 메인 페이지 헤더 center molecules 생성 2. 메인 페이지 헤더 organism center 추가 3. 메인 페이지 헤더 로고 atom 생성
메인 헤더 로고를 이미지로 수정 , css 수정
css 수정
오류 때문에 일단은 다시 추가
ImageDiv.tsx 에 이미지 div 생성 -> props 로 big,long,small 나뉨 -> background image에 전달 받은 props로 설정해줌
메인 페이지 이미지 레이아웃 호버시 opacity 적용되도록 구현
메인 페이지 바디 - 오른쪽 이미지들 레이아웃 top 속성 수정
이미지 호버 이벤트 바디 왼쪽 구현 1:1 소개팅 , 2:2 미팅 ~ 팀 설정 버튼 추가 호버시 약간의 부자연 스러움 존재
메인 페이지 바디 오른쪽 부분 이미지 호버 구현 완료
[Noelsky-code] 메인 페이지 헤더 , 바디 UI, 호버 구현
드랍다운에 type을 넣을 경우 해당하는 드랍다운 제공- close #8
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Do-List
해야할 일
고민한 점