Pulse/frontend-modern
rcourtman 3d44a9e517 feat(frontend): improve AI settings UX and update defaults
AI Settings:
- Add info box with link to configure patrol schedule & autonomy
- Import useNavigate for navigation to /ai page

Network Settings:
- Improve auto-discovery mode descriptions for clarity
- Better explain that auto mode scans all host interfaces

Settings:
- Default allowedOrigins to empty string instead of '*'

RunHistoryEntry:
- Add eslint-disable comment for intentional innerHTML usage

AI Types:
- Update default models: claude-haiku-4-5, deepseek-chat
2026-02-01 23:27:02 +00:00
..
public chore: update logo to vector SVG 2026-01-02 18:06:27 +00:00
src feat(frontend): improve AI settings UX and update defaults 2026-02-01 23:27:02 +00:00
.eslintignore Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
.eslintrc.cjs Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
.gitignore Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
.prettierignore Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
.prettierrc Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
index.html AI Problem Solver implementation and various fixes 2025-12-06 23:46:08 +00:00
package-lock.json feat(ui): inline guest drawer on row click 2026-01-22 00:43:10 +00:00
package.json security: fix seroval vulnerabilities (CVE-2025-*) 2026-01-21 19:38:29 +00:00
pnpm-lock.yaml chore: update lockfiles 2025-12-13 21:30:57 +00:00
postcss.config.js Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
tailwind.config.js feat(ui): optimize mobile view for Alerts, Storage, and Navigation 2025-12-26 13:26:21 +00:00
tsconfig.json Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
tsconfig.node.json Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
vite.config.ts feat(profiles): add AI-assisted profile suggestions 2026-01-15 13:24:18 +00:00