瀏覽代碼

add the filters

gdias 1 周之前
父節點
當前提交
b3eadf3829
共有 1 個文件被更改,包括 2 次插入1 次删除
  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 = [