Closed krhrtky closed 8 months ago
この変更は、アプリケーションのルーティングとレイアウト管理を強化することを目的としています。新しいサインインルートの導入、特定のレイアウト内で子コンポーネントをレンダリングするためのレイアウトコンポーネントの使用、出席管理セクションの拡張が含まれます。これにより、ユーザーインターフェースとナビゲーションの一貫性と整理が向上します。
ファイルパス | 変更概要 |
---|---|
front/app/.gitignore |
routeTree.gen.ts を追加 |
front/app/src/routes/_layout.tsx |
レイアウトコンポーネントを利用したルートコンポーネントを導入 |
front/app/src/routes/_layout/about/index.tsx front/app/src/routes/_layout/attendance/index.tsx |
ホームページへのリンクと出席セクションのレイアウトを導入 |
front/app/src/routes/_layout/attendance/list.tsx front/app/src/routes/_layout/attendance/record.tsx |
出席データのリスト表示と記録のためのコンポーネントを管理 |
front/app/src/routes/_layout/index.tsx |
@tanstack/react-router から createFileRoute を使用してコンポーネントを Route としてエクスポート |
front/app/src/routes/sign-in.tsx |
サインインページのための新しいルートとコンポーネントを導入 |
🐇✨
レイアウト変わり、新たな道
ルートを辿り、進むは楽し
サインインの門、開く瞬間
出席を記し、歴史に刻む
進化の跡、コードに宿る
🌟📚
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit
新機能
リファクタリング
@tanstack/react-router
からcreateFileRoute
を使用してコンポーネントエクスポートをリファクタリングし、メインコンテンツ、リンク、ログアウトボタンのレンダリングロジックを含む定数Route
としてエクスポートしました。Chores
.gitignore
ファイルにrouteTree.gen.ts
を追加しました。