Migrate /lp/es/soporte to design tokens + full parity with EN /support - #100
Merged
filipagr merged 1 commit intoJul 30, 2026
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
filipagr
force-pushed
the
filipa/fil-852-migrate-lp-es-soporte-to-design-tokens
branch
from
July 30, 2026 18:32
36b203d to
004706c
Compare
filipagr
force-pushed
the
filipa/fil-852-migrate-lp-es-soporte-to-design-tokens
branch
from
July 30, 2026 18:34
004706c to
b1c9117
Compare
filecoinfoundation-inf
approved these changes
Jul 30, 2026
filecoinfoundation-inf
left a comment
There was a problem hiding this comment.
Refactors the Spanish support form onto shared FormControls and the submitHubSpotForm helper, adds a FAQ accordion and quick links, matching the EN /support page. No security concerns.
filipagr
force-pushed
the
filipa/fil-852-migrate-lp-es-soporte-to-design-tokens
branch
from
July 30, 2026 21:43
b1c9117 to
2fda4af
Compare
filipagr
force-pushed
the
filipa/fil-852-migrate-lp-es-soporte-to-design-tokens
branch
from
July 30, 2026 21:44
2fda4af to
3f0ad7b
Compare
filipagr
force-pushed
the
filipa/fil-852-migrate-lp-es-soporte-to-design-tokens
branch
from
July 30, 2026 21:45
3f0ad7b to
ebfcde2
Compare
filipagr
force-pushed
the
filipa/fil-852-migrate-lp-es-soporte-to-design-tokens
branch
from
July 30, 2026 21:47
ebfcde2 to
b89de09
Compare
filipagr
force-pushed
the
filipa/fil-852-migrate-lp-es-soporte-to-design-tokens
branch
from
July 30, 2026 21:48
b89de09 to
6c62efe
Compare
Base automatically changed from
filipa/fil-851-migrate-lp-es-contacto-to-design-tokens
to
main
July 30, 2026 21:49
Last page in the form/contact bucket (FIL-693); stacked on FIL-851. Brings
the Spanish support page to full parity with the migrated EN /support and
tokenizes it (0 inline/hex/font-string, zero raw form elements).
- SupportBcnES.tsx: adds the sections the ES page was missing — quick-link
cards (Documentación, Estado), the FaqAccordion FAQ (5 Q&A translated to
Spanish, "Preguntas frecuentes" eyebrow), and the response-time callout —
matching EN /support. Rebuilt on TextField / TextAreaField / CheckboxField /
SubmitButton / FormSuccess / FormError + SectionLabel.
- i18n intact: useLang("es"), PlatformNavbar/Footer lang="es" + ES hrefs, all
ES copy, "Barcelona ES Soporte" HubSpot context, Spanish networkErrorMessage.
data-hs-do-not-collect preserved; trackEvent added for parity with EN.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
filipagr
force-pushed
the
filipa/fil-852-migrate-lp-es-soporte-to-design-tokens
branch
from
July 30, 2026 21:49
6c62efe to
00b1f52
Compare
filipagr
deleted the
filipa/fil-852-migrate-lp-es-soporte-to-design-tokens
branch
July 30, 2026 21:50
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.
Final page in the form/contact bucket (FIL-852 / FIL-693). Brings the Spanish support page to full parity with the migrated EN
/supportand tokenizes it (0 inline/hex/font-string, zero raw form elements).What changed
src/pages/SupportBcnES.tsx— added the sections the ES page was missing so it matches EN/support:FaqAccordion(5 Q&A translated to Spanish, "Preguntas frecuentes" eyebrow, emits FAQPage JSON-LD)TextField/TextAreaField/CheckboxField/SubmitButton/FormSuccess/FormError+SectionLabel.useLang("es"),PlatformNavbar/Footerlang="es"+ ES hrefs, all ES copy,"Barcelona ES Soporte"HubSpot context, SpanishnetworkErrorMessage.data-hs-do-not-collectpreserved;trackEventadded for parity with EN.Verification
html lang="es", both quick-link cards, 5-item Spanish FAQ accordion (expand confirmed), category checkboxes, response-time callout, and "Enviar" submit — no console errors.Completes FIL-693 (all 7 form/contact pages migrated).
🤖 Generated with Claude Code