diff --git a/.env.example b/.env.example index c92c023..0119d7e 100644 --- a/.env.example +++ b/.env.example @@ -28,12 +28,6 @@ VITE_PUSH_NOTIFICATIONS_ENABLED=true # Image Upload Configuration (pict-rs) VITE_PICTRS_BASE_URL=https://img.mydomain.com -# Activities / Sortir Configuration -# Default language for the standalone activities app (fr, en, es) -VITE_DEFAULT_LOCALE=fr -# Default map center as "lat,lng" (defaults to France center if not set) -VITE_DEFAULT_MAP_CENTER=42.9667,1.6000 - # Market Configuration VITE_MARKET_NADDR=naddr1qqjxgdp4vv6rydej943n2dny956rwwf4943xzwfc95ekyd3evenrsvrrvc6r2qf8waehxw309akxucnfw3ejuct5d96xcctw9e5k7tmwdaehgunjv4kxz7f0v96xjmczyqrfrfkxv3m8t4elpe28x065z30zszaaqa4u0744qcmadsz3y50cjqcyqqq82scmcafla # OBSOLETE: Not used in codebase - market uses VITE_NOSTR_RELAYS instead diff --git a/.gitignore b/.gitignore index 0e23399..211cb91 100644 --- a/.gitignore +++ b/.gitignore @@ -9,7 +9,6 @@ lerna-debug.log* node_modules dist -dist-* dist-ssr *.local diff --git a/activities.html b/activities.html deleted file mode 100644 index d227e52..0000000 --- a/activities.html +++ /dev/null @@ -1,19 +0,0 @@ - - -
- - - - - - - -${error instanceof Error ? error.message : 'Unknown error'}
-Please refresh the page.
-- {{ userPubkey }} -
- -- {{ t('activities.settings.loginPrompt') }} -
- -{{ activity.title }}
-- {{ activity.type === 'time' ? format(activity.startDate, 'HH:mm') : '' }} - {{ activity.location ? `· ${activity.location}` : '' }} -
-- {{ activity.summary }} -
- -- {{ t('activities.search.noResults') }} -
-- Enter the venue name and address -
-- Loading... - {{ displayName }} -
-- {{ profile.nip05 }} -
-- {{ pubkey.slice(0, 16) }}... -
-- {{ goingCount }} {{ goingCount === 1 ? 'person' : 'people' }} going -
-