• Joined on 2026-05-19
calum pushed to main at calum/rda-v3 2026-06-12 10:50:25 +00:00
f41a2937ef Update all Sponsor a Pony links to /support-us#sponsor
calum pushed to main at calum/rda-v3 2026-06-12 10:48:38 +00:00
920d7be939 Add Sponsor a Pony button beside Support us on About page
calum pushed to main at calum/rda-v3 2026-06-12 10:46:26 +00:00
a1ef14aaeb Remove JustGiving button from About page
calum pushed to main at calum/rda-v3 2026-06-12 10:37:55 +00:00
e9c0904bee Fix CTA cards on mobile: touch triggers :hover which overrides flex:none causing layout shift
calum pushed to main at calum/rda-v3 2026-06-12 10:35:14 +00:00
4a93c7efca Fix scroll indicator showing on mobile — inline display:flex overrode media query
calum pushed to main at calum/rda-v3 2026-06-12 10:33:29 +00:00
bab33e0f65 Fix mission blockquote overlapping donate button on mobile
calum pushed to main at calum/rda-v3 2026-06-12 10:29:45 +00:00
62b845f1b5 Fix CTA cards on mobile: always show 3, correct hrefs, fix overflow clipping
calum pushed to main at calum/rda-v3 2026-06-12 10:20:58 +00:00
f0a73bb362 Fix hero eyebrow clipping under logo — increase top padding to clear fixed nav
calum pushed to main at calum/rda-v3 2026-06-12 10:18:31 +00:00
ade2c3da30 Apply v3 design review: hero CTA hierarchy, mobile responsiveness, type scale, sponsor strip
calum pushed to main at calum/rda-v3 2026-06-07 13:22:26 +00:00
a319016dbb Fix invalid __experimental_actions on homePage schema
calum pushed to main at calum/rda-v3 2026-06-07 13:19:47 +00:00
87182583f8 Wire home page content into Sanity CMS with hardcoded fallbacks
calum pushed to main at calum/rda-v3 2026-06-07 13:13:48 +00:00
921e03e22e Replace hero images with new photography across all main pages
calum pushed to main at calum/rda-v3 2026-06-07 13:01:11 +00:00
a00b337703 Store studio index.html outside dist/client/ to avoid static serving
calum pushed to main at calum/rda-v3 2026-06-07 12:58:03 +00:00
7911a32676 Remove studio index.html from static files to force SSR path rewriting
calum pushed to main at calum/rda-v3 2026-06-07 12:55:02 +00:00
8e2cd0b0d6 Rewrite studio asset paths from /static/ to /studio/static/ at serve time
calum pushed to main at calum/rda-v3 2026-06-07 12:50:53 +00:00
847952228f Set studio basePath to /studio so assets resolve correctly
calum pushed to main at calum/rda-v3 2026-06-07 12:45:56 +00:00
85495edad4 Switch Docker deps install to npm install to fix npm version mismatch
calum pushed to main at calum/rda-v3 2026-06-07 12:36:48 +00:00
d82da193f3 Use npm install in studio Docker stage to avoid lock file strictness
calum pushed to main at calum/rda-v3 2026-06-07 12:27:23 +00:00
0596e6db47 Fix infinite redirect on /studio by serving index.html directly
calum pushed to main at calum/rda-v3 2026-06-07 12:18:04 +00:00
9ca50a1da8 Add Sanity Studio served at /studio via Docker multi-stage build