-
Notifications
You must be signed in to change notification settings - Fork 28
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
[Mission4/이혜준] - Project_Notion_VanillaJS #24
Open
solar3070
wants to merge
48
commits into
prgrms-fe-devcourse:3/#4_leehyejun
Choose a base branch
from
solar3070:3/#4_leehyejun_working
base: 3/#4_leehyejun
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 all commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
eb919f3
feat: PostList 더미데이터 렌더링
solar3070 1136a51
chore: gitignore 추가
solar3070 869c953
feat: api 요청 함수 작성
solar3070 5e652b6
feat: Root Documents 가져오는 api 연결
solar3070 270651a
feat: PostsPage 생성
solar3070 1926a68
feat: App 컴포넌트 생성
solar3070 5ad629f
feat: 버튼 컴포넌트 추가
solar3070 71610c3
feat: PostsPage에 페이지 추가 버튼 생성
solar3070 47b7ffe
feat: Editor 컴포넌트 생성
solar3070 dc81dd1
feat: storage.js 생성
solar3070 b4219b6
feat: 편집 중 상태를 알리는 콜백 함수 생성
solar3070 3bb525a
feat: onEditing 콜백 함수 디바운싱 처리
solar3070 3773b11
feat: PostEditPage 생성
solar3070 c4770e1
chore: api 헤더 x-username 변경
solar3070 d1b8220
feat: 라우팅 처리
solar3070 f51d1de
feat: 임시저장 Confirm 띄우기
solar3070 98adb9b
feat: postId에 따른 api 처리
solar3070 f50b874
feat: router.js 생성
solar3070 8d6365a
feat: 이동 버튼들 추가
solar3070 2c21a36
design: 문서 리스트 옆에 에디터 창 위치
solar3070 dccbb2e
chore: 필요없는 버튼 제거
solar3070 2d97090
feat: 페이지 추가 버튼 클릭시 문서 바로 생성
solar3070 eac8759
feat: 문서 삭제 기능 구현
solar3070 6b014c9
feat: 하위 문서 생성 기능 구현
solar3070 55024bd
feat: 제목 수정시 문서 리스트에도 실시간 반영
solar3070 c2e0a8e
design: 노션 레이아웃 스타일링
solar3070 7e81611
feat: 뒤로 가기, 앞으로 가기 구현
solar3070 7f58224
feat: 특정 포스트에서 새로고침할 때 리스트도 같이 뜨도록 수정
solar3070 125fdab
feat: 포스트 재클릭시 내용 날아감 방지
solar3070 3626b12
fix: 깜빡임 현상 방지 위해 코드 복구
solar3070 d235f4f
feat: 문서 수정 낙관적 업데이트
solar3070 49a1129
feat: 문서 삭제시 루트 URL로 이동
solar3070 43c58c8
feat: 문서 삭제시 루트 URL 이동 방어 코드 추가
solar3070 0c848c3
feat: 페이지 추가 버튼 클릭시 문서 트리 갱신
solar3070 543653c
feat: 특정 포스트에서 새로고침시 문서 트리 로드
solar3070 4189852
refactor: api 호출 함수들 생성
solar3070 44b612e
feat: 문서 리스트 렌더링하는 함수 생성
solar3070 c06f7e3
feat: 현재 편집 중인 문서의 하위 문서 링크 렌더링
solar3070 d712485
fix: js파일 확장자 붙이기
solar3070 49c04ac
design: 간단한 스타일링
solar3070 99b073d
feat: 하위 페이지 토글 기능 구현
solar3070 486fc28
design: 클릭 문서 액티브 스타일링
solar3070 c979e6a
feat: 헤더와 파비콘 추가
solar3070 9d596b5
design: 문서 제목 글자 초과시 ... 처리
solar3070 720e580
chore: 컬러 코드 변수 파일로 빼기
solar3070 d1bb616
chore: 클래스 이름 수정
solar3070 a19d4b3
feat: 헤더 타이틀 클릭시 루트로 이동
solar3070 3c87f90
chore: netlify 배포 404 에러 해결
solar3070 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
baseUrl.js |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/* /index.html 200 |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
/* 컬러 코드*/ | ||
$BROWN_10: #fbfbfa; | ||
$BROWN_20: #ebebea; | ||
$BROWN_30: #dddddc; | ||
$BROWN_40: #d3d1cb; | ||
$BROWN_50: #b5b5b2; | ||
$BROWN_60: #908f8c; | ||
$BROWN_70: #676662; | ||
$BROWN_80: #5e5c57; | ||
$BROWN_90: #37352f; | ||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.
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.
오 컬러코드 미리 지정해서 사용하는 거 좋네요