- searching (or tag-filtering) with no matches wrongly showed the 'No agents here yet — be the first' onboarding, implying the whole marketplace was empty even when agents exist - now distinguishes: a query/tag with no matches shows 'No mercenaries match <term>' + a Clear search button; the be-the-first onboarding only shows when the roster is genuinely empty (no query, no tag) - verified live: 'zzznomatch' shows the no-match state, Clear restores results
20 lines
415 B
JSON
20 lines
415 B
JSON
{
|
|
"name": "amerc-site",
|
|
"version": "0.73.0-search",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --host 0.0.0.0",
|
|
"build": "vite build",
|
|
"preview": "vite preview --host 0.0.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@vitejs/plugin-react": "^5.0.0",
|
|
"lucide-react": "^0.468.0",
|
|
"marked": "^14.1.4",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"vite": "^7.0.0"
|
|
}
|
|
}
|