Skip to content
Merged
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
ab4112e
refactor:non-used 파일 지도 추가
yerroong Nov 25, 2025
4bf0285
B
yerroong Nov 25, 2025
9ca8680
delete: 업무상 질병 산재보험 절차 사진삭제
yerroong Nov 25, 2025
f91720b
Merge branch 'main' of https://github.com/yerroong/WithIN-FE
yerroong Nov 25, 2025
cfcc394
Feat: 홈 페이지 메인 카드 글자 깨짐 해결 및 구조 개편
yerroong Nov 25, 2025
55404a2
Feat: 홈 페이지 카드 글자 깨짐 해결 및 구조 개편
yerroong Nov 25, 2025
b7ab2ea
feat: : GuidePage 글자깨짐 개선 /CSS 구조 수정
yerroong Nov 25, 2025
16ba97f
chore: import 경로 업데이트
yerroong Nov 25, 2025
694a113
chore: import 경로 업데이트
yerroong Nov 25, 2025
920debb
feat: 버튼 및 아코디언 텍스트 자동 줄바꿈 적용
yerroong Nov 25, 2025
440855d
fix: 글자 크기에 따라 필터 버튼(chip) 높이 자동 조절
yerroong Nov 25, 2025
cebe70c
fix: 탭 버튼 폭 자동 확장 및 글자 줄바꿈 적용
yerroong Nov 25, 2025
eb15f91
feat: info 페이지 섹션 타이틀 하이라이트 개선
yerroong Nov 25, 2025
d48054a
refactor: 불필요한 함수 제거
yerroong Nov 25, 2025
f50ba06
feat: 트리거 박스 가운데 정렬 적용
yerroong Nov 25, 2025
abdbe5b
feat: 트리거 박스 가운데 정렬 적용
yerroong Nov 25, 2025
86b0e3a
style: 카드/박스 border-radius 및 box-shadow 값 수정
yerroong Nov 25, 2025
b146caf
refactor: 사용되지 않는 SVG 정리
yerroong Nov 25, 2025
ed2161d
refactor: InfoPage 카드 구조 및 UI 개선
yerroong Nov 25, 2025
58cdbe0
style:info 페이지 gap, radius, 그림자 수정
yerroong Nov 25, 2025
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
2 changes: 1 addition & 1 deletion non-used/BookmarkPage/BookmarkPage.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { useEffect, useMemo, useRef, useState } from "react";
import Header from "../../src/components/Header/Header";
import BottomBar from "../../src/components/BottomBar/BottomBar";
import { HOSPITALS, type Hospital } from "../../src/pages/LocationPage/hospitals";
import { HOSPITALS, type Hospital } from "../../src/pages/ListPage/hospitals";
import "./BookmarkPage.css";

type SortKey = "distance" | "alpha";
Expand Down
2 changes: 1 addition & 1 deletion non-used/LocationPage.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { useEffect, useMemo, useRef, useState } from "react";
import Header from "../src/components/Header/Header";
import BottomBar from "../src/components/BottomBar/BottomBar";
import { HOSPITALS, type Hospital, type Hours, type Day } from "../src/pages/LocationPage/hospitals";
import { HOSPITALS, type Hospital, type Hours, type Day } from "../src/pages/ListPage/hospitals";
import { useLocation, useNavigate, useNavigationType } from "react-router-dom";
import "./LocationPage.css";

Expand Down Expand Up @@ -95,7 +95,7 @@
const navType = useNavigationType();
const navigate = useNavigate();
const [keyword, setKeyword] = useState<string>("");
const [selectedHospitalName, setSelectedHospitalName] = useState<string | null>(null);

Check warning on line 98 in non-used/LocationPage.tsx

View workflow job for this annotation

GitHub Actions / build

'setSelectedHospitalName' is assigned a value but never used. Allowed unused vars must match /^_/u
const routeState = useMemo<LocationState>(() => location.state as LocationState, [location.state]);
const nameOverlayRef = useRef<naver.maps.CustomOverlay | null>(null);

Expand Down
4 changes: 2 additions & 2 deletions src/components/Map.tsx → non-used/Map.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { useEffect, useRef } from "react";
import { HOSPITALS, type Hospital } from "../pages/LocationPage/hospitals";
import { geocodeByRest } from "../utils/geocode";
import { HOSPITALS, type Hospital } from "../src/pages/ListPage/hospitals";
import { geocodeByRest } from "./geocode";

interface MapProps {
onSelectHospital?: (hospital: Hospital | null) => void;
Expand Down
2 changes: 1 addition & 1 deletion non-used/SearchPage/SearchPage.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { useEffect, useMemo, useState } from "react";
import { useLocation, useNavigate } from "react-router-dom";
import { HOSPITALS } from "../../src/pages/LocationPage/hospitals";
import { HOSPITALS } from "../../src/pages/ListPage/hospitals";
import "./SearchPage.css";

type HistoryItem = { id: string; term: string; ts: number };
Expand Down
File renamed without changes.
32 changes: 0 additions & 32 deletions public/Guide/Guide-box.svg

This file was deleted.

15 changes: 15 additions & 0 deletions public/Guide/Guide-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 0 additions & 5 deletions public/Help/eventplus-icon.svg

This file was deleted.

10 changes: 10 additions & 0 deletions public/Home/ExSearch-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions public/Home/Feedback-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions public/Home/Guide-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 0 additions & 25 deletions public/Home/Home_ExSearch.svg

This file was deleted.

24 changes: 0 additions & 24 deletions public/Home/Home_Feedback.svg

This file was deleted.

27 changes: 0 additions & 27 deletions public/Home/Home_Guide.svg

This file was deleted.

31 changes: 0 additions & 31 deletions public/Home/Home_HosSearch.svg

This file was deleted.

Loading
Loading