Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
d8ec2cf
feat: 알림 아이템 컴포넌트 구현
limtjdghks May 20, 2026
e594751
add: 설정 아이콘 추가
limtjdghks May 20, 2026
51802aa
feat: 알림 페이지 UI 구현
limtjdghks May 20, 2026
04036e3
feat: 알림 페이지 라우트 추가 및 헤더 알림 아이콘 페이지 연결
limtjdghks May 20, 2026
d2dbdfb
feat: 알림 삭제 기능 UI 구현
limtjdghks May 20, 2026
6ecb511
feat: 알림 설정 페이지 UI 구현
limtjdghks May 20, 2026
b5bb8e1
feat: 알림 API 연동
limtjdghks May 20, 2026
441436b
feat: 알림 설정 조회 및 변경 API 연동
limtjdghks May 20, 2026
d47d9ab
fix: NotificationPage 타입 수정
limtjdghks May 20, 2026
5a71699
feat: scope가 null일 때 설정 변경 mutation 호출 차단
limtjdghks May 20, 2026
c2e45de
fix: 마우스 드래그 이벤트 처리 개선
limtjdghks May 20, 2026
d67fd9d
fix: 설정 타입으로 CONSENT_TYPE을 사용하도록 수정
limtjdghks May 20, 2026
56aa0a2
fix: 알림 삭제 플로우 수정
limtjdghks May 20, 2026
b654be8
feat: 야간 알림 토글 추가
limtjdghks May 20, 2026
99704ab
feat: 알림 조회 타입 추가에 따른 api 로직 변경
limtjdghks May 22, 2026
74ae6d0
feat: 알림 타입 선택 드롭다운 리스트 추가
limtjdghks May 22, 2026
399c5fa
feat: 알림 읽음 처리 API 연동
limtjdghks Jun 3, 2026
7ad0029
feat: 알림 전체 읽음 처리 구현
limtjdghks Jun 3, 2026
da2e5cd
feat: unread 뱃지 추가
limtjdghks Jun 3, 2026
abbff2c
merge: navbar 충돌 해결
limtjdghks Jun 3, 2026
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
7 changes: 7 additions & 0 deletions src/app/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ import { StoreRegisterPage } from '@/pages/manager/store-register'
import { ManagerWorkerInvitePage } from '@/pages/manager/worker-invite'
import { WorkerListPage } from '@/pages/manager/worker-list'
import { WorkspaceJoinPage } from '@/pages/user/workspace-join'
import { NotificationPage } from '@/pages/notification'
import { NotificationSettingsPage } from '@/pages/notification/settings'
import { MyPage } from '@/pages/my'
import { ProfileEditPage } from '@/pages/my/profile'
import { EmailEditPage } from '@/pages/my/profile/email'
Expand Down Expand Up @@ -110,6 +112,11 @@ export function App() {
element={<AppliedStoresPage />}
/>
<Route path={ROUTES.MY.PROFILE} element={<ProfileEditPage />} />
<Route path={ROUTES.NOTIFICATIONS} element={<NotificationPage />} />
<Route
path={ROUTES.NOTIFICATION_SETTINGS}
element={<NotificationSettingsPage />}
/>
<Route
path={ROUTES.MY.PROFILE_NICKNAME}
element={<NicknameEditPage />}
Expand Down
9 changes: 9 additions & 0 deletions src/assets/alter-logo-vector.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading