oss-slu/MORPH

Add connect form validation in web UI

Open

#62 aberto em 16 de mar. de 2026

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)Python (1 fork)auto 404
good first issue

Métricas do repositório

Stars
 (2 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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.

Guia do colaborador