격자별 위험도 조회 (파라미터: 좌표 범위, 시간)
-
+
{`GET /api/v1/predictions/grid
diff --git a/frontend/src/features/statistics/ReportManagement.tsx b/frontend/src/features/statistics/ReportManagement.tsx
index 9afd932..48138b8 100644
--- a/frontend/src/features/statistics/ReportManagement.tsx
+++ b/frontend/src/features/statistics/ReportManagement.tsx
@@ -81,7 +81,7 @@ export function ReportManagement() {
증거 파일 업로드 (사진·영상·문서)
-
+
diff --git a/frontend/src/shared/components/common/FileUpload.tsx b/frontend/src/shared/components/common/FileUpload.tsx
index 7a7a28f..fcb1793 100644
--- a/frontend/src/shared/components/common/FileUpload.tsx
+++ b/frontend/src/shared/components/common/FileUpload.tsx
@@ -110,7 +110,7 @@ export function FileUpload({
{f.file.name}
{formatSize(f.file.size)}
{f.msg && {f.msg}}
-
diff --git a/frontend/src/shared/components/common/NotificationBanner.tsx b/frontend/src/shared/components/common/NotificationBanner.tsx
index 1e29f8f..9fcf6f8 100644
--- a/frontend/src/shared/components/common/NotificationBanner.tsx
+++ b/frontend/src/shared/components/common/NotificationBanner.tsx
@@ -79,6 +79,8 @@ export function NotificationBanner({ notices, userRole }: NotificationBannerProp
{notice.dismissible && (
dismiss(notice.id)}
className="text-hint hover:text-muted-foreground shrink-0"
>
diff --git a/frontend/src/shared/components/common/SearchInput.tsx b/frontend/src/shared/components/common/SearchInput.tsx
index 9fa04f0..40547b6 100644
--- a/frontend/src/shared/components/common/SearchInput.tsx
+++ b/frontend/src/shared/components/common/SearchInput.tsx
@@ -17,6 +17,7 @@ export function SearchInput({ value, onChange, placeholder = '검색...', classN
onChange(e.target.value)}
placeholder={placeholder}
@@ -24,6 +25,8 @@ export function SearchInput({ value, onChange, placeholder = '검색...', classN
/>
{value && (
onChange('')}
className="absolute right-2.5 top-1/2 -translate-y-1/2 text-hint hover:text-muted-foreground"
>