You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* refactor(components): LoginForm, Logout 컴포넌트 분리
* feat(popup): 카테고리 정보 불러오기
* feat(popup): 카테고리 선택, title 입력, filename 입력 후 템플릿 업로드 기능
* feat(icons): 아이콘 변경
* feat(types): css 타입 추가
* feat(popup): 컴포넌트 분리, style 적용
* refactor(popup): 스타일 변경
* refactor(LoginForm): 스타일 변경
* refactor(popup): DOM node 에러 해결
LoginForm 컴포넌트를 사용하면 다음과 같은 에러가 났음.
해당 컴포넌트 코드를 그대로 복붙하여 사용하면 에러가 나지 않음
Uncaught NotFoundError: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.
* feat(popup): 로그인에 form 태그 추가
* feat(popup): 소스코드 삭제 기능
* chore: v0.0.3으로 변경
0 commit comments