codedang icon indicating copy to clipboard operation
codedang copied to clipboard

refactor(fe): refactor editor description

Open youznn opened this issue 5 months ago • 4 comments

Description

  • Editor Description 페이지를 리팩토링 했습니다.
  • Sample field에서 사용하는 copy 관련 함수들과 태그들을 뭉쳐서 EditorSampleField로 분리했습니다.
  • ReferenceDialog를 분리했습니다.

Additional context

  • 현재 eslint 업데이트로 인해서 연산자에서 에러가 발생합니다. 임시로 eslint-disable-next-line로 처리해 주었는데 추후 확인이 필요할 것 같습니다.

closes TAS-933

Before submitting the PR, please make sure you do the following

  • [x] Read the Contributing Guidelines
  • [x] Read the Contributing Guidelines and follow the Commit Convention
  • [x] Provide a description in this PR that addresses what the PR is solving, or reference the issue that it solves (e.g. fixes #123).
  • [ ] Ideally, include relevant tests that fail without this PR but pass with it.

youznn avatar Sep 23 '24 06:09 youznn