diff --git a/bin/smoke.sh b/bin/smoke.sh index a34792b..4d9acb7 100755 --- a/bin/smoke.sh +++ b/bin/smoke.sh @@ -21,8 +21,11 @@ # the backgrounded SSE subscriber in step 5 sometimes gets killed before it # receives data. Reproduces inside this script, not in interactive shell. -HOST="pictureframe.edholm.me" -SSH_HOST="pictureframe" +# Defaults to the new wevisto.com host; override with HOST=… to smoke-test +# the legacy pictureframe.edholm.me alias kept alive under the dual-domain +# migration (Option C). +HOST="${HOST:-wevisto.com}" +SSH_HOST="${SSH_HOST:-pictureframe}" TESTBOT_EMAIL="testbot@example.com" TESTBOT_PASS="testpass123" RED="\033[31m"; GREEN="\033[32m"; RESET="\033[0m" diff --git a/frontend/public/logo.svg b/frontend/public/logo.svg new file mode 100644 index 0000000..f1b1ce8 --- /dev/null +++ b/frontend/public/logo.svg @@ -0,0 +1,13 @@ + + + + WeVisto + PLACEHOLDER + diff --git a/public/build/logo.svg b/public/build/logo.svg new file mode 100644 index 0000000..f1b1ce8 --- /dev/null +++ b/public/build/logo.svg @@ -0,0 +1,13 @@ + + + + WeVisto + PLACEHOLDER + diff --git a/templates/emails/share_notification.html.twig b/templates/emails/share_notification.html.twig index 401937e..1580082 100644 --- a/templates/emails/share_notification.html.twig +++ b/templates/emails/share_notification.html.twig @@ -4,7 +4,10 @@
-

WeVisto

+ WeVisto +

{{ sharer.email }} shared a photo with you

Add it to your frame or decline — it's up to you.