-
Notifications
You must be signed in to change notification settings - Fork 6
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
[Frontend] Owner 画面(椅子一覧、売上)、Client 画面モーダルに値段表示 #244
Conversation
return ( | ||
<Text {...rest}>{new Intl.NumberFormat("ja-JP").format(value)} 円</Text> | ||
); | ||
}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
こちら、よき感じで cherry-pick いただけるとありがたいです 🙏
058882b
className?: string; | ||
}>; | ||
|
||
export function List<T>({ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
List、ListItem にコンポーネントを分けたほうが、管理がしやすいでしょうか?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@narirou
ListItem 追加しました!
#241
(椅子一覧画面もついでに作成)
確認用 URL: http://localhost:3000/owner?id=xxx&name=%E3%82%A4%E3%82%B9%E3%82%B3%E3%83%B3%E5%A4%AA%E9%83%8E