Refactor Sandbox page layout to use CatalogueHero component#128
Merged
Conversation
Reprend le gabarit de référence des piliers (Connecteurs / Composants / Modules) pour la page Sandbox : hero CatalogueHero (eyebrow cyan + grand titre display + lead) puis section bordée centrée (site-section / site-container). Supprime le cadre gris ad hoc (doc-page + bloc bpm-bg-secondary) au profit des tokens et gaps partagés, pour des couleurs, titres et espacements homogènes avec le reste de la vitrine. https://claude.ai/code/session_01JQs65JuuVFK5isPqXCiZHT
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.
Summary
Refactored the Sandbox page layout to use the reusable
CatalogueHerocomponent for the page header, improving consistency with other catalogue pages and reducing custom styling.Key Changes
CatalogueHerocomponent from@/components/site/CatalogueLayoutsite-section,site-section-bordered,site-container)eyebrowstring translations ("Atelier" in French, "Workshop" in English) to support the CatalogueHero componentdoc-pageanddoc-page-headerwrapper divs in favor of the new layout structureImplementation Details
CatalogueHerowith three props:eyebrow,title, andleadsite-sectionwithsite-section-borderedclass for consistent stylinghttps://claude.ai/code/session_01JQs65JuuVFK5isPqXCiZHT