diff --git a/.env.example b/.env.example index 0119d7e..c92c023 100644 --- a/.env.example +++ b/.env.example @@ -28,6 +28,12 @@ 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 211cb91..0e23399 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ lerna-debug.log* node_modules dist +dist-* dist-ssr *.local diff --git a/activities.html b/activities.html new file mode 100644 index 0000000..d227e52 --- /dev/null +++ b/activities.html @@ -0,0 +1,19 @@ + + +
+ + + + + + + +${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 +
+