-
Notifications
You must be signed in to change notification settings - Fork 0
Majorupdate/v1 0 0 #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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.
📝 変更内容
Tobanランディングページのメジャーアップデート(v1.0.0)を実装しました。新しいデザインシステムの導入、コンポーネントの再構築、UI/UXの大幅な改善を行いました。
🎯 目的・背景
デザインシステムの統一: 一貫性のあるデザインシステムを導入し、ブランドアイデンティティを強化
ユーザビリティの向上: より直感的で魅力的なユーザーインターフェースの実現
保守性の向上: モジュラーなコンポーネント設計により、今後の開発効率を向上
レスポンシブデザインの最適化: すべてのデバイスでの最適な表示を実現
�� 変更詳細
主な変更ファイル
src/components/organisms/GettingStarted.tsx - 参加方法セクションの完全な再設計、インタラクティブなカードUIの実装
src/components/organisms/Features.tsx - 機能紹介セクションのデザイン刷新
src/components/organisms/Faq.tsx - FAQセクションのUI改善とアコーディオン機能の実装
src/components/organisms/Footer/index.tsx - フッターのデザイン刷新とナビゲーション改善
src/themes/settings/color.ts - 新しいカラーパレットの定義
src/themes/settings/spaces.ts - 統一されたスペーシングシステムの導入
src/themes/settings/breakpoints.ts - レスポンシブデザイン用のブレークポイント定義
src/components/common/Button.tsx - 再利用可能なボタンコンポーネントの作成
src/components/layouts/base.tsx - ベースレイアウトコンポーネントの実装
public/assets/ - 新しいロゴ、アイコン、画像アセットの追加
README.md - プロジェクトドキュメントの大幅な更新
�� テスト
テスト済み項目
テスト手順
yarn install で依存関係をインストール
yarn dev でローカルサーバーを起動
各セクションの表示とインタラクションを確認
異なる画面サイズでのレスポンシブ表示を確認
各ブラウザ(Chrome、Firefox、Safari)での動作確認
新しいデザインシステムに基づく大幅なUI変更が含まれています
一部のコンポーネントでTypeScriptの型定義が更新されています
新しいアセットファイルが大量に追加されています
カラーパレットとスペーシングシステムが完全に刷新されています
🔗 関連Issue・PR
Closes #XXX (デザインシステムの統一)
Related to #XXX (UI/UX改善)
✅ チェックリスト
コード品質
ドキュメント
セキュリティ