Skip to content
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

노트 노드 UI 구현 #102

Merged
merged 3 commits into from
Nov 12, 2024
Merged

노트 노드 UI 구현 #102

merged 3 commits into from
Nov 12, 2024

Conversation

heegenie
Copy link
Collaborator

✏️ 한 줄 설명

이 PR의 주요 변경 사항이나 구현된 내용을 간략히 설명해 주세요.

기본적인 노드 컴포넌트를 구현한 후 노트 노드 UI를 추가하였습니다.

✅ 작업 내용

  • 기본 노드 추가
  • 헤드 노드 추가
  • 노트 노드 추가

🏷️ 관련 이슈

📸 스크린샷/영상

이번 PR에서 변경되거나 추가된 뷰가 있는 경우 이미지나 동작 영상을 첨부해 주세요.

Screen Recording 2024-11-12 at 7 05 40 PM

📌 리뷰 진행 시 참고 사항

리뷰 코멘트 작성 시 특정 사실에 대해 짚는 것이 아니라 코드에 대한 의견을 제안할 경우, 강도를 함께 제시해주세요! (1점: 가볍게 참고해봐도 좋을듯 ↔ 5점: 꼭 바꾸는 게 좋을 것 같음!)

@heegenie heegenie requested a review from a team as a code owner November 12, 2024 10:11
@heegenie heegenie requested review from hoqn and fru1tworld and removed request for a team November 12, 2024 10:11
Copy link
Collaborator

@fru1tworld fru1tworld left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다. draggable의 역할은 무엇인가요 ?

@heegenie
Copy link
Collaborator Author

고생하셨습니다. draggable의 역할은 무엇인가요 ?

노드가 drag가 가능한지 아닌지를 구분하는 boolean 타입의 prop입니다! true일 경우 드래그가 가능하고, false일 경우에는 고정됩니다.

@heegenie heegenie linked an issue Nov 12, 2024 that may be closed by this pull request
@heegenie heegenie merged commit ee3bba4 into dev-fe Nov 12, 2024
1 check passed
@hoqn hoqn deleted the feature/note-node-ui branch November 12, 2024 10:49
@hoqn hoqn restored the feature/note-node-ui branch November 12, 2024 10:49
@hoqn hoqn deleted the feature/note-node-ui branch November 27, 2024 10:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Content Node (Type: Note) UI를 구현한다.
5 participants