Imporve the i18 and frontend UI pages

This commit is contained in:
Urtzi Alfaro
2025-09-22 16:10:08 +02:00
parent ee36c45d25
commit 8d54202e91
32 changed files with 875 additions and 434 deletions

View File

@@ -12,7 +12,7 @@ import {
ChevronRight,
Calendar,
User,
DollarSign,
Euro,
Truck
} from 'lucide-react';

View File

@@ -1,5 +1,5 @@
import React, { useState, useEffect, useMemo } from 'react';
import { ChefHat, Package, Clock, DollarSign, Star } from 'lucide-react';
import { ChefHat, Package, Clock, Euro, Star } from 'lucide-react';
import { StatusModal } from '../../ui/StatusModal/StatusModal';
import { RecipeCreate, RecipeIngredientCreate, MeasurementUnit } from '../../../api/types/recipes';
import { useIngredients } from '../../../api/hooks/inventory';
@@ -402,7 +402,7 @@ export const CreateRecipeModal: React.FC<CreateRecipeModalProps> = ({
},
{
title: 'Configuración Financiera',
icon: DollarSign,
icon: Euro,
fields: [
{
key: 'estimated_cost_per_unit',