Skip to content

Conversation

@miladiashe
Copy link
Contributor

@miladiashe miladiashe commented Oct 14, 2025

PR Checklist

  • Have you checked if it works normally in all models? Ignore this if it doesn't use models.
  • Have you checked if it works normally in all web, local, and node hosted versions? If it doesn't, have you blocked it in those versions?
  • Have you added type definitions?

Description

모듈이 무조건 이름순으로 정렬되는 것을 개선했습니다. 고급 설정->모듈 자유 정렬을 활성화하면 드래그나 화살표로 모듈 순서를 바꿀 수 있게 됩니다.
스크린샷 2025-10-14 오후 12 39 51

모듈 폴더 기능을 추가했습니다. 이제 모듈을 폴더 안에 넣어 접을 수 있게 됩니다.

스크린샷 2025-10-14 오후 3 34 28 스크린샷 2025-10-14 오후 3 34 32

PC용 드래그 앤 드랍과 모바일용 아이콘을 이용해 이동하는 것을 지원합니다.
우측 폴더 아이콘을 클릭하면 원하는 폴더에 모듈을 넣을 수 있습니다.

스크린샷 2025-10-14 오후 3 37 18 스크린샷 2025-10-14 오후 3 37 45

@miladiashe miladiashe changed the title 편의성 개선: 모듈 정렬 순서 변경 기능 편의성 개선: 모듈 정렬 순서 변경 및 모듈 폴더 Oct 14, 2025
miladiashe and others added 4 commits October 14, 2025 16:05
모듈 export, import 할 때  폴더 아이디 제거해서 기존 폴더 정보와 상관없이 모듈 공유가 가능하도록 함
Fixed duplicate module addition bug

Removed duplicate push() call when creating a new module via PlusIcon button
Now modules are only added once to the modules array when the "Create Module" button is clicked
Fixed drag-and-drop sorting for newly created modules

Added logic to insert new module ID into modulesCustomOrder array during module creation

Previously, newly created modules couldn't be sorted via drag-and-drop until they were added to a folder first
Now drag-and-drop sorting works immediately after module creation

Technical Details

Modified PlusIcon button handler to only initialize tempModule and switch to creation mode
Updated "Create Module" button handler to add module ID to modulesCustomOrder array
@miladiashe
Copy link
Contributor Author

제가 모듈 생성 부분을 미처 체크 못 해서 다른분께서 테스트해주셨습니다

같은 코드의 모듈이 복사되는 버그 방어
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants