Horizon release v2.0.3#4
Closed
stephanie-shopify wants to merge 1 commit into
Closed
Conversation
Upstream-SHA: ac7b0ca61899f8e4bf9e3b6b2914a94d907f1c0a
Stevehub99
pushed a commit
to Stevehub99/botanique-horizon
that referenced
this pull request
Apr 28, 2026
Hardcode per-step asset filenames via {% case forloop.index %} since
image_picker schema settings can't accept asset_url paths (they require
Shopify-uploaded media library images, not theme-asset filenames).
Mapping mirrors source's per-step icon assignment from inventory §12:
step 1 (Settimana 1): bq-results-icon-default.png (eye glyph)
step 2 (Settimana 2): bq-results-icon-2.png
step 3 (Settimana 4): bq-results-icon-3.png
step 4 (Settimana 6): bq-results-icon-4.png
step 5 (Settimana 8): bq-results-icon-5.png
step 6 (Mese 3): bq-results-icon-4.png (source reuses Shopify#4)
Admin can still override per-instance via the desc_icon image_picker
setting; when blank, the per-step asset fallback fires.
Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
DrinkFortified
pushed a commit
to DrinkFortified/Fortified-Horizon-Theme
that referenced
this pull request
May 22, 2026
Section Shopify#4 of 16 — vs-competitor table matching the Figma: Layout: • Centered container max 1100px • Heading above table, centered, large (28-48px clamp) • Table in rounded card (16px radius, 1px border, 3% fg tint bg) Table styling: • Header row: 12.5px uppercase, 60% opacity • Fortified column header: --fortified-accent bg with bg text on rounded corners — pops against the competitor columns • Body rows: 1px border-bottom dividers, hover tint at 2% fg • Row labels left-aligned, 600 weight • Fortified column cells: 700 weight + 8% accent-tinted bg • Competitor cells: muted normal weight Checkmark rows: • ✓ rendered as 26px accent-filled circle with bg foreground • ✗ rendered as 26px subtle circle at 40% opacity • Visual checkmarks instead of plain text yes/no CTA: centered pill below the table, 48px min height Responsive: • Mobile: tighter cell padding, smaller check circles
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Horizon release v2.0.3