-
-
Notifications
You must be signed in to change notification settings - Fork 226
편의성 개선: 모듈 정렬 순서 변경 및 모듈 폴더 #1056
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
Open
miladiashe
wants to merge
18
commits into
kwaroran:main
Choose a base branch
from
miladiashe:module-list-test
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
모듈 폴더 모바일 대응
폴더 소팅 버그 수정
모듈 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
|
제가 모듈 생성 부분을 미처 체크 못 해서 다른분께서 테스트해주셨습니다 |
같은 코드의 모듈이 복사되는 버그 방어
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 Checklist
Description
모듈이 무조건 이름순으로 정렬되는 것을 개선했습니다. 고급 설정->모듈 자유 정렬을 활성화하면 드래그나 화살표로 모듈 순서를 바꿀 수 있게 됩니다.

모듈 폴더 기능을 추가했습니다. 이제 모듈을 폴더 안에 넣어 접을 수 있게 됩니다.
PC용 드래그 앤 드랍과 모바일용 아이콘을 이용해 이동하는 것을 지원합니다.
우측 폴더 아이콘을 클릭하면 원하는 폴더에 모듈을 넣을 수 있습니다.