Răsfoiți Sursa

add the filters

gdias 1 săptămână în urmă
părinte
comite
b3eadf3829
1 a modificat fișierele cu 2 adăugiri și 1 ștergeri
  1. 2 1
      src/routes/(app)/dashboard/+page.svelte

+ 2 - 1
src/routes/(app)/dashboard/+page.svelte

@@ -32,7 +32,8 @@
 	const periodOptions = [
 		{ id: 'today', label: 'Hoje (24h)' },
 		{ id: 'yesterday', label: 'Ontem' },
-		{ id: 'week', label: 'Últimos 7 dias' }
+		{ id: 'week', label: 'Últimos 7 dias' },
+		{ id: 'all_time', label: 'Todo o período' }
 	];
 
 	const sentimentFilterOptions = [