Skip to content

feat: frontend looks best - #20

Draft
GnotAGnoob wants to merge 3 commits into
mainfrom
frontend-sonnet
Draft

feat: frontend looks best#20
GnotAGnoob wants to merge 3 commits into
mainfrom
frontend-sonnet

Conversation

@GnotAGnoob

@GnotAGnoob GnotAGnoob commented Nov 24, 2025

Copy link
Copy Markdown
Owner
image image

@GnotAGnoob GnotAGnoob left a comment

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

meh

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

meh

Comment thread frontend/src/components/ProductCard.tsx Outdated
Comment on lines +20 to +24
return new Intl.NumberFormat('cs-CZ', {
style: 'currency',
currency: 'CZK',
}).format(price)
}

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

interesting

Comment thread frontend/src/lib/api.ts Outdated

export const recipeApi = {
async parseRecipe(text: string): Promise<Product[]> {
const response = await apiClient.post<RecipeResponse>('/api/v1/recipe', { text })

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

might be generated

Base automatically changed from frontend to main November 24, 2025 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant