Skip to content

feat: update site domain to buildml.website and add project metadata,… - #9

Merged
Praashh merged 1 commit into
masterfrom
ready/open-source
Jun 17, 2026
Merged

feat: update site domain to buildml.website and add project metadata,…#9
Praashh merged 1 commit into
masterfrom
ready/open-source

Conversation

@Praashh

@Praashh Praashh commented Jun 17, 2026

Copy link
Copy Markdown
Owner

… documentation, and agent security tools

@vercel

vercel Bot commented Jun 17, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
100xpractice Ready Ready Preview, Comment Jun 17, 2026 7:10pm

@github-actions

Copy link
Copy Markdown

React Doctor found 2 new issues in 2 files · 2 warnings · score 70 / 100 (Needs work) · 5 fixed · vs master

2 warnings

src/app/practice/[slug]/[problemSlug]/page.tsx

  • ⚠️ L111 Prefer explicit variant components prefer-explicit-variants

src/app/signin/_components/signin-client.tsx

  • ⚠️ L3 Full Framer Motion import use-lazy-motion

Reviewed by React Doctor for commit ab78fc0. See inline comments for fixes.

"use client";

import { motion } from "framer-motion";
import { MotionConfig, motion } from "framer-motion";

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

React Doctor · react-doctor/use-lazy-motion (warning)

Importing "motion" ships about 30 kb of extra code and slows page load. Use "m" with LazyMotion instead.

Fix → Use import { LazyMotion, m } from "framer-motion" with domAnimation features. Saves about 30kb.

Docs

);
}

function ConsolePanel({

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

React Doctor · react-doctor/prefer-explicit-variants (warning)

Component "ConsolePanel" picks which component to render from 2 boolean props (isRunPending, isSubmitPending), which multiplies untestable variants. Split it into explicit variant components so each renders one clear path.

Fix → Replace boolean props that switch whole subtrees with explicit variant components, like <ThreadComposer /> and <EditMessageComposer />, so each variant renders one clear path.

Docs

@Praashh
Praashh merged commit 0f3d329 into master Jun 17, 2026
4 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