Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
91df3b2
refactor: 옵션 리스트 선택시 바로 닫히게 변경(#202)
jeonbinggu Feb 10, 2026
e721430
refactor: zustand를 이용한 상태값 유지(#202)
jeonbinggu Feb 10, 2026
c370e05
feat: 주소 상세 정보 입력 페이지 추가(#202)
jeonbinggu Feb 11, 2026
babe8e8
feat: 주소 상세 정보 입력 UI 구현(#202)
jeonbinggu Feb 11, 2026
a783720
bug: 현상관리 바텀시트 최소 높이 고정(#224)
dodaaaaam Feb 11, 2026
d9e8331
chore: tsx로 변경해 사용하는 confirmation.svg 삭제(#191)
MlNTYS Feb 12, 2026
c4b93c5
chore: 더이상 사용하지 않는 mocks 폴더 삭제(#191)
MlNTYS Feb 12, 2026
b6695ce
chore: export 하였지만 수정으로 사용하지 않게 된 아이콘 삭제(#191)
MlNTYS Feb 12, 2026
a02ec61
refactor: 취소 버튼 누를시 로그인 페이지로 리다이렉 처리(#238)
jeonbinggu Feb 12, 2026
1d3060c
chore: 몇개 icon들의 네이밍 불일치 수정(#191)
MlNTYS Feb 12, 2026
9034d40
chore: icon의 svg중 사진에 가까운 svg들을 webp으로 변환(#191)
MlNTYS Feb 12, 2026
fc684c9
chore: 기존 svg들 제거(#191)
MlNTYS Feb 12, 2026
918ee54
refactor: 바뀐 사진을 사용하던 파일들의 import 변경(#191)
MlNTYS Feb 12, 2026
b320a37
chore: flim-news 관련 이미지도 webp로 변환 루 images 하위로 이동(#191)
MlNTYS Feb 12, 2026
48cd189
refactor: 기존 png를 사용하던 사용처의 import 변경(#191)
MlNTYS Feb 12, 2026
3fbb681
chore: 기존 png 기반 이미지 삭제(#191)
MlNTYS Feb 12, 2026
92f62cf
refactor: apple icon도 barrel export로 수정(#191)
MlNTYS Feb 12, 2026
8c68d8d
chore: 린트 규칙 추가(#238)
jeonbinggu Feb 12, 2026
2b36def
chore: lint 규칙 추가(#238)
jeonbinggu Feb 12, 2026
3d55d76
chore: 린트 수정(#238)
jeonbinggu Feb 12, 2026
52c75e6
refactor: 입력 폼 텍스트 오류 수정(#238)
jeonbinggu Feb 12, 2026
af5647a
Merge pull request #241 from Finders-Official/refactor/clean-assets(#…
MlNTYS Feb 12, 2026
005544d
refactor: 토스트가 설정 시간 이후 삭제되도록 설정(#238)
jeonbinggu Feb 12, 2026
842a8cc
refactor: 웹 뷰 empty state일 때 스크롤 방지(#238)
jeonbinggu Feb 12, 2026
350ede9
refactor: 약관 페이지 스크롤 시 앵커 변경 추가(#238)
jeonbinggu Feb 12, 2026
5e2106a
refactor: 린트 규칙 추가(#238)
jeonbinggu Feb 12, 2026
217d7ba
fix: TextArea 최소 글자 관련 수정(#227)
dodaaaaam Feb 12, 2026
2382fc1
fix: 제미나이 코드 리뷰 반영(#238)
jeonbinggu Feb 12, 2026
4344ab2
fix: 스티키 헤더 재설정(#247)
hyunseo-han Feb 12, 2026
8e7ad52
refactor: 좋아요 상태를 React Query mutation 기반으로 리팩토링하고 캐시 동기화 적용(#247)
hyunseo-han Feb 12, 2026
ef7c6a4
refactor: 메인페이지 레이아웃을 flex 구조로 재정리하고 스크롤 영역 분리(#247)
hyunseo-han Feb 12, 2026
b78c21e
chore: padding 수정(#247)
hyunseo-han Feb 12, 2026
73ea88c
fix: 상세/미리보기 간 React Query 캐시 동기화 누락 문제 해결(#247)
hyunseo-han Feb 12, 2026
889ef4c
feat: filter bottom sheet에서 오늘의 지난 시간은 숨기고 필터 적용이 안되도록 수정(#249)
MlNTYS Feb 12, 2026
6e4fe41
feat: 20시 이후에는 '오늘'이 비활성화 되도록 수정(#249)
MlNTYS Feb 12, 2026
3fe0aba
refactor: toast message에 적용되던 패딩을 대칭이 맞도록 수정(#249)
MlNTYS Feb 12, 2026
0f33a25
chore: README 업데이트(#244)
hyunseo-han Feb 12, 2026
8c73356
refactor: gemini 리뷰 반영, parseHour를 컴포넌트 밖으로 빼고, parseInt radix 추가(#249)
MlNTYS Feb 12, 2026
76bac0f
refactor: isSameDay를 utils/dateFormat.ts에 추출하고 받아서 사용 하도록(#249)
MlNTYS Feb 12, 2026
dff81d3
Merge pull request #251 from Finders-Official/chore/readme-update(#244)
hyunseo-han Feb 12, 2026
135f89e
Merge pull request #245 from Finders-Official/refactor/mypage-qa-4(#238)
jeonbinggu Feb 12, 2026
db0ba8b
fix: 제미나이 코드리뷰 반영(#227)
dodaaaaam Feb 12, 2026
f6b9346
Merge branch 'develop' of https://github.com/Finders-Official/Web int…
jeonbinggu Feb 12, 2026
1da9bc4
Merge pull request #237 from Finders-Official/bug/photo-manage-bottom…
dodaaaaam Feb 12, 2026
09c9c45
feat: 사진수다 검색에서 빈화면에 필터링 추가(#228)
dodaaaaam Feb 12, 2026
d40e87a
Merge pull request #246 from Finders-Official/fix/photo-feed-textArea…
dodaaaaam Feb 12, 2026
77e441a
bug: 토스트 메세지 관련 버그 수정(#242)
dodaaaaam Feb 12, 2026
1ff79db
Merge pull request #248 from Finders-Official/refactor/mainpage-qa-4(…
hyunseo-han Feb 12, 2026
9687860
Merge pull request #250 from Finders-Official/refactor/photo-lab-QA-0…
MlNTYS Feb 12, 2026
2d4288d
fix: Masonry로 변경(#228)
dodaaaaam Feb 12, 2026
9647d8b
fix: 제미나이 코드리뷰 반영(#242)
dodaaaaam Feb 12, 2026
fbe4a1f
chore: 상수 추가(#242)
dodaaaaam Feb 12, 2026
35aed15
fix: 예상 작업 완료 시간 관련 로직 수정(#243)
dodaaaaam Feb 12, 2026
78b2b63
feat: PM-043 UI 구현 및 api 연동(#202)
jeonbinggu Feb 12, 2026
1a72380
Merge pull request #252 from Finders-Official/feat/photo-feed-search-…
jeonbinggu Feb 12, 2026
4ff6bce
Merge pull request #253 from Finders-Official/bug/photo-feed-toast-me…
jeonbinggu Feb 12, 2026
6e5af81
Merge pull request #255 from Finders-Official/fix/photo-manage-time(#…
hyunseo-han Feb 12, 2026
03342ef
Merge pull request #256 from Finders-Official/refactor/photo-manange-…
jeonbinggu Feb 12, 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
336 changes: 268 additions & 68 deletions README.md

Large diffs are not rendered by default.

8 changes: 7 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ export default defineConfig([
ecmaVersion: 2020,
globals: globals.browser,
},
rules: {},
rules: {
"react-hooks/set-state-in-effect": "off",

"react-hooks/refs": "off",

"react-hooks/exhaustive-deps": "off",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

'react-hooks/exhaustive-deps' 규칙을 전역적으로 비활성화하는 것은 매우 위험합니다. 이 규칙은 useEffect, useCallback, useMemo 등의 의존성 배열이 올바르게 설정되었는지 확인하여 오래된 값(stale value)으로 인한 버그를 방지하는 중요한 역할을 합니다. 전역적으로 비활성화하면 잠재적인 버그를 찾기 어려워질 수 있습니다. 꼭 필요한 경우에만 eslint-disable-next-line 주석을 사용하여 특정 줄에 대해서만 규칙을 비활성화하고, 그 이유를 명확히 설명하는 것이 좋습니다. 이 규칙을 다시 활성화하는 것을 강력히 권장합니다.

},
},
]);
Binary file removed src/assets/filmNews/film-news-section-1.png
Binary file not shown.
Binary file removed src/assets/filmNews/film-news-section-2.png
Binary file not shown.
Binary file removed src/assets/filmNews/film-news-section-3.png
Binary file not shown.
File renamed without changes
3 changes: 0 additions & 3 deletions src/assets/icon/bell-fill.svg

This file was deleted.

File renamed without changes
5 changes: 0 additions & 5 deletions src/assets/icon/bookmark-empty.svg

This file was deleted.

3 changes: 0 additions & 3 deletions src/assets/icon/bookmark.svg

This file was deleted.

3 changes: 0 additions & 3 deletions src/assets/icon/bruned.svg

This file was deleted.

3 changes: 0 additions & 3 deletions src/assets/icon/camera-fill.svg

This file was deleted.

3 changes: 0 additions & 3 deletions src/assets/icon/caret-down-fill.svg

This file was deleted.

4 changes: 0 additions & 4 deletions src/assets/icon/chat-bubble-double-ellipsis.svg

This file was deleted.

3 changes: 0 additions & 3 deletions src/assets/icon/chat-bubble-double-fill.svg

This file was deleted.

3 changes: 0 additions & 3 deletions src/assets/icon/chat-square.svg

This file was deleted.

3 changes: 0 additions & 3 deletions src/assets/icon/check.svg

This file was deleted.

37 changes: 0 additions & 37 deletions src/assets/icon/confirmation.svg

This file was deleted.

9 changes: 0 additions & 9 deletions src/assets/icon/delivery.svg

This file was deleted.

9 changes: 0 additions & 9 deletions src/assets/icon/develop.svg

This file was deleted.

3 changes: 0 additions & 3 deletions src/assets/icon/flim-image.svg

This file was deleted.

3 changes: 0 additions & 3 deletions src/assets/icon/headset-fill.svg

This file was deleted.

4 changes: 0 additions & 4 deletions src/assets/icon/headset.svg

This file was deleted.

Loading