From 3dcb05de7631a20c8a8adb977b257825930fdb5f Mon Sep 17 00:00:00 2001 From: Tomas Dvorak Date: Sat, 25 Oct 2025 13:04:02 +0200 Subject: [PATCH] gr --- frontend/src/pages/SetupPage.tsx | 9 ++------- internal/controllers/base_controller.go | 8 +++++--- internal/services/prefetch_service.go | 26 ++++++++++++++++++------- 3 files changed, 26 insertions(+), 17 deletions(-) diff --git a/frontend/src/pages/SetupPage.tsx b/frontend/src/pages/SetupPage.tsx index 3a7e80e..47a66b3 100644 --- a/frontend/src/pages/SetupPage.tsx +++ b/frontend/src/pages/SetupPage.tsx @@ -116,7 +116,6 @@ const SetupPage: React.FC = () => { const [instagramUrl, setInstagramUrl] = useState(''); const [youtubeUrl, setYoutubeUrl] = useState(''); const [galleryUrl, setGalleryUrl] = useState(''); - const [galleryLabel, setGalleryLabel] = useState('Fotogalerie'); const toast = useToast(); const navigate = useNavigate(); @@ -293,7 +292,6 @@ const SetupPage: React.FC = () => { instagram_url: instagramUrl || undefined, youtube_url: youtubeUrl || undefined, gallery_url: galleryUrl || undefined, - gallery_label: galleryLabel || undefined, // GPS location (optional) location_latitude: typeof gpsLat === 'number' ? gpsLat : undefined, location_longitude: typeof gpsLng === 'number' ? gpsLng : undefined, @@ -564,7 +562,7 @@ const SetupPage: React.FC = () => { URL loga klubu - setClubLogoUrl(e.target.value)} /> + setClubLogoUrl(e.target.value)} />