Pulse/frontend-modern
Pulse Monitor 4f1f77e0ae fix: improve error handling for node connection tests (addresses #362, #363)
- Handle standalone nodes properly in diagnostics (fixes #362)
  - Try /nodes endpoint first which works for both clustered and standalone
  - Make cluster status optional, not required for connection success
  - Set cluster node count to 1 for standalone nodes

- Fix test connection UI showing success styling on errors (fixes #363)
  - Return proper HTTP error status when test-config endpoint fails
  - Clean up error messages to remove "API request failed: XXX" prefix
  - Add debug logging to trace test result states
  - Ensure consistent error status codes from all test endpoints

Both issues reported connection problems - standalone nodes failing to connect
and error messages appearing with success styling. These fixes ensure proper
handling of both scenarios.
2025-08-28 11:56:02 +00:00
..
public Initial clean Go + TypeScript rewrite 2025-07-28 21:24:33 +00:00
src fix: improve error handling for node connection tests (addresses #362, #363) 2025-08-28 11:56:02 +00:00
.gitignore Initial clean Go + TypeScript rewrite 2025-07-28 21:24:33 +00:00
cookies.txt fix: comprehensive security improvements and UI fixes 2025-08-16 21:10:24 +00:00
index.html fix: API token authentication for Docker users 2025-08-10 21:44:10 +00:00
package-lock.json docs: add comprehensive reverse proxy configuration guide 2025-08-11 14:50:21 +00:00
package.json docs: add comprehensive reverse proxy configuration guide 2025-08-11 14:50:21 +00:00
postcss.config.js Initial clean Go + TypeScript rewrite 2025-07-28 21:24:33 +00:00
tailwind.config.js Initial clean Go + TypeScript rewrite 2025-07-28 21:24:33 +00:00
tsconfig.json Initial clean Go + TypeScript rewrite 2025-07-28 21:24:33 +00:00
tsconfig.node.json Initial clean Go + TypeScript rewrite 2025-07-28 21:24:33 +00:00
vite.config.dev.ts fix: correct PBS custom port handling 2025-08-22 15:07:23 +00:00
vite.config.ts Fix alert system: clearing and frontend reactivity 2025-07-29 14:53:41 +00:00