-
Notifications
You must be signed in to change notification settings - Fork 29
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
[Mission5/이종길] Project_Notion_VanillaJS 과제 #38
Open
jgjgill
wants to merge
42
commits into
4/#5_jgjgill
Choose a base branch
from
4/#5_jgjgill_working
base: 4/#5_jgjgill
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
Changes from 1 commit
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
bc9b44a
feat: 기본 폴더 및 파일 세팅
jgjgill f60c9cb
feat: 문서 추가 기능 구현
jgjgill 4edc593
feat: 모든 문서 불러오기 기능 구현
jgjgill 78870f8
feat: 특정 문서 읽기 기능 구현
jgjgill d0db2fd
feat: 문서 수정 기능 구현
jgjgill 7d7660f
feat: 문서 트리 형태로 불러오기 기능 구현
jgjgill 134fb2c
fix: 중복 이벤트 발생 에러 수정
jgjgill 5f3005e
feat: 문서 삭제 기능 구현
jgjgill 1357324
fix: 문서 추가 방식 변경
jgjgill 64a6d5c
refactor: 라우팅 방식 변경
jgjgill 6d490c6
feat: 문서 수정 기능 변경
jgjgill 502b74d
refactor: 코드 중복 제거 및 추상화 작업
jgjgill 5e81344
chore: Edit 파일 Document로 이름 변경
jgjgill ac3e47b
feat: 재귀 관련 템플릿 작업
jgjgill 66716bc
feat: 자식 문서로 이동 기능 구현
jgjgill b989893
chore: Document 관련 이름 변경
jgjgill 7e5e929
feat: api 요청에 따른 상태 업데이트하도록 임시 구현
jgjgill c51e413
feat: 상태 관리 방식으로 변경 작업
jgjgill a522eb2
feat: 자식 문서 추가시 상태 최신화 구현
jgjgill 7809c08
fix: 수정 및 제거 관련 자식 문서 최신화하도록 변경
jgjgill 9d47d3a
refactor: 현재 문서 삭제시 홈으로 이동하는 방식으로 변경
jgjgill 3c38e75
fix: 라우팅 관련 작업
jgjgill 0778f63
feat: 자동 완성 및 최근 검색 기능 구현
jgjgill 6918089
chore: 개행 및 안쓰는 코드 정리
jgjgill 97c35be
style: 스타일 관련 작업
jgjgill f619831
fix: 문서 삭제 관련 로직 변경
jgjgill 0ba048e
fix: 타이틀 변경시 에디터 상태로 변경하도록 로직 변경
jgjgill 931b895
style: Home, Editor 관련 스타일 작업
jgjgill 8872665
feat: NotFound 관련 작업
jgjgill 13cb534
refactor: 자잘한 리팩토링 진행
jgjgill 0979e02
feat: 검색 관련 포커스 기능 추가
jgjgill 6428239
fix: 자식 문서 여백 문제 관련 작업
jgjgill 6bc441b
feat: 토글 기능 구현
jgjgill f281d38
refactor: 디바운스 함수 분리
jgjgill d5f507a
feat: 툴팁 기능 구현
jgjgill c1870b6
refactor: 파일 구조 변경 및 코드 수정
jgjgill f29f3a1
style: 에디터에서의 자식 문서 스타일 작업
jgjgill 6100dc0
chore: 오타 수정
jgjgill 00d57ac
fix: 스크롤 초기화되는 문제 관련 작업
jgjgill f229c64
refactor: 변수명 변경
jgjgill b93a98a
fix: 에러 관련 작업
jgjgill 6c2a351
style: 토글 디폴트값 변경
jgjgill File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
trie 실습 했던걸 활용해서 검색 기능 만드신게 정말 인상 깊습니다... 👍👍