• Joined on 2026-05-03
null commented on issue null/Queue-North-Website#215 2026-08-18 04:08:57 -05:00
reCAPTCHA widget is cut off at 320px on the contact form

Fixed in 231f07c, released as v0.9.5 and DEPLOYED to production on 2026-08-18.

Google's iframe is still exactly 304px — that cannot be changed — so the wrapper is scaled instead. `.recaptcha-s…

null closed issue null/Queue-North-Website#215 2026-08-18 04:08:57 -05:00
reCAPTCHA widget is cut off at 320px on the contact form
null commented on issue null/Queue-North-Website#214 2026-08-18 04:08:56 -05:00
Header CTA is clipped at 768px — iPad portrait loses Request Consultation

Fixed in 231f07c, released as v0.9.5 and DEPLOYED to production on 2026-08-18.

The nav's md gap went from gap-6 to gap-4 lg:gap-6 in src/components/layout/Header.jsx, freeing 40px where 10…

null closed issue null/Queue-North-Website#214 2026-08-18 04:08:56 -05:00
Header CTA is clipped at 768px — iPad portrait loses Request Consultation
null pushed tag v0.9.5 to null/Queue-North-Website 2026-08-18 04:06:29 -05:00
null pushed to dev at null/Queue-North-Website 2026-08-18 04:06:27 -05:00
b35f171b8c chore(release): v0.9.5
null pushed to dev at null/Queue-North-Website 2026-08-18 04:05:43 -05:00
231f07c62d fix(ui): header CTA clipped at iPad portrait, and reCAPTCHA cut off at 320px
null opened issue null/Queue-North-Website#214 2026-08-18 04:01:07 -05:00
Header CTA is clipped at 768px — iPad portrait loses Request Consultation
null opened issue null/Queue-North-Website#215 2026-08-18 04:01:07 -05:00
reCAPTCHA widget is cut off at 320px on the contact form
null commented on issue null/Queue-North-Website#197 2026-08-18 03:53:38 -05:00
UI: No image fallback/loading states for hero section images

Closing as no change required — the failure this guards against does not occur, and I checked rather than assumed.

The concern is 'if assets fail, users see broken image placeholders'. Measured…

null closed issue null/Queue-North-Website#197 2026-08-18 03:53:38 -05:00
UI: No image fallback/loading states for hero section images
null commented on issue null/Queue-North-Website#198 2026-08-18 03:53:38 -05:00
UI: ScrollToTop may miss same-page anchor clicks on nested children

Not a defect — the code already does exactly what the fix direction asks for.

The claim is that the handler 'only catches direct anchor clicks. Clicks on nested children (icons, spans inside…

null closed issue null/Queue-North-Website#198 2026-08-18 03:53:38 -05:00
UI: ScrollToTop may miss same-page anchor clicks on nested children
null commented on issue null/Queue-North-Website#195 2026-08-18 03:53:10 -05:00
UI: Header dropdown menus clip on constrained viewports

Not a defect — measured in a real browser against the live site (v0.9.4), not reasoned about.

The claim is that the parent nav container 'may clip or push the dropdown'. It does not, and there…

null closed issue null/Queue-North-Website#195 2026-08-18 03:53:10 -05:00
UI: Header dropdown menus clip on constrained viewports
null commented on issue null/Queue-North-Website#196 2026-08-18 03:53:10 -05:00
UI: Mobile header logo overlaps nav on narrow screens (iPhone SE)

Not a defect — measured on the live site (v0.9.4) at the width the issue names and two others.

viewport   logo            title text       burger          overlap  truncated  h-scroll

null closed issue null/Queue-North-Website#196 2026-08-18 03:53:10 -05:00
UI: Mobile header logo overlaps nav on narrow screens (iPhone SE)
null pushed to dev at null/Queue-North-Website 2026-08-18 03:38:05 -05:00
cf92354d96 docs: v0.9.4 is live, production is on a numbered version, and Watchtower is out
null commented on issue null/Queue-North-Website#212 2026-08-18 03:38:04 -05:00
CORS_ORIGIN names a host the site is not served from, with a trailing slash

Fixed and DEPLOYED in v0.9.4 on 2026-08-18.

The wrong value was never in this repository — docker-compose.yml has always been correct. It was line 21 of Portainer stack 58's own compose file, a…

null closed issue null/Queue-North-Website#212 2026-08-18 03:38:04 -05:00
CORS_ORIGIN names a host the site is not served from, with a trailing slash