Commit Graph

2 Commits

Author SHA1 Message Date
giles
a72598f75e Fix cart-mini fragment using internal URL for logo image
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 53s
site().logo resolves against g.host which is cart:8000 on internal
fragment requests. Use blog_url() for the public blog asset URL.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 09:37:44 +00:00
giles
0b2e59bc2c Add cart-mini and account-nav-item fragment handlers
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 59s
Phase 2 of fragment composition: cart exposes cart-mini fragment
(icon + item count badge) and account-nav-item fragment (orders
link) via /internal/fragments/ endpoint. Updates shared submodule.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 09:11:50 +00:00