-
Notifications
You must be signed in to change notification settings - Fork 1
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
[FE] 차트 고도화 & favicon & 화면 레이아웃 일부 수정. #228
Conversation
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.
이동평균선과 시가, 종가 등 정보들을 왼쪽 상단에 추가해주니까 더 보기 좋네요 👍👍
수고하셨습니다!!
padding, | ||
0.1, | ||
); | ||
if (moveAverageToggle) { |
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.
이동 평균선 지웠다가 넣었다가하는 용도로 사용했습니다.
@@ -2,7 +2,7 @@ | |||
<html lang="en"> | |||
<head> | |||
<meta charset="UTF-8" /> | |||
<link rel="icon" type="image/svg+xml" href="/vite.svg" /> | |||
<link rel="icon" href="src/assets/favicon.ico" type="image/x-icon" /> |
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.
type="image/x-icon" 은 무엇을 의미하나요??
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.
vite에서 파비콘 설정할 때 아이콘 타입까지 넣어줄 용도로 넣었습니다.
두 가지 PR 템플릿 중 하나를 골라 작성하시면 됩니다!
✅ 주요 작업
💭 고민과 해결과정
📊 FE/BE 전체 작업 내역