Skip to content
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

Merged
merged 16 commits into from
Nov 19, 2024

Conversation

yamacent
Copy link
Contributor

@yamacent yamacent commented Nov 8, 2024

#241

各モーダルに値段の表示

スクリーンショット 2024-11-15 18 29 03 スクリーンショット 2024-11-15 18 30 11

オーナー画面 > 売上画面

(椅子一覧画面もついでに作成)

確認用 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

スクリーンショット 2024-11-15 18 14 31 スクリーンショット 2024-11-15 18 15 01 スクリーンショット 2024-11-15 18 15 10

@kazuhiro1982 kazuhiro1982 mentioned this pull request Nov 14, 2024
return (
<Text {...rest}>{new Intl.NumberFormat("ja-JP").format(value)} 円</Text>
);
};
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

こちら、よき感じで cherry-pick いただけるとありがたいです 🙏
058882b

@yamacent yamacent changed the title [Frontend] Refactoring、 デザイン調整 [Frontend] Owner 画面(椅子一覧、売上)、Client 画面モーダルに値段表示 Nov 15, 2024
@yamacent yamacent requested review from imamiya-masaki and narirou and removed request for imamiya-masaki November 15, 2024 09:36
className?: string;
}>;

export function List<T>({
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

List、ListItem にコンポーネントを分けたほうが、管理がしやすいでしょうか?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@narirou
ListItem 追加しました!

@yamacent yamacent merged commit 85eb347 into main Nov 19, 2024
1 check passed
@yamacent yamacent deleted the frontend/adjust-style branch November 19, 2024 05:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants