Watch
1
0
Fork
You've already forked RedFlag
0

web: wire FilterBar + useFilterUrl across pages

Agents and History pages now use the primitives FilterBar with
URL-synced filter state via useFilterUrl. Adds test setup infra
(vitest + jsdom) and page-level test shells.
This commit is contained in:
Fimeg 2026-06-11 17:47:39 -04:00
commit 7deca9bc25
12 changed files with 6954 additions and 3121 deletions

View file

@ -28,19 +28,24 @@
"zustand": "^5.0.8"
},
"devDependencies": {
"@tauri-apps/cli": "^2.0.0",
"@testing-library/jest-dom": "6.9.1",
"@testing-library/react": "16.3.2",
"@testing-library/user-event": "14.6.1",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"@tauri-apps/cli": "^2.0.0",
"@vitejs/plugin-react": "6.0.2",
"autoprefixer": "^10.4.16",
"eslint": "^8.53.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.4",
"jsdom": "29.1.1",
"postcss": "^8.4.32",
"tailwindcss": "^3.3.6",
"typescript": "^5.2.2",
"vite": "8.0.14"
"vite": "8.0.14",
"vitest": "2.1.9"
}
}