Open
Conversation
- 新規Atomコンポーネント `SlimeButton.tsx` を追加 - グーイーエフェクト付きの液体/スライム表現ボタン - カラーモード対応(primary, smart, ghost, outline, danger) - 浮遊する液滴アニメーション - アクセシビリティ対応(prefers-reduced-motion) - ログイン画面のボタンを `ButtonBase` から `SlimeButton` に変更 - ログインボタン: primary カラーモード + LogIn アイコン - ゲストログインボタン: ghost カラーモード + UserX アイコン - SVGフィルター(goo エフェクト)とCSSアニメーションを追加 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
- SVGフィルター(goo エフェクト)を layout.tsx に移動 - アプリケーション全体で SlimeButton が使用可能に - CSSアニメーション(drop-drift-1, drop-drift-2)を globals.css に移動 - prefers-reduced-motion 対応も含む - ログインページから重複する SVG と style タグを削除 - コードの重複を削減し、保守性を向上 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
- onClick の型を () => void から MouseEventHandler<HTMLButtonElement> に変更 - stopPropagation() などのイベントメソッドが使用可能に - children の型を React.ReactNode から ReactNode に統一 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
6 tasks
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.
概要
関連タスク
チェック
影響範囲・懸念
備考