pullrequests Search Results · language:Edge language:TypeScript language:HTML is:public language:JavaScript language:Java
Filter by
53.1M results
Vercel Web Analytics Installation
Summary
Successfully installed and configured Vercel Web Analytics for the FinGestor Pro Next.js application following the
official Vercel documentation.
Changes Made ...
AS-IS
- 좋아요 버튼은 색/텍스트만 토글되고 누를 때 모션 피드백이 없습니다.
TO-BE
신규 HeartPop 컴포넌트(web/components/ui/HeartPop.tsx)로 LikeButton 표면 표현을 분리하고 모션 3종을 입혔습니다 (closes #1685,
docs/features/ui-ux-redesign-pr-2-9-component-matrix.md ...
Closes #8
Note: the first commit (feat: package-name validation on package entry paths) is pre-existing user-authored WIP that was
sitting uncommitted in the working tree — the PRD explicitly builds on ...
The flake
packages/valdres/src/lib/scope.test.ts — * non-shadowed scope read of a maxAge atom inherits root s revalidated value *
intermittently failed CI with an off-by-one (Expected: 6, Received: 5) ...
Summary
- New sortable column, donut widget, and filter on /devices/security for firmware password status (Set / Not Set / Not
Supported / Unknown).
- Mirrors the existing Tampering / Encryption ...
Automated test pull request
Adds comprehensive TypeScript type annotations to the shared Button component props.
Changes:
- Extend ButtonProps with onClick, variant, size optional props
- Add typed return type ButtonReturn ...