• Joined on 2026-05-03
null closed issue null/Queue-North-Website#94 2026-05-17 21:41:22 -05:00
Bug: Industries page uses generic building icon instead of industry.icon
null closed issue null/Queue-North-Website#125 2026-05-17 21:41:22 -05:00
Bug: Dynamic icon lookup in Home.jsx has no fallback (render crash risk)
null closed issue null/Queue-North-Website#92 2026-05-17 21:41:22 -05:00
Bug: Generic industry card description on Home page
null closed issue null/Queue-North-Website#93 2026-05-17 21:41:22 -05:00
Bug: Service cards show both homeDesc and shortDesc (redundant)
null closed issue null/Queue-North-Website#91 2026-05-17 21:41:21 -05:00
Bug: 8x8 white logo on light backgrounds (invisible)
null pushed to dev at null/Queue-North-Website 2026-05-17 21:41:07 -05:00
a5d9d142d5 fix: 8x8 logo visibility, industry icons, service cards, icon fallback (#91 #94 #125 #92 #93) (batch 9.2)
null closed issue null/Queue-North-Website#104 2026-05-17 21:38:10 -05:00
Bug: Header CTA button invisible (navy on navy)
null closed issue null/Queue-North-Website#89 2026-05-17 21:38:10 -05:00
Bug: No scroll-to-top on route navigation
null closed issue null/Queue-North-Website#88 2026-05-17 21:38:10 -05:00
Bug: No 404 Not Found page
null pushed to dev at null/Queue-North-Website 2026-05-17 21:37:48 -05:00
bdef2684bb fix: header CTA visibility, scroll-to-top, 404 page (#104 #89 #88) (batch 9.1)
null closed issue null/Queue-North-Website#120 2026-05-17 21:35:15 -05:00
Bug: db.js is dead code with conflicting schema (no UNIQUE on leads.email)
null closed issue null/Queue-North-Website#121 2026-05-17 21:35:15 -05:00
Bug: Docker healthcheck always reports healthy (process.exit never called)
null closed issue null/Queue-North-Website#123 2026-05-17 21:35:15 -05:00
Security: Database file created with world-writable permissions (0o666/0o777)
null pushed to dev at null/Queue-North-Website 2026-05-17 21:34:45 -05:00
4e57efdc53 fix: DB schema UNIQUE constraint, Docker healthcheck, DB permissions (#120 #121 #123) (batch 9.0)
null opened issue null/Queue-North-Website#131 2026-05-17 21:28:14 -05:00
Dev: Helmet CSP blocks Vite HMR WebSocket in development
null opened issue null/Queue-North-Website#130 2026-05-17 21:28:06 -05:00
UX: Form submit button shows text change but no loading spinner/animation
null opened issue null/Queue-North-Website#129 2026-05-17 21:28:01 -05:00
Bug: CSP connect-src 'self' blocks Zoho API calls (when ZOHO_ENABLED=true)
null opened issue null/Queue-North-Website#128 2026-05-17 21:27:52 -05:00
Cleanup: React Query dependency is overkill (only 2 mutations, no queries)
null opened issue null/Queue-North-Website#127 2026-05-17 21:27:44 -05:00
SEO: No HTTP-to-HTTPS redirect or www-to-non-www canonical redirect
null opened issue null/Queue-North-Website#126 2026-05-17 21:27:37 -05:00
Bug: api.js retries 409 Conflict responses (duplicate lead submissions)