From b3ca6c9d913f5481a67d157902456648f058398b Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Sun, 8 Jun 2025 16:55:03 -0600 Subject: [PATCH] remove relative URL references in different target because mobile chokes --- .env.development | 2 +- src/components/HiddenDidDialog.vue | 1 - src/components/ProjectIcon.vue | 10 ++++----- src/views/ClaimView.vue | 3 --- src/views/ConfirmGiftView.vue | 2 -- src/views/ContactsView.vue | 3 ++- src/views/HelpView.vue | 9 +++++++-- src/views/OnboardMeetingSetupView.vue | 29 +++++++++++++-------------- src/views/ProjectViewView.vue | 1 - 9 files changed, 29 insertions(+), 31 deletions(-) diff --git a/.env.development b/.env.development index 6989633c..4eb1f744 100644 --- a/.env.development +++ b/.env.development @@ -2,7 +2,7 @@ # iOS doesn't like spaces in the app title. TIME_SAFARI_APP_TITLE="TimeSafari_Dev" -VITE_APP_SERVER=http://localhost:3000 +VITE_APP_SERVER=http://localhost:8080 # This is the claim ID for actions in the BVC project, with the JWT ID on this environment (not production). VITE_BVC_MEETUPS_PROJECT_CLAIM_ID=https://endorser.ch/entity/01HWE8FWHQ1YGP7GFZYYPS272F VITE_DEFAULT_ENDORSER_API_SERVER=http://localhost:3000 diff --git a/src/components/HiddenDidDialog.vue b/src/components/HiddenDidDialog.vue index 4356392c..93c76c61 100644 --- a/src/components/HiddenDidDialog.vue +++ b/src/components/HiddenDidDialog.vue @@ -50,7 +50,6 @@