Migrate /waitlist/ai-agent-toolkit to design tokens + shared form primitives - #98
Merged
filipagr merged 1 commit intoJul 30, 2026
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
filipagr
force-pushed
the
filipa/fil-850-migrate-waitlist-ai-agent-toolkit-to-design-tokens
branch
from
July 30, 2026 18:32
7d07f62 to
9dd5f88
Compare
filipagr
force-pushed
the
filipa/fil-850-migrate-waitlist-ai-agent-toolkit-to-design-tokens
branch
from
July 30, 2026 18:34
9dd5f88 to
f29aa93
Compare
filecoinfoundation-inf
approved these changes
Jul 30, 2026
filecoinfoundation-inf
left a comment
There was a problem hiding this comment.
Same shared-form-primitives refactor pattern applied to the AI Agent Toolkit waitlist page. No security concerns.
filipagr
force-pushed
the
filipa/fil-850-migrate-waitlist-ai-agent-toolkit-to-design-tokens
branch
from
July 30, 2026 21:43
f29aa93 to
f2ab025
Compare
filipagr
force-pushed
the
filipa/fil-850-migrate-waitlist-ai-agent-toolkit-to-design-tokens
branch
from
July 30, 2026 21:44
f2ab025 to
73a0a6a
Compare
Base automatically changed from
filipa/fil-849-migrate-waitlist-bucket-intelligence-to-design-tokens
to
main
July 30, 2026 21:45
filipagr
force-pushed
the
filipa/fil-850-migrate-waitlist-ai-agent-toolkit-to-design-tokens
branch
from
July 30, 2026 21:45
73a0a6a to
8c9116a
Compare
…mitives
Fifth page in the form/contact bucket (FIL-693); stacked on FIL-849. Tokenizes
the page (45 → 0 inline/hex/font-string); it now has zero raw form elements
except the bespoke tool-picker grid.
- AgentToolkitWaitlistPage.tsx: rebuilt on TextField / SelectField (×2) /
TextAreaField / SubmitButton (disabled={!email}) / FormSuccess / FormError +
SectionLabel; keeps BackButton, HubSpot submit, and data-hs-do-not-collect.
- The multi-select tool grid (brand-tinted checkboxes + conditional "Other"
input) stays bespoke-tokenized — a one-off layout that won't recur.
- No new primitives needed (all were added by earlier pages).
Copy: removed em dashes from the on-page subhead and the SEO description in
both sources (useSeo + scripts/routeMeta.mjs).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
filipagr
force-pushed
the
filipa/fil-850-migrate-waitlist-ai-agent-toolkit-to-design-tokens
branch
from
July 30, 2026 21:47
8c9116a to
b6d5247
Compare
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.
Fifth page in the form/contact bucket (FIL-850 / FIL-693). Migrates
/waitlist/ai-agent-toolkit(~45 → 0 inline/hex/font-string). Last English page in the bucket.What changed
src/pages/AgentToolkitWaitlistPage.tsx— rebuilt onTextField/SelectField(×2) /TextAreaField/SubmitButton(disabled={!email}) /FormSuccess/FormError+SectionLabel. KeepsBackButton, the HubSpot submit, anddata-hs-do-not-collect.useSeo+scripts/routeMeta.mjs).Verification
disabled={!email}submit, and the (green) success state all confirmed.🤖 Generated with Claude Code