Skip to content
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

Refactor/#120 클라이언트 crdt 라이브러리 적용 #128

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
5452a58
feat: 블록별 아이콘 컴포넌트 구현
Ludovico7 Nov 16, 2024
c45136a
refactor: 블록 컴포넌트 CRDT 데이터 구조로 수정
Ludovico7 Nov 16, 2024
eed414c
refactor: 기존 타입 삭제 후 CRDT 라이브러리 타입 사용
Ludovico7 Nov 16, 2024
448428e
fix: 텍스트 있을 때 타입 변경안되는 버그 수정
Ludovico7 Nov 16, 2024
528e3a0
refactor: 키입력 핸들러 CRDT 구조에 맞게 수정
Ludovico7 Nov 16, 2024
542ad25
refactor: 에디터 컴포넌트 CRDT 구조에 맞게 수정
Ludovico7 Nov 16, 2024
2b04b2d
fix: 체크박스 정규표현식 수정
Ludovico7 Nov 16, 2024
afa0453
feat: 체크박스 아이콘 생성
Ludovico7 Nov 16, 2024
cd02065
style: 체크박스 스타일 수정
Ludovico7 Nov 16, 2024
d1c9cb7
style: lint 설정
Ludovico7 Nov 16, 2024
814aad0
refactor: 불필요한 파일 삭제
Ludovico7 Nov 16, 2024
76f4d1f
fix: 불필요한 파라미터 삭제
Ludovico7 Nov 16, 2024
9457572
refactor: 불필요한 파일 삭제
Ludovico7 Nov 17, 2024
609176e
refactor: 블록 컴포넌트 feature/editor/components 디렉토리로 이동
Ludovico7 Nov 17, 2024
ea01775
refactor: 서윤님 피드백 반영
Ludovico7 Nov 17, 2024
fd228a7
fix: h2, h3 제대로 인식 못하는 버그 수정
Ludovico7 Nov 17, 2024
4130379
refactor: 키입력 커스텀 훅 feature/editor/hooks 디렉토리로 이동
Ludovico7 Nov 17, 2024
4d3cab0
refactor: markdownPatterns 파일 feature/editor/utils 디렉토리로 이동
Ludovico7 Nov 17, 2024
544c0c7
refactor: lint 적용
Ludovico7 Nov 17, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
81 changes: 0 additions & 81 deletions client/src/components/block/Block.style.ts

This file was deleted.

78 changes: 0 additions & 78 deletions client/src/components/block/Block.tsx

This file was deleted.

Loading
Loading