Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix: 텍스트 에디터 버그 검토 및 개선 #179

Merged
merged 5 commits into from
May 11, 2024

Conversation

prgmr99
Copy link
Member

@prgmr99 prgmr99 commented May 10, 2024

구현 내용/방법

간단하게 구현한 내용과 방법에 대한 설명

  • Bold, Italic 글씨 미반영되는 버그
  • 탭 키 방지 -> 민규님과 함께 결정(깃허브 리드미와 pr/issue 적을 때 tab이 막혀서 동일하게 가기로 했습니다.)
  • 헤더 적용(약간의 가독성 향상)
  • wysiwyg 지키기

리뷰 필요

나중에 다시 고민해야할 내용이 있는 내용

없을 경우 작성 X

있을 경우 작성 후 이슈 남기고 해당 PR 링크

구인글 작성 페이지
아래의 사진은 구인글 작성 페이지의 ReactQuill 컴포넌트입니다.
image
해당 className에 볼드체와 이탤릭체를 추가하였습니다.
(수연님도 그런지는 모르겠지만, 저는 작성할 때, 에디터에서 현재 볼드체와 이탤릭체만 적용이 되지 않았습니다.)
그래서 작성을 할 때도 볼드체와 이탤릭체를 확인할 수 있습니다.
image

구인글 상세 페이지
저희가 css초기화를 진행한 것 때문인지, h2와 같은 태그가 적용되지 않는 문제가 있습니다.
image
(사진이 조금 잘렸습니다..! 나머지는 Files changed에서 확인부탁드려요!)
그래서 일단은 임시로 적용해놓은 위와 같이 추가하는 방향으로 구현했습니다.
'container-contents' 아래 속성을 기본적으로 가져가시면 최대한 동일하게 출력될 것입니다!

  • 문제가 있다면 말씀해주세요!!

close #178

@prgmr99 prgmr99 added Priority: Critical 우선순위: 긴급 Status: Review Needed 상태: 리뷰 대기중인 상태 Type: Bug 유형: 버그 Type: Improvement 유형: 기능 개선 labels May 10, 2024
@prgmr99 prgmr99 self-assigned this May 10, 2024
@kimsuyeon0916
Copy link
Contributor

친절한 설명 감사드립니다! 저도 참고해서 적용해보겠습니다~!👍🏻

@prgmr99 prgmr99 merged commit 5449057 into release-1.0 May 11, 2024
@prgmr99 prgmr99 deleted the fix/#178_text_editor_bug branch August 11, 2024 11:40
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Priority: Critical 우선순위: 긴급 Status: Review Needed 상태: 리뷰 대기중인 상태 Type: Bug 유형: 버그 Type: Improvement 유형: 기능 개선
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fix: 텍스트 에디터 버그 검토 및 개선
2 participants