- Throughput: new "Throughput Overview" header with Gauge icon and brand-green badge icons on each card (Today, This week, 4-week average, Horse Mix, Grain Mix) - Throughput: inline rolling-range selector (7d / 4w / 6w / 12w, default 4 weeks) driving the customer-mix cards; stats window widened to 12 weeks so switching range is a pure client-side re-filter - Throughput: cards collapse to a single even 5-across row on laptop and up, with container-query value text that scales to each card's width - Throughput: date logic pinned to Australian Eastern time (fixes the day-early date); This week subtitle shows the Mon-Sun date range - Throughput: subtler tinted add-form; removed the inline-entry kicker and the "Open full form" link - Topbar: fix cramped laptop header - action toggles no longer wrap above the user button; search drops to its own row earlier Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
26 lines
779 B
JSON
26 lines
779 B
JSON
{
|
|
"name": "hunter-app",
|
|
"version": "0.1.19",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "node -r ./scripts/vite-windows-eperm-workaround.cjs ./node_modules/vite/bin/vite.js dev",
|
|
"build": "node -r ./scripts/vite-windows-eperm-workaround.cjs ./node_modules/vite/bin/vite.js build",
|
|
"preview": "node -r ./scripts/vite-windows-eperm-workaround.cjs ./node_modules/vite/bin/vite.js preview",
|
|
"test": "vitest run"
|
|
},
|
|
"devDependencies": {
|
|
"@sveltejs/adapter-auto": "^3.2.0",
|
|
"@sveltejs/adapter-node": "^5.2.12",
|
|
"@sveltejs/kit": "^2.7.1",
|
|
"svelte": "^5.0.0",
|
|
"typescript": "^5.9.3",
|
|
"vite": "^8.0.0",
|
|
"vitest": "^4.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource/inter": "^5.2.8",
|
|
"lucide-svelte": "^1.0.1"
|
|
}
|
|
}
|