-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feature: 카테고리 칼럼을 추가한다 #76
Merged
Merged
Conversation
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
guesung
added a commit
that referenced
this pull request
Oct 11, 2024
* chore: staging 브랜치명을 `develop`로 수정한다 * chore: productionn배포 과정에서 alias를 제거한다 * fix: 패키지 버전 이슈를 해결한다 * chore: master에 push했을 때 CI를 진행하지 않는다 * refactor: supabase를 동기로 받아올 수 있도록 수정한다 * chore: Header를 위한 여백을 추가한다 * design: 가이드 페이지에서 padding-y를 제거한다 * chore: dev실행 시 ready를 먼저 실행한다 * chore: `sidePanelbutton`을 렌더링하지 않는다 * fix: `memos` 페이지로 라우팅한다 * feat: middleware위치를 변경하여 토큰 이슈를 해결한다 * Revert "chore: dev실행 시 ready를 먼저 실행한다" This reverts commit 7812946. * chore: 로그인 시 토큰의 만료기간을 설정한다 * fix: 스크립트에 `dev`를 추가한다 * docs: `일단`을 `임시`로 수정한다 * refactor: middleware로직을 `middleware.ts`파일로 옮긴다 * feat: 특정 페이지에서 헤더를 보여주지 않는다 * feat: 토큰명을 상수화한다 * feat: 익스텐션은 스토리지에서 토큰을 관리한다 * fix: `updateSession`의 리턴값을 리턴한다 * chore: guide페이지에서는 헤더를 보여준다 * feat: 사용자의 정보를 받아오는 `useSupabaseUser`훅을 구현한다 * feat: 사용자 로그인 여부에 따라 메모를 보여준다 * chore: 로그아웃 후 처음 페이지로 이동한다 * feat: suspense로 감싸 로딩하는 동안 로딩화면을 보여준다 * Refactor: 메모와 메모 해더를 분리한다 (#73) * refactor: `Memo`와 `MemoHeader`를 분리한다 * refactor: `Memo`에서 `MemoForm`로 네이밍을 수정한다 * refactor: `Header`를 `SummaryHeader`로 변경하여 명확히 한다 * Fix: 토큰 관련 에러를 해결한다 (#74) * refactor: `Memo`와 `MemoHeader`를 분리한다 * refactor: `Memo`에서 `MemoForm`로 네이밍을 수정한다 * refactor: `Header`를 `SummaryHeader`로 변경하여 명확히 한다 * refactor: 토큰명을 상수로 교체한다 * chore: 새 창이 아니라 새 탭으로 로그인 탭을 연다 * chore: 에러 발생 시, 새로고침할 수 있도록 한다 * fix: supabase clinet를 싱글톤 패턴으로 관리한다 * feat: api 단위로 분리하여 ErrorBoundary를 감싼다 * chore: supabase client를 1회만 받아온다 * chore: 익스텐션 id를 추가한다 * design: 로딩 폴백을 스피너로 변경한다 * Refactor: GitHub Actions과정을 최적화한다 (#75) * feat: cicd 과정을 하나의 파일에 통일한다 * chore: 웹 스테이징의 배포 조건을 수정하고, 주석을 추가한다 * hotfix: 환경에 따라 변수를 다르게 설정한다 * docs: `Extension`을 `Web`으로 수정한다 * Feature: 카테고리 칼럼을 추가한다 (#76) * design: border 전역 리셋 css를 추가한다 ref : https://tailwindcss.com/docs/preflight#border-styles-are-reset-globally * design: 저장이 되지 않았을 때 보여주는 형식을 변경한다 * feat: 카테고리 input을 추가한다 * feat: category 타입을 추가한다 * refactor: supabaseClient로 타입을 분리한다 * chore: 타입 파일명을 수정한다 * feat: 카테고리 추가를 설정한다 * fix: Database import 경로를 수정한다 * feat: 메모 페이지에서 카테고리를 보여준다 * refactor: console.log를 제거한다 * Feature: cn(tailwind-merge + clsx)을 추가한다 (#77) * feat: `clsx`와 `tailwind-merge`를 설치한다 * refactor: `cn`을 적용한다 * chore: placeholder를 한글로 변경한다 * chore: v1.4에서는 category기능을 제외한다
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
PR 체크리스트