-
Notifications
You must be signed in to change notification settings - Fork 2
Api (extension): 익스텐션 팝업 수정/삭제/생성 Edit 기능 API 연결 #114
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
Merged
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
eefe0e2
feat: 크롬 스토리지에 저장
jllee000 a4c9009
fix: 머지 충돌 해결
jllee000 9a4a63a
feat: 모달 레이아웃 조정 및 색 적용
jllee000 a4af97d
Merge remote-tracking branch 'origin/develop' into feature/#95/extens…
jllee000 1dde65c
feat: 카테고리 조회 및 가져오기
jllee000 fc77268
fix: 드롭다운 초기값 설정
jllee000 a36784a
feat: 포맷 함수+리마인드 get 연결
jjangminii 9b2e1b9
feat: 북마크 아티클 api연결
jllee000 145f99d
fix: 불필요 api 제거
jllee000 4d61ccb
feat: 포맷 시간 추가
jjangminii 1a5cb72
feat: 오늘 날짜 포맷팅 연결
jllee000 d587259
fix: 콘솔 제거
jllee000 19b2658
fix: 머지 에러 해결
jllee000 0a67829
feat: 카테고리 생성 api
jllee000 d7ebfc9
feat: 카테고리 수정 api
jllee000 269133b
fix: 에러 던지기
jllee000 26c82ad
fix: 에러 얼럿 추가
jllee000 0a8d47f
feat: 카테고리 삭제 api 연결
jllee000 385833d
feat: 토큰 연결 및 받아오기
jllee000 4425537
fix: 콘솔제거
jllee000 fecd8b0
fix: lint 수정
jllee000 7253ab8
fix: 머지 에러 해결
jllee000 73d94a8
feat: 토큰 재요청 로직 수정
jllee000 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
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.
사용하지 않는 import 제거 필요
useState가 import되었지만 파일 내에서 사용되지 않습니다.-import { useState } from 'react';📝 Committable suggestion
🤖 Prompt for AI Agents