Littlefoot v4#3
Merged
Merged
Conversation
- Remplace littlefoot.js et littlefoot.css par la v4.1.3 (bundle réduit de moitié) - Adapte les couleurs custom (orange rgba(252,126,15)) via les nouvelles CSS custom properties - Migre les surcharges main.css vers les nouveaux noms de classes (.littlefoot__*) - Migre --littlefootBground vers --popover-background-color scoped sur .littlefoot (dark.css) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- buttonTemplate numérique (remplace les 3 cercles SVG par défaut v4) - Boutons : font-weight 700, font-size 0.9em, inline-flex, top -.1em (parité v3) - Popover : fond blanc (#fff), font-size 0.85rem (densité v3) - Scrollbar native masquée, flèche ↓ SVG (background-image, sticky, mode sombre #aaa) - header.html : littlefoot.css chargé avant main.css pour cascade correcte Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- head.html : href="{{ .Site.BaseURL }}" → href="/"
- footer.html : index.xml et littlefoot.js
- header.html : feather.min.js, customJS range, littlefoot.css (commenté), tarteaucitron.js (commenté)
Conserve cdn.lawgier.net et cookieDomain inchangés
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- is-active : background-color via var(--maincolor) au lieu de --littlefootButton - Popover : opacity .97 (légère transparence, parité v3) - Bouton : -webkit-font-smoothing antialiased (parité v3) - Padding contenu : 0.6em / 1.4em (em au lieu de rem, parité v3) - dark.css : suppression --littlefootButton devenu inutile Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Remplace les chemins absolus (/foo) et les {{ .Site.BaseURL }}foo
par {{ absURL "foo" }} pour que les assets s'adaptent dynamiquement
à la baseURL configurée (prod, staging Cloudflare Pages, etc.)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
.Permalink retourne déjà l'URL absolue basée sur baseURL. Le pipe | relURL la convertissait en chemin racine-relatif (/foo), ce qui cassait le fonctionnement sur les domaines Cloudflare Pages. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
No description provided.