Skip to content

feat: Add motion design system and typography updates - #2

Merged
gtapp1 merged 2 commits into
mainfrom
feat/design-system-and-motion
Jul 5, 2026
Merged

feat: Add motion design system and typography updates#2
gtapp1 merged 2 commits into
mainfrom
feat/design-system-and-motion

Conversation

@gtapp1

@gtapp1 gtapp1 commented Jul 5, 2026

Copy link
Copy Markdown
Owner

No description provided.

@vercel

vercel Bot commented Jul 5, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
palengkatts Ready Ready Preview, Comment Jul 5, 2026 6:33pm

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 975a2eaaba

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

variants={pageVariants}
transition={easeEnter}
>
<Outlet />

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Snapshot the routed outlet before animating it

On any public route change, the exiting motion.div still renders a live <Outlet />. Because <Outlet /> reads the current router context, the destination route is mounted inside the exiting wrapper and then mounted again when mode="wait" admits the entering wrapper, so pages with mount effects such as Home and Adoption can refetch and briefly render under the exit animation. Store const outlet = useOutlet() and render that captured element inside the keyed motion node.

Useful? React with 👍 / 👎.

@gtapp1 gtapp1 left a comment

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@gtapp1
gtapp1 merged commit 4aab858 into main Jul 5, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant