From e46541a905d807e4275308951f9b7ddcbc703bf7 Mon Sep 17 00:00:00 2001 From: Innei Date: Fri, 13 Jun 2025 19:29:11 +0800 Subject: [PATCH] feat: update .gitignore and enhance ExifPanel styling - Added .project.json to .gitignore to exclude project identity files. - Updated ExifPanel styling to include backdrop blur effect for mobile view, improving visual consistency. Signed-off-by: Innei --- .specstory/.gitignore | 2 ++ apps/web/src/components/ui/photo-viewer/ExifPanel.tsx | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.specstory/.gitignore b/.specstory/.gitignore index 53b537f4..d05a40ef 100644 --- a/.specstory/.gitignore +++ b/.specstory/.gitignore @@ -1,2 +1,4 @@ # SpecStory explanation file /.what-is-this.md +# SpecStory project identity file +/.project.json diff --git a/apps/web/src/components/ui/photo-viewer/ExifPanel.tsx b/apps/web/src/components/ui/photo-viewer/ExifPanel.tsx index 9ff33828..35e1c2c6 100644 --- a/apps/web/src/components/ui/photo-viewer/ExifPanel.tsx +++ b/apps/web/src/components/ui/photo-viewer/ExifPanel.tsx @@ -43,9 +43,9 @@ export const ExifPanel: FC<{