Conversation
E0min
approved these changes
Nov 15, 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.
"다른 토픽으로 이동" 기능 구현 (토픽 선택 모달 및 그래프 재사용)
PR 요약
사용자가 특정 노드 줄기를 기존의 다른 토픽으로 이동시킬 수 있는 기능을 구현했습니다.
예를 들어, 'Oracle' 토픽에 실수로 생성된 '된장찌개' 노드 줄기를, '요리'라는 이름의 기존 토픽으로 옮길 수 있습니다.
주요 변경 사항
1. "다른 토픽으로 이동" 상태 도입
2. TopicSelectorModal 컴포넌트 신규 생성
사용자가 이동할 '대상'을 선택하는 복잡한 과정을 처리하기 위해 TopicSelectorModal을 새로 구현했습니다. 이 모달은 2단계로 작동합니다.
[1단계: 토픽 선택]
[2단계: 부모 노드 선택]
3. 최종 확인 및 API 연동