Track previously seen host types and preserve them when one data source temporarily has no entry for a hostname. This prevents the "Host" or "Docker" type badge from disappearing and reappearing when websocket updates cause momentary state inconsistencies. The fix only preserves types if the corresponding source array has any data at all, ensuring that intentional host removal (both arrays empty for that host) still works correctly. Related to #773 |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| .eslintignore | ||
| .eslintrc.cjs | ||
| .gitignore | ||
| .prettierignore | ||
| .prettierrc | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| pnpm-lock.yaml | ||
| postcss.config.js | ||
| tailwind.config.js | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||