This repository has been archived by the owner on Jun 13, 2023. It is now read-only.
MOZI MVP
Pre-release
Pre-release
MOZI MVP
What's Changed
- chore: lint 설정 by @hyunjinee in #5
- chore: TypeScript 세팅 by @HanCiHu in #6
- chore: webpack 설정 by @hyunjinee in #7
- chore: prettier 설정 추가 by @hyunjinee in #10
- chore: Next 세팅 by @hyunjinee in #8
- �chore: basic setting by @HanCiHu in #11
- Revert "�chore: basic setting" by @HanCiHu in #12
- refactor/folder by @hyunjinee in #18
- chore: jest by @hyunjinee in #19
- chore: husky by @hyunjinee in #20
- chore: cypress by @hyunjinee in #21
- chore: FrontEnd Setting by @HanCiHu in #23
- feat: react-query 적용 by @hyunjinee in #27
- chore: eslint 사용하지 않는 import문에 대한 경고 설정 by @hyunjinee in #29
- feat: main page layout by @hyunjinee in #31
- feat: todo list by @HanCiHu in #39
- feat: 할일 삭제 버튼 및 삭제 요청 by @hyunjinee in #41
- refactor: main page api logic by @HanCiHu in #43
- refactor: Main Page by @hyunjinee in #44
- feat: side bar by @HanCiHu in #46
- chore: Continuous Integration by @hyunjinee in #38
- test: TodoSubmitForm 테스트 코드 작성 by @hyunjinee in #47
- refactor: index Page by @hyunjinee in #50
- feat: Recoil 적용 by @hyunjinee in #54
- refactor: Main Page by @hyunjinee in #55
- style: Main Page UI 레이아웃 구성 by @hyunjinee in #53
- chore: Storybook by @hyunjinee in #65
- chore: 폴더 이름 수정 및 테스트 폴더 분리 by @hyunjinee in #68
- feat: map 페이지에 naver 지도 연동 by @hyunjinee in #73
- chore: queryClient 옵션 변경 by @hyunjinee in #75
- feat: register service worker by @HanCiHu in #76
- refactor: 메인페이지 컴포넌트들 리액트 쿼리와 의존성 제거 by @hyunjinee in #79
- feat: useDebounce hook by @hyunjinee in #82
- Yarn cache 적용 by @SangsooNam in #83
- fix: todo update 버그 수정 by @HanCiHu in #84
- refactor: useDebounce 테스트 코드 가독성 향상 by @SangsooNam in #85
- refactor: TodoListItem 컴포넌트 by @hyunjinee in #86
- refactor: TodoListItem 컴포넌트 by @hyunjinee in #88
- feat: 사용자 위치 마킹 by @hyunjinee in #90
- feat: SideBar 넓이 조절 기능 및 스토리북 작성 by @hyunjinee in #91
- refactor: tests 폴더에서 테스트 파일들 각각의 폴더로 이동 by @hyunjinee in #97
- test: TodoSubmitForm 컴포넌트 테스트 코드 추가 by @hyunjinee in #98
- fix: SideBar 넓이가 바뀔 때마다 styled-component에 의해 클래스 추가되는 버그 수정 by @hyunjinee in #101
- fix: utils 폴더 shared 하위 경로로 이동 by @hyunjinee in #102
- feat: TodoListItem 스토리북 작성 및 CSS 개선 by @hyunjinee in #104
- feature: 주기적으로 근접 장소 확인 및 알림 by @HanCiHu in #107
- feat: useTodoListQuery by @hyunjinee in #108
- feat: useOnClickOutside by @hyunjinee in #111
- feat: 장소를 입력받기 위해 Todo 클릭시 공간 늘어나는 기능 구현 by @HanCiHu in #116
- �feat: ErrorBoundary by @hyunjinee in #117
- feat: Todo 클릭시 지도 띄우기 by @HanCiHu in #118
- feat: useLocalForage by @hyunjinee in #119
- style: TodoListItem 하위 컴포넌트 네이밍 개선 by @hyunjinee in #120
- refactor: TodoListItem by @hyunjinee in #121
- feat: TodoListItem Description에 ContentEditable 적용 by @hyunjinee in #123
- feat: 지도에서 장소데이터 업데이트 by @HanCiHu in #124
- refactor: 디자인 명세에 맞게 create todo 변경 by @HanCiHu in #126
- feat: todo Location 저장된 위치로 기본 위치 설정 by @HanCiHu in #127
- fix: 버그 수정 by @HanCiHu in #129
- feat: TodoListItem에 contentEditable 적용 by @hyunjinee in #125
- refactor: inbox page rendering optimization by @hyunjinee in #130
- feat: TodoList가 업데이트 되면 자동으로 IndexedDB에 저장 by @hyunjinee in #135
- feat: pwa에 icon, manifest 적용 by @hyunjinee in #137
- feat: cache data using service worker by @HanCiHu in #139
- feat: cache first, fallback to network (next static files) by @hyunjinee in #140
- feature: web push 구독 및 알림 받기 by @HanCiHu in #141
- feat: 페이지와 서비스워커간의 통신 구현 by @hyunjinee in #144
- style: SideBar 스타일 개선 by @hyunjinee in #145
- refactor: web push notification 모듈화 by @HanCiHu in #146
- chore: Next.js 환경 변수 적용 by @hyunjinee in #148
- fix: 장소 업데이트가 제대로 이루어지지 않는 버그 수정 by @HanCiHu in #151
- feat: darkmode, toggle button 구현 by @hyunjinee in #150
- chore: 파일 정리 및 이름 재정의 by @hyunjinee in #154
- fix: notification api end point update by @sion-k in #156
- feat: TodoList 오프라인 동기화 구현 by @hyunjinee in #155
- feat: sidebar 컴포넌트 _app에 적용 (모든 페이지) by @hyunjinee in #157
- style: theme 변환시 transition 효과 적용 by @hyunjinee in #158
- feat: ESC 클릭시 TodoListItem에서 포커스 제거 by @hyunjinee in #161
- feat: TodoService 오프라인 로직 추가 by @hyunjinee in #166
- feat: options 버튼 추가 by @HanCiHu in #167
- feat: lighthouse ci 적용 by @hyunjinee in #169
- fix: push -> ci 실행하도록 변경 by @hyunjinee in #171
- fix: develop branch에서 ci 실패 by @hyunjinee in #172
- feat: install lighthouse app by @hyunjinee in #173
- feat: TodoListItem 성능 최적화 및 오프라인 동기화 구현 by @hyunjinee in #174
- style: 메모 추가 버튼 by @hyunjinee in #175
- feat: nextauth를 사용한 카카오 로그인 구현 by @hyunjinee in #177
- style: sidebar & header by @hyunjinee in #178
- chore: fix figure props by @hyunjinee in #180
- fix: todolistitem bug 수정 by @hyunjinee in #182
- feat: 장소에 따라 알림 (#179) by @HanCiHu in #184
- refactor: 사용하지 않은 변수, 함수, 선언 삭제 by @SangsooNam in #185
- feat: 사용자는 체크 표시를 통해 할 일을 완료할 수 있다. by @hyunjinee in #186
- feat: 모바일 레이아웃 적용 (SideBar) by @hyunjinee in #187
- feat: sidebar 모바일 레이아웃 적용 by @hyunjinee in #188
- style: todo 컴포넌트 UI 스타일링 by @HanCiHu in #190
- refactor: backspace or delete 버튼으로 todo 삭제 by @HanCiHu in #193
- style: sidebar html 구조 변경 및 디자인 시안 반영 by @hyunjinee in #191
- style: inbox title by @hyunjinee in #200
- style: footer by @hyunjinee in #202
- fix: figure calendar 이름 겹치는거 이름 수정 by @hyunjinee in #203
- chore: mozi assets by @hyunjinee in #206
Full Changelog: https://github.com/team-yaza/mozi-client/commits/v1.0.0