-
Notifications
You must be signed in to change notification settings - Fork 376
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
[14기 팝콘] Step2 상태 관리로 메뉴 관리하기 #284
Open
yeomgahui
wants to merge
10
commits into
blackcoffee-study:yeomgahui
Choose a base branch
from
yeomgahui:yeomgahui
base: yeomgahui
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
+190
−3
Commits on Jul 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7a9b5f0 - Browse repository at this point
Copy the full SHA 7a9b5f0View commit details
Commits on Jul 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 23d265d - Browse repository at this point
Copy the full SHA 23d265dView commit details -
STEP 1 구현을 마쳤습니다. 개인적으로 구현하면서 아쉬웠던 부분을 생각해보면, menu 추가시 수정 삭제를 위해 addEventListener를 등록 하는데, 메뉴 하나를 추가할때마다 모든 추가, 삭제 버튼의 eventListener를 다시 등록하도록 구현했습니다. => 개인적으로는 하나 추가할때마다 해당 수정, 삭제 버튼의 eventLIstener만을 추가하도록 하고 싶었는데 좋은 방법이 떠오르지 않았습니다. JavaScript 파일을 기능 마다 분리하여서 작성하고 싶었는데, 어떻게 나눌지 모르곘어서 index.js 파일 내에 모든 로직을 다 작성했습니다. 이부분은 차차 다시 생각해보고 수정해보고 싶습니다.
Configuration menu - View commit details
-
Copy full SHA for 35ff482 - Browse repository at this point
Copy the full SHA 35ff482View commit details
Commits on Jul 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for edeb882 - Browse repository at this point
Copy the full SHA edeb882View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78bb9a6 - Browse repository at this point
Copy the full SHA 78bb9a6View commit details
Commits on Jul 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5633fd6 - Browse repository at this point
Copy the full SHA 5633fd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08ce485 - Browse repository at this point
Copy the full SHA 08ce485View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5c42be - Browse repository at this point
Copy the full SHA c5c42beView commit details -
Configuration menu - View commit details
-
Copy full SHA for c34f1ca - Browse repository at this point
Copy the full SHA c34f1caView commit details
Commits on Jul 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9e564b1 - Browse repository at this point
Copy the full SHA 9e564b1View commit details
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.