fix(typography): apostrofo curvo nelle stringhe display dei componenti - #5
Merged
Conversation
Le stringhe hardcoded nei componenti React (hero "doesn't byte", titoli VolumeCard sulla home, tagline navbar, tooltip "un'IA" del PyRunner) sono TSX, non MDX: non passano da remark-smartypants. Come per il config, l'apostrofo curvo va scritto direttamente nel sorgente. Curvati solo i testi di display; commenti e identificatori di codice restano dritti. Verificato live sulla home (hot-reload dev server). Co-Authored-By: Claude Opus 4.8 <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.
Cosa
Completa gli smart quotes (#4) per le stringhe hardcoded nei componenti React, che essendo TSX (non MDX) non passano da
remark-smartypants. Curvati i testi di display rimasti dritti sulla home e nella UI:src/pages/index.tsx):doesn't byte.→doesn't byte.Manuale dell'Artefice,dell'Archivista,Biblioteca dell'Apprendistasrc/theme/Navbar/Logo):doesn't bytesrc/theme/PyRunner/Toolbar):un'IAStesso principio del fix titoli/config: per le stringhe che non attraversano la pipeline remark, l'apostrofo curvo (U+2019) si scrive direttamente nel sorgente. Curvati solo i testi di display; commenti e identificatori di codice restano dritti.
Verifica
npm run typecheck✅ ·npm run build✅ · lint dei file toccati ✅ (gli errori Prettier residui inNavbar/Logosono pre-esistenti, su righe non modificate).🤖 Generated with Claude Code