From 9c29788210d39572db88cddf5bb0978bfebcc6f4 Mon Sep 17 00:00:00 2001 From: Matt Edholm Date: Thu, 14 May 2026 21:51:43 -0400 Subject: [PATCH] feat(brand): logo placeholder + smoke.sh defaults to wevisto.com MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds frontend/public/logo.svg as a placeholder (rendered at /build/logo.svg after Vite build). Email template share_notification.html.twig swaps the text "WeVisto" header for an referencing /build/logo.svg via absolute_url, so dropping in the final design swaps one file with no template change. bin/smoke.sh HOST now defaults to wevisto.com — legacy host still smoke- testable via HOST=pictureframe.edholm.me bin/smoke.sh under the dual- domain coexistence (Option C). Co-Authored-By: Claude Opus 4.7 (1M context) --- bin/smoke.sh | 7 +++++-- frontend/public/logo.svg | 13 +++++++++++++ public/build/logo.svg | 13 +++++++++++++ templates/emails/share_notification.html.twig | 5 ++++- 4 files changed, 35 insertions(+), 3 deletions(-) create mode 100644 frontend/public/logo.svg create mode 100644 public/build/logo.svg 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.