Merged
Conversation
E0min
approved these changes
Nov 25, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Feat: 그래프 노드 공유 기능 구현 (이메일 기반 서브트리 복제)
PR 요약
사용자가 자신이 정리한 특정 질문 노드와 하위 줄기(Subtree)를 다른 사용자에게 공유(복제)할 수 있는 기능을 구현했습니다.
공유받을 상대방의 이메일을 입력하면, 해당 사용자의 워크스페이스에 내가 선택한 노드 줄기가 그대로 복사되어 새로운 토픽(또는 지정된 위치)으로 생성됩니다. 이를 통해 사용자 간 지식 공유와 협업이 가능해집니다.
주요 변경 사항
로직(Logic):
UX: sonner를 사용하여 '공유 중' 로딩 상태와 성공/실패 여부를 토스트 메시지로 제공합니다.