Migrate /support to design tokens + shared form primitives - #94
Merged
filipagr merged 1 commit intoJul 30, 2026
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This was referenced Jul 29, 2026
filipagr
changed the base branch from
filipa/fil-846-migrate-contact-sales-to-design-tokens-shared-components
to
main
July 29, 2026 19:54
mpal0208
approved these changes
Jul 30, 2026
Second page in the form/contact bucket (FIL-693); stacked on the FIL-846 primitives. Tokenizes Support (76 → 0 inline/hex/font-string) and reuses the shared form building blocks. - Support.tsx: rebuilt on TextField/TextAreaField/CheckboxField/SubmitButton/ FormSuccess + SectionLabel; local FaqItem replaced with the shared FaqAccordion (AT-accessible, FAQPage JSON-LD). Quick-link cards and the response-time callout tokenized. HubSpot submit + data-hs-do-not-collect intact. - FormControls.tsx: add TextAreaField and CheckboxField (multi-select group with the same legend-margin spacing fix as RadioField); factor the checkbox box styling into a shared helper so Checkbox and CheckboxField stay identical. Copy: rewrote the subhead and removed em dashes from the FAQ answers; the FAQ heading is now a SectionLabel eyebrow to match the page's top eyebrow. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
filipagr
force-pushed
the
filipa/fil-847-migrate-support-to-design-tokens-shared-components
branch
from
July 30, 2026 18:32
0fc128b to
66e156d
Compare
gmoranxyz
approved these changes
Jul 30, 2026
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.
Second page in the form/contact bucket (FIL-847 / FIL-693). Migrates
/support(~76 → 0 inline/hex/font-string) and reuses the shared form primitives from FIL-846.What changed
src/pages/Support.tsx— rebuilt onTextField/TextAreaField/CheckboxField/SubmitButton/FormSuccess+SectionLabel. LocalFaqItemreplaced with the sharedFaqAccordion(AT-accessible, emits FAQPage JSON-LD). Quick-link cards and the response-time callout tokenized. HubSpot submit +data-hs-do-not-collectintact.src/components/FormControls.tsx— addsTextAreaFieldandCheckboxField(multi-select group, with the same legend-margin spacing fix asRadioField); factors the checkbox-box styling into a shared helper soCheckboxandCheckboxFieldstay identical.Copy
SectionLabeleyebrow, matching the page's top "SUPPORT" eyebrow.Verification
🤖 Generated with Claude Code