qin-team-recipe / 10-recipe-app

2 stars 3 forks source link

ユーザーのリンクデータをモックから取得したデータに置き換える #172

Closed KohnoTaiyo closed 1 year ago

KohnoTaiyo commented 1 year ago

概要

https://github.com/qin-team-recipe/10-recipe-app/blob/236086ccd23f164c0b8f56665311a70ce8d1e8cf/src/app/chef/%5Bid%5D/layout.tsx#L16C15-L16C15 この部分でユーザーデータが取得できているはずなのでリンクデータをTopBarコンポにpropsとして渡す

https://github.com/qin-team-recipe/10-recipe-app/blob/develop/src/app/chef/%5Bid%5D/_component/TopBar.tsx こちらに本データの流し込みを行い、Popoverの中身もFigma通りにする。

目的

その他