Parcourir la source

add the filters

gdias il y a 1 semaine
Parent
commit
b3eadf3829
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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 = [