diff --git a/.Jules/palette.md b/.Jules/palette.md new file mode 100644 index 00000000..832ad1aa --- /dev/null +++ b/.Jules/palette.md @@ -0,0 +1,3 @@ +# Palette's Journal + +Critical UX/Accessibility Learnings diff --git a/.github/workflows/model-quality.yml b/.github/workflows/model-quality.yml index d5650ca3..a72bf72f 100644 --- a/.github/workflows/model-quality.yml +++ b/.github/workflows/model-quality.yml @@ -17,6 +17,7 @@ jobs: REAL_DATA_MIN_DAYS: 7 LEARNED_KFOLDS: 5 LEARNED_MAX_VAL_LOSS: 0.2 + FORECAST_BACKTEST_STALE_DAYS: '7' steps: - name: Checkout uses: actions/checkout@v4 diff --git a/src/components/dashboard/dashboard-header.tsx b/src/components/dashboard/dashboard-header.tsx index fe86c11d..7845a64b 100644 --- a/src/components/dashboard/dashboard-header.tsx +++ b/src/components/dashboard/dashboard-header.tsx @@ -1,6 +1,7 @@ 'use client' import { RefreshCcw } from 'lucide-react' +import { Tooltip, TooltipContent, TooltipTrigger } from '@/components/ui/tooltip' /** * DashboardHeader - Ramp/Brex Dashboard Header Strip @@ -26,14 +27,22 @@ export function DashboardHeader({ {/* Date range selector would go here */} {/* Export button would go here */} {onRefresh && ( - + + + + + +

Refresh dashboard

+
+
)} {/* Account menu would go here */}