oss-slu/MORPH

Add connect form validation in web UI

Offen

#62 geöffnet am 16.03.2026

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (1 Fork)auto 404
good first issue

Repository-Metriken

Stars
 (2 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Description

Add frontend validation for host and port so invalid robot connection requests are blocked before API calls

Acceptance criteria

  • “Add to Server” is disabled when host or port is invalid
  • Port must be numeric and within a valid range
  • User sees clear inline validation messages
  • No request is sent when validation fails

Developer note

  • Focus on web/src/routes/connect.tsx
  • Keep validation simple and user-friendly.

Contributor Guide