Skip to content

Conversation

@leeunduck
Copy link
Owner

πŸš€ Pull Request

πŸ“ PR μœ ν˜•

  • κΈ°λŠ₯ μΆ”κ°€ (Feature)
  • 버그 μˆ˜μ • (Bug Fix)
  • μ½”λ“œ κ°œμ„  (Refactoring)
  • λ¬Έμ„œ μž‘μ—… (Docs)
  • ν™˜κ²½ μ„€μ • (Configuration)
  • μ΅œμ’… 점검 (Release Check)

πŸ” λ³€κ²½ 사항

card μ»΄ν¬λ„ŒνŠΈ & preset μ‚­μ œ & Special Feature Card μ»΄ν¬λ„ŒνŠΈ λ¦¬νŒ©ν† λ§
Select Module Card μ»΄ν¬λ„ŒνŠΈ μΆ”κ°€


πŸ“Έ μŠ€ν¬λ¦°μƒ·

스크란샷 2025-10-29 03 33 25

🚧 κ΄€λ ¨ 이슈


πŸ› οΈ μ΅œμ’… 배포 점검 리슀트

  • μ£Όμš” κΈ°λŠ₯ λ™μž‘ 확인
  • λΉŒλ“œ/배포 ν™˜κ²½ 점검
  • λ¬Έμ„œ/μ„€μ • κ²€ν† 

βœ… μ΅œμ’… 배포 점검 κ²°κ³Ό

@vercel
Copy link

vercel bot commented Oct 28, 2025

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

Project Deployment Preview Comments Updated (UTC)
custom-daily-planner Ready Ready Preview Comment Oct 28, 2025 6:33pm

Copy link

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

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.

ℹ️ 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".

Comment on lines 8 to +18
/** specialFeature μ „μš© */
export type SpecialFeatureCardProps = BaseCardProps & {
preset: "specialFeature";
size?: CardSize;
};
export interface SpecialFeatureCardProps extends Omit<HTMLAttributes<HTMLDivElement>, "title"> {
icon?: React.ReactNode;
title?: React.ReactNode;
description?: React.ReactNode;
children?: React.ReactNode;
}

/** selectModule μ „μš© */
import * as React from "react";

Choose a reason for hiding this comment

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

P0 Badge Move React import before declarations

The new React import is placed after exported interfaces. TypeScript requires all import declarations to appear before any other statements, so the compiler will stop with a syntax error when it encounters import * as React from "react" in the middle of the file. Move this import to the top alongside the existing HTMLAttributes import so the module can compile.

Useful? React with πŸ‘Β / πŸ‘Ž.

@leeunduck leeunduck merged commit 9514c35 into main Oct 28, 2025
8 checks passed
@leeunduck leeunduck deleted the Feature/CDP-159-SelectModuleCard branch October 28, 2025 18:36
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.

2 participants