Skip to content

to main#207

Merged
JoshuaVSherman merged 6 commits into
mainfrom
dev
Jun 5, 2026
Merged

to main#207
JoshuaVSherman merged 6 commits into
mainfrom
dev

Conversation

@JoshuaVSherman

Copy link
Copy Markdown
Contributor

No description provided.

JoshuaVSherman and others added 6 commits May 29, 2026 19:19
Reflects the master->main branch rename. BUILD_BRANCH is a template
default in .env.example only; not consumed by committed code.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Maria's Apperson review #1/#4/#5: the coupon graphic, several slideshow
photos, and the "Accepted Credit Cards" graphic were broken because they
lived in static/imgs/ — which nothing serves (Vite serves public/,
server.js serves dist/, and the build never copied static/). Every
static/imgs/... URL 404'd, so the browser showed alt text instead.

- Move static/imgs/* -> public/imgs/ (Vite serves it at /imgs/...); the
  build now emits them into dist/imgs/ for prod
- Update all refs: ../static/imgs/X, ../../static/imgs/X, /static/imgs/X
  -> /imgs/X
- Move static/*.scss -> src/styles/ to match the other frontends; fix the
  main.tsx import
- Drop the duplicate static/favicon.ico (public/favicon.ico kept)
- Delete static/; update package.json files list + point stylelint at src/

Fixes the missing coupon (#1), local slideshow photos (#4), and credit
cards graphic (#5). Remaining review items (#2 fonts, #3 slideshow
timing, #6 Facebook link) are separate follow-ups.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Remaining Apperson review items:
- #2 .header-text used TrajanProRegular (never loaded) -> fell back to
  serif/Times; switch to the loaded Habibi sans-serif so all text matches
- #3 slideshow autoplaySpeed 3000 -> 5000 (slower) and waitForAnimate:false
  so the first photo no longer lingers longer than the rest
- #6 remove the Facebook link (Unofficial page, no header image, one post)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
chore: update .env.example BUILD_BRANCH master->main
…tyles-to-src

# Conflicts:
#	package-lock.json
#	package.json
…o-src

fix: Maria's Apperson review — all 6 items (graphics, fonts, slideshow, FB link)
@JoshuaVSherman JoshuaVSherman merged commit fb8d546 into main Jun 5, 2026
0 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant