-
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
refactor : 일기 작성페이지 리펙토링 #449
The head ref may contain hidden characters: "refactor-\uC77C\uAE30\uC791\uC131\uD398\uC774\uC9C0"
Conversation
훅의 역활이 편지 저장인만큼 더욱 적합한 네이밍으로 변경
의미상 Form이 더 잘맞을것 같아 변경했습니다.
✅ Build 성공! |
⚡️ Lighthouse Report (Average of 5 runs)
Core Web Vitals (Average)
|
import React from 'react'; | ||
import { LetterInput } from '../LetterInput/LetterInput'; | ||
|
||
type LettetProps = { |
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.
p4: LetterProps인데 오타가 난 것 같아요...!
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.
앗 바로 수정하겠습니다..!
웹 접근성 향상을 위한 aria-lable 작성
img를 통해 불러오던 방식 -> 편지줄 컴포넌트를 이용해 불러오도록 변경
변경된 타입에 맞춰 스토리 수정
🚀요약
📝작업 내용
🔍 전달 사항
상세 페이지도 리펙토링이 필요하다 생각되는데 이 부분은 나중에 상의가 조금 필요할듯 싶습니다.
🎸기타 (연관 이슈)
close #8