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 { useTenant } from '../../stores/tenant.store';
import {
AlertTriangle,
Clock,
DollarSign,
Euro,
Package,
TrendingUp,
TrendingDown,
@@ -33,7 +33,7 @@ const DashboardPage: React.FC = () => {
{
title: t('dashboard:stats.sales_today', 'Sales Today'),
value: '€1,247',
icon: DollarSign,
icon: Euro,
variant: 'success' as const,
trend: {
value: 12,