From 4c540bc7134c438d7205976455971a9ef20797bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Tue, 21 Apr 2026 09:28:34 +0400 Subject: [PATCH] Rename component, clean up CSS --- ...ce-photo-item.gjs => place-photo-upload-item.gjs} | 10 +++++----- app/components/place-photo-upload.gjs | 4 ++-- app/styles/app.css | 12 ++++++------ 3 files changed, 13 insertions(+), 13 deletions(-) rename app/components/{place-photo-item.gjs => place-photo-upload-item.gjs} (93%) diff --git a/app/components/place-photo-item.gjs b/app/components/place-photo-upload-item.gjs similarity index 93% rename from app/components/place-photo-item.gjs rename to app/components/place-photo-upload-item.gjs index ddc2bc0..b47cecc 100644 --- a/app/components/place-photo-item.gjs +++ b/app/components/place-photo-upload-item.gjs @@ -13,7 +13,7 @@ const IMAGE_QUALITY = 0.94; const MAX_THUMBNAIL_DIMENSION = 350; const THUMBNAIL_QUALITY = 0.9; -export default class PlacePhotoItem extends Component { +export default class PlacePhotoUploadItem extends Component { @service blossom; @service imageProcessor; @service toast; @@ -106,14 +106,14 @@ export default class PlacePhotoItem extends Component {